public class HealthHistory extends AbstractModel
Constructor and Description |
---|
HealthHistory() |
HealthHistory(HealthHistory 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 |
---|---|
DiseaseHistory |
getDiseaseHistory()
Get 疾病史
注意:此字段可能返回 null,表示取不到有效值。
|
FamilyHistory |
getFamilyHistory()
Get 家族史
注意:此字段可能返回 null,表示取不到有效值。
|
MarryHistory |
getMarryHistory()
Get 婚育史
注意:此字段可能返回 null,表示取不到有效值。
|
MenstrualHistory |
getMenstrualHistory()
Get 月经史
注意:此字段可能返回 null,表示取不到有效值。
|
PersonalHistory |
getPersonalHistory()
Get 个人史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiseaseHistory(DiseaseHistory DiseaseHistory)
Set 疾病史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFamilyHistory(FamilyHistory FamilyHistory)
Set 家族史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMarryHistory(MarryHistory MarryHistory)
Set 婚育史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstrualHistory(MenstrualHistory MenstrualHistory)
Set 月经史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPersonalHistory(PersonalHistory PersonalHistory)
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 HealthHistory()
public HealthHistory(HealthHistory source)
public DiseaseHistory getDiseaseHistory()
public void setDiseaseHistory(DiseaseHistory DiseaseHistory)
DiseaseHistory
- 疾病史
注意:此字段可能返回 null,表示取不到有效值。public FamilyHistory getFamilyHistory()
public void setFamilyHistory(FamilyHistory FamilyHistory)
FamilyHistory
- 家族史
注意:此字段可能返回 null,表示取不到有效值。public MarryHistory getMarryHistory()
public void setMarryHistory(MarryHistory MarryHistory)
MarryHistory
- 婚育史
注意:此字段可能返回 null,表示取不到有效值。public PersonalHistory getPersonalHistory()
public void setPersonalHistory(PersonalHistory PersonalHistory)
PersonalHistory
- 个人史
注意:此字段可能返回 null,表示取不到有效值。public MenstrualHistory getMenstrualHistory()
public void setMenstrualHistory(MenstrualHistory MenstrualHistory)
MenstrualHistory
- 月经史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.