public class DischargeInfoBlock extends AbstractModel
Constructor and Description |
---|
DischargeInfoBlock() |
DischargeInfoBlock(DischargeInfoBlock 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 |
---|---|
DiseaseHistoryBlock |
getDiseaseHistory()
Get 疾病史
注意:此字段可能返回 null,表示取不到有效值。
|
DrugHistoryBlock |
getDrugHistory()
Get 药物史
注意:此字段可能返回 null,表示取不到有效值。
|
ParagraphBlock |
getParagraphBlock()
Get 文本段落
注意:此字段可能返回 null,表示取不到有效值。
|
PersonalHistoryBlock |
getPersonalHistory()
Get 个人史
注意:此字段可能返回 null,表示取不到有效值。
|
TreatmentRecordBlock |
getTreatmentRecord()
Get 治疗相关
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiseaseHistory(DiseaseHistoryBlock DiseaseHistory)
Set 疾病史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDrugHistory(DrugHistoryBlock DrugHistory)
Set 药物史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParagraphBlock(ParagraphBlock ParagraphBlock)
Set 文本段落
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPersonalHistory(PersonalHistoryBlock PersonalHistory)
Set 个人史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTreatmentRecord(TreatmentRecordBlock TreatmentRecord)
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 DischargeInfoBlock()
public DischargeInfoBlock(DischargeInfoBlock source)
public DiseaseHistoryBlock getDiseaseHistory()
public void setDiseaseHistory(DiseaseHistoryBlock DiseaseHistory)
DiseaseHistory
- 疾病史
注意:此字段可能返回 null,表示取不到有效值。public PersonalHistoryBlock getPersonalHistory()
public void setPersonalHistory(PersonalHistoryBlock PersonalHistory)
PersonalHistory
- 个人史
注意:此字段可能返回 null,表示取不到有效值。public DrugHistoryBlock getDrugHistory()
public void setDrugHistory(DrugHistoryBlock DrugHistory)
DrugHistory
- 药物史
注意:此字段可能返回 null,表示取不到有效值。public TreatmentRecordBlock getTreatmentRecord()
public void setTreatmentRecord(TreatmentRecordBlock TreatmentRecord)
TreatmentRecord
- 治疗相关
注意:此字段可能返回 null,表示取不到有效值。public ParagraphBlock getParagraphBlock()
public void setParagraphBlock(ParagraphBlock ParagraphBlock)
ParagraphBlock
- 文本段落
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.