public class Template extends AbstractModel
Constructor and Description |
---|
Template() |
Template(Template 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 |
---|---|
Check |
getCheck()
Get 检查报告
注意:此字段可能返回 null,表示取不到有效值。
|
DiagCert |
getDiagCert()
Get 诊断证明
注意:此字段可能返回 null,表示取不到有效值。
|
FirstPage |
getFirstPage()
Get 病案首页
注意:此字段可能返回 null,表示取不到有效值。
|
Hospitalization |
getHospitalization()
Get 出入院信息
注意:此字段可能返回 null,表示取不到有效值。
|
Indicator |
getIndicator()
Get 检验报告
注意:此字段可能返回 null,表示取不到有效值。
|
MedDoc |
getMedDoc()
Get 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。
|
MedicalRecordInfo |
getMedicalRecordInfo()
Get 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。
|
PathologyReport |
getPathology()
Get 病理报告
注意:此字段可能返回 null,表示取不到有效值。
|
PatientInfo |
getPatientInfo()
Get 患者信息
注意:此字段可能返回 null,表示取不到有效值。
|
ReportInfo |
getReportInfo()
Get 报告信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReportType()
Get 报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
Surgery |
getSurgery()
Get 手术记录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCheck(Check Check)
Set 检查报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiagCert(DiagCert DiagCert)
Set 诊断证明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstPage(FirstPage FirstPage)
Set 病案首页
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHospitalization(Hospitalization Hospitalization)
Set 出入院信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndicator(Indicator Indicator)
Set 检验报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMedDoc(MedDoc MedDoc)
Set 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMedicalRecordInfo(MedicalRecordInfo MedicalRecordInfo)
Set 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathology(PathologyReport Pathology)
Set 病理报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPatientInfo(PatientInfo PatientInfo)
Set 患者信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReportInfo(ReportInfo ReportInfo)
Set 报告信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReportType(String ReportType)
Set 报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSurgery(Surgery Surgery)
Set 手术记录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Template()
public Template(Template source)
public PatientInfo getPatientInfo()
public void setPatientInfo(PatientInfo PatientInfo)
PatientInfo
- 患者信息
注意:此字段可能返回 null,表示取不到有效值。public ReportInfo getReportInfo()
public void setReportInfo(ReportInfo ReportInfo)
ReportInfo
- 报告信息
注意:此字段可能返回 null,表示取不到有效值。public Check getCheck()
public void setCheck(Check Check)
Check
- 检查报告
注意:此字段可能返回 null,表示取不到有效值。public PathologyReport getPathology()
public void setPathology(PathologyReport Pathology)
Pathology
- 病理报告
注意:此字段可能返回 null,表示取不到有效值。public MedDoc getMedDoc()
public void setMedDoc(MedDoc MedDoc)
MedDoc
- 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。public DiagCert getDiagCert()
public void setDiagCert(DiagCert DiagCert)
DiagCert
- 诊断证明
注意:此字段可能返回 null,表示取不到有效值。public FirstPage getFirstPage()
public void setFirstPage(FirstPage FirstPage)
FirstPage
- 病案首页
注意:此字段可能返回 null,表示取不到有效值。public Indicator getIndicator()
public void setIndicator(Indicator Indicator)
Indicator
- 检验报告
注意:此字段可能返回 null,表示取不到有效值。public String getReportType()
public void setReportType(String ReportType)
ReportType
- 报告类型
注意:此字段可能返回 null,表示取不到有效值。public MedicalRecordInfo getMedicalRecordInfo()
public void setMedicalRecordInfo(MedicalRecordInfo MedicalRecordInfo)
MedicalRecordInfo
- 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。public Hospitalization getHospitalization()
public void setHospitalization(Hospitalization Hospitalization)
Hospitalization
- 出入院信息
注意:此字段可能返回 null,表示取不到有效值。public Surgery getSurgery()
public void setSurgery(Surgery Surgery)
Surgery
- 手术记录
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.