public class ObstericalMedicalHistory extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ObstericalMedicalHistory() |
ObstericalMedicalHistory(ObstericalMedicalHistory 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 |
getFertilityHistory()
Get 孕史
|
String |
getMarriageHistory()
Get 婚史
|
void |
setFertilityHistory(String FertilityHistory)
Set 孕史
|
void |
setMarriageHistory(String MarriageHistory)
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 ObstericalMedicalHistory()
public ObstericalMedicalHistory(ObstericalMedicalHistory source)
public String getMarriageHistory()
public void setMarriageHistory(String MarriageHistory)
MarriageHistory - 婚史public String getFertilityHistory()
public void setFertilityHistory(String FertilityHistory)
FertilityHistory - 孕史Copyright © 2025. All rights reserved.