public class PatientHistory extends AbstractModel
header, skipSign
Constructor and Description |
---|
PatientHistory() |
PatientHistory(PatientHistory 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 |
---|---|
String |
getDiseaseHistory()
Get 病史
|
String |
getTreatmentHistory()
Get 治疗史
|
void |
setDiseaseHistory(String DiseaseHistory)
Set 病史
|
void |
setTreatmentHistory(String TreatmentHistory)
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, toJsonString
public PatientHistory()
public PatientHistory(PatientHistory source)
public String getDiseaseHistory()
public void setDiseaseHistory(String DiseaseHistory)
DiseaseHistory
- 病史public String getTreatmentHistory()
public void setTreatmentHistory(String TreatmentHistory)
TreatmentHistory
- 治疗史Copyright © 2025. All rights reserved.