public class TextReport extends AbstractModel
Constructor and Description |
---|
TextReport() |
TextReport(TextReport 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 |
---|---|
BasicInfo |
getBasicInfo()
Get 基本信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
CaseHistory |
getCaseHistory()
Get 病历资料
注意:此字段可能返回 null,表示取不到有效值。
|
Inspection |
getInspection()
Get 检查报告内容
注意:此字段可能返回 null,表示取不到有效值。
|
KindItem[] |
getKindSet()
Get 报告类别信息
注意:此字段可能返回 null,表示取不到有效值。
|
Pathology |
getPathology()
Get 病理检查内容
注意:此字段可能返回 null,表示取不到有效值。
|
PersonalInfo |
getPersonalInfo()
Get 个人隐私信息
注意:此字段可能返回 null,表示取不到有效值。
|
TestItem[] |
getTestList()
Get 检验指标表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBasicInfo(BasicInfo BasicInfo)
Set 基本信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCaseHistory(CaseHistory CaseHistory)
Set 病历资料
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInspection(Inspection Inspection)
Set 检查报告内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKindSet(KindItem[] KindSet)
Set 报告类别信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathology(Pathology Pathology)
Set 病理检查内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPersonalInfo(PersonalInfo PersonalInfo)
Set 个人隐私信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTestList(TestItem[] TestList)
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 TextReport()
public TextReport(TextReport source)
public KindItem[] getKindSet()
public void setKindSet(KindItem[] KindSet)
KindSet
- 报告类别信息
注意:此字段可能返回 null,表示取不到有效值。public BasicInfo getBasicInfo()
public void setBasicInfo(BasicInfo BasicInfo)
BasicInfo
- 基本信息列表
注意:此字段可能返回 null,表示取不到有效值。public PersonalInfo getPersonalInfo()
public void setPersonalInfo(PersonalInfo PersonalInfo)
PersonalInfo
- 个人隐私信息
注意:此字段可能返回 null,表示取不到有效值。public TestItem[] getTestList()
public void setTestList(TestItem[] TestList)
TestList
- 检验指标表
注意:此字段可能返回 null,表示取不到有效值。public Inspection getInspection()
public void setInspection(Inspection Inspection)
Inspection
- 检查报告内容
注意:此字段可能返回 null,表示取不到有效值。public CaseHistory getCaseHistory()
public void setCaseHistory(CaseHistory CaseHistory)
CaseHistory
- 病历资料
注意:此字段可能返回 null,表示取不到有效值。public Pathology getPathology()
public void setPathology(Pathology Pathology)
Pathology
- 病理检查内容
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.