public class CaseHistory extends AbstractModel
Constructor and Description |
---|
CaseHistory() |
CaseHistory(CaseHistory 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 |
---|---|
Case[] |
getCaseHistoryList()
Get 病例时间轴
|
HealthHistory |
getHealthHistory()
Get 健康史信息
注意:此字段可能返回 null,表示取不到有效值。
|
Treatment |
getTreatment()
Get 诊治信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCaseHistoryList(Case[] CaseHistoryList)
Set 病例时间轴
|
void |
setHealthHistory(HealthHistory HealthHistory)
Set 健康史信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTreatment(Treatment Treatment)
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 CaseHistory()
public CaseHistory(CaseHistory source)
public Treatment getTreatment()
public void setTreatment(Treatment Treatment)
Treatment
- 诊治信息
注意:此字段可能返回 null,表示取不到有效值。public HealthHistory getHealthHistory()
public void setHealthHistory(HealthHistory HealthHistory)
HealthHistory
- 健康史信息
注意:此字段可能返回 null,表示取不到有效值。public Case[] getCaseHistoryList()
public void setCaseHistoryList(Case[] CaseHistoryList)
CaseHistoryList
- 病例时间轴Copyright © 2021. All rights reserved.