public class DiseaseHistoryBlock extends AbstractModel
header, skipSign| 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 过敏史 | 
| MainDiseaseHistoryBlock | getInfectHistory()Get 注射史 | 
| MainDiseaseHistoryBlock | getMainDiseaseHistory()Get 主要病史 | 
| SurgeryHistoryBlock | getSurgeryHistory()Get 手术史 | 
| TransfusionHistoryBlock | getTransfusionHistory()Get 输血史 | 
| void | setAllergyHistory(MainDiseaseHistoryBlock AllergyHistory)Set 过敏史 | 
| void | setInfectHistory(MainDiseaseHistoryBlock InfectHistory)Set 注射史 | 
| void | setMainDiseaseHistory(MainDiseaseHistoryBlock MainDiseaseHistory)Set 主要病史 | 
| void | setSurgeryHistory(SurgeryHistoryBlock SurgeryHistory)Set 手术史 | 
| void | setTransfusionHistory(TransfusionHistoryBlock TransfusionHistory)Set 输血史 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DiseaseHistoryBlock()
public DiseaseHistoryBlock(DiseaseHistoryBlock source)
public MainDiseaseHistoryBlock getMainDiseaseHistory()
public void setMainDiseaseHistory(MainDiseaseHistoryBlock MainDiseaseHistory)
MainDiseaseHistory - 主要病史public MainDiseaseHistoryBlock getAllergyHistory()
public void setAllergyHistory(MainDiseaseHistoryBlock AllergyHistory)
AllergyHistory - 过敏史public MainDiseaseHistoryBlock getInfectHistory()
public void setInfectHistory(MainDiseaseHistoryBlock InfectHistory)
InfectHistory - 注射史public SurgeryHistoryBlock getSurgeryHistory()
public void setSurgeryHistory(SurgeryHistoryBlock SurgeryHistory)
SurgeryHistory - 手术史public TransfusionHistoryBlock getTransfusionHistory()
public void setTransfusionHistory(TransfusionHistoryBlock TransfusionHistory)
TransfusionHistory - 输血史Copyright © 2025. All rights reserved.