Class InsuranceBillInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.InsuranceBillInfo
-
public class InsuranceBillInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InsuranceBillInfo()
InsuranceBillInfo(InsuranceBillInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。String
getValue()
Get 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。void
setName(String Name)
Set 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。void
setValue(String Value)
Set 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InsuranceBillInfo
public InsuranceBillInfo()
-
InsuranceBillInfo
public InsuranceBillInfo(InsuranceBillInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getName
public String getName()
Get 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。- Returns:
- Name 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。
-
setName
public void setName(String Name)
Set 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。- Parameters:
Name
- 识别出的字段名称(关键字),支持以下字段: 【病案首页】 姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。 【费用清单】 医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。 【结算单】 名称、单价、数量、金额、医保内、医保外等。 【医疗发票】 姓名、性别、住院时间、收费项目、金额、合计等。
-
getValue
public String getValue()
Get 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。- Returns:
- Value 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
-
setValue
public void setValue(String Value)
Set 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。- Parameters:
Value
- 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。
-
-