public class FamilyMedicalHistory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FamilyMedicalHistory() | 
| FamilyMedicalHistory(FamilyMedicalHistory 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 | getGeneticHistory()Get 家族遗传史 | 
| String | getRelativeCancerHistory()Get 家族肿瘤史 | 
| String | getRelativeHistory()Get 家族成员史 | 
| void | setGeneticHistory(String GeneticHistory)Set 家族遗传史 | 
| void | setRelativeCancerHistory(String RelativeCancerHistory)Set 家族肿瘤史 | 
| void | setRelativeHistory(String RelativeHistory)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 FamilyMedicalHistory()
public FamilyMedicalHistory(FamilyMedicalHistory source)
public String getRelativeHistory()
public void setRelativeHistory(String RelativeHistory)
RelativeHistory - 家族成员史public String getRelativeCancerHistory()
public void setRelativeCancerHistory(String RelativeCancerHistory)
RelativeCancerHistory - 家族肿瘤史public String getGeneticHistory()
public void setGeneticHistory(String GeneticHistory)
GeneticHistory - 家族遗传史Copyright © 2025. All rights reserved.