public class InsuranceBillInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InsuranceBillInfo()
public InsuranceBillInfo(InsuranceBillInfo source)
public String getName()
public void setName(String Name)
Name
- 识别出的字段名称(关键字),支持以下字段:
【病案首页】
姓名、性别、出生日期、出院诊断、疾病编码、入院病情等。
【费用清单】
医疗参保人员类别、身份证号、入院方式、结账日期、项目、金额等。
【结算单】
名称、单价、数量、金额、医保内、医保外等。
【医疗发票】
姓名、性别、住院时间、收费项目、金额、合计等。public String getValue()
public void setValue(String Value)
Value
- 识别出的字段名称对应的值,也就是字段Name对应的字符串结果。Copyright © 2024. All rights reserved.