public class FamilyHistoryBlock extends AbstractModel
header, skipSign
Constructor and Description |
---|
FamilyHistoryBlock() |
FamilyHistoryBlock(FamilyHistoryBlock 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 |
---|---|
GeneticHistoryBlock |
getGeneticHistory()
Get 家族遗传史
注意:此字段可能返回 null,表示取不到有效值。
|
RelativeCancerHistoryBlock |
getRelativeCancerHistory()
Get 家族肿瘤史
注意:此字段可能返回 null,表示取不到有效值。
|
RelativeHistoryBlock |
getRelativeHistory()
Get 家庭成员
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGeneticHistory(GeneticHistoryBlock GeneticHistory)
Set 家族遗传史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelativeCancerHistory(RelativeCancerHistoryBlock RelativeCancerHistory)
Set 家族肿瘤史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelativeHistory(RelativeHistoryBlock RelativeHistory)
Set 家庭成员
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FamilyHistoryBlock()
public FamilyHistoryBlock(FamilyHistoryBlock source)
public RelativeHistoryBlock getRelativeHistory()
public void setRelativeHistory(RelativeHistoryBlock RelativeHistory)
RelativeHistory
- 家庭成员
注意:此字段可能返回 null,表示取不到有效值。public RelativeCancerHistoryBlock getRelativeCancerHistory()
public void setRelativeCancerHistory(RelativeCancerHistoryBlock RelativeCancerHistory)
RelativeCancerHistory
- 家族肿瘤史
注意:此字段可能返回 null,表示取不到有效值。public GeneticHistoryBlock getGeneticHistory()
public void setGeneticHistory(GeneticHistoryBlock GeneticHistory)
GeneticHistory
- 家族遗传史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.