public class DiseaseHistoryBlock extends AbstractModel
Constructor and Description |
---|
DiseaseHistoryBlock() |
DiseaseHistoryBlock(DiseaseHistoryBlock 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 |
---|---|
MainDiseaseHistoryBlock |
getAllergyHistory()
Get 过敏史
注意:此字段可能返回 null,表示取不到有效值。
|
MainDiseaseHistoryBlock |
getInfectHistory()
Get 注射史
注意:此字段可能返回 null,表示取不到有效值。
|
MainDiseaseHistoryBlock |
getMainDiseaseHistory()
Get 主要病史
注意:此字段可能返回 null,表示取不到有效值。
|
SurgeryHistoryBlock |
getSurgeryHistory()
Get 手术史
注意:此字段可能返回 null,表示取不到有效值。
|
TransfusionHistoryBlock |
getTransfusionHistory()
Get 输血史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAllergyHistory(MainDiseaseHistoryBlock AllergyHistory)
Set 过敏史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInfectHistory(MainDiseaseHistoryBlock InfectHistory)
Set 注射史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMainDiseaseHistory(MainDiseaseHistoryBlock MainDiseaseHistory)
Set 主要病史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSurgeryHistory(SurgeryHistoryBlock SurgeryHistory)
Set 手术史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransfusionHistory(TransfusionHistoryBlock TransfusionHistory)
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 DiseaseHistoryBlock()
public DiseaseHistoryBlock(DiseaseHistoryBlock source)
public MainDiseaseHistoryBlock getMainDiseaseHistory()
public void setMainDiseaseHistory(MainDiseaseHistoryBlock MainDiseaseHistory)
MainDiseaseHistory
- 主要病史
注意:此字段可能返回 null,表示取不到有效值。public MainDiseaseHistoryBlock getAllergyHistory()
public void setAllergyHistory(MainDiseaseHistoryBlock AllergyHistory)
AllergyHistory
- 过敏史
注意:此字段可能返回 null,表示取不到有效值。public MainDiseaseHistoryBlock getInfectHistory()
public void setInfectHistory(MainDiseaseHistoryBlock InfectHistory)
InfectHistory
- 注射史
注意:此字段可能返回 null,表示取不到有效值。public SurgeryHistoryBlock getSurgeryHistory()
public void setSurgeryHistory(SurgeryHistoryBlock SurgeryHistory)
SurgeryHistory
- 手术史
注意:此字段可能返回 null,表示取不到有效值。public TransfusionHistoryBlock getTransfusionHistory()
public void setTransfusionHistory(TransfusionHistoryBlock TransfusionHistory)
TransfusionHistory
- 输血史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.