public class ObstetricalHistoryBlock extends AbstractModel
skipSign
Constructor and Description |
---|
ObstetricalHistoryBlock() |
ObstetricalHistoryBlock(ObstetricalHistoryBlock 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 |
---|---|
FertilityHistoryBlock |
getFertilityHistory()
Get 婚育史
注意:此字段可能返回 null,表示取不到有效值。
|
MenstrualHistoryDetailBlock |
getMarriageHistory()
Get 婚姻史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFertilityHistory(FertilityHistoryBlock FertilityHistory)
Set 婚育史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMarriageHistory(MenstrualHistoryDetailBlock MarriageHistory)
Set 婚姻史
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ObstetricalHistoryBlock()
public ObstetricalHistoryBlock(ObstetricalHistoryBlock source)
public MenstrualHistoryDetailBlock getMarriageHistory()
public void setMarriageHistory(MenstrualHistoryDetailBlock MarriageHistory)
MarriageHistory
- 婚姻史
注意:此字段可能返回 null,表示取不到有效值。public FertilityHistoryBlock getFertilityHistory()
public void setFertilityHistory(FertilityHistoryBlock FertilityHistory)
FertilityHistory
- 婚育史
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.