public class MenstrualMedicalHistory extends AbstractModel
Constructor and Description |
---|
MenstrualMedicalHistory() |
MenstrualMedicalHistory(MenstrualMedicalHistory 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 |
getLastMenstrualPeriod()
Get 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenarcheAge()
Get 月经初潮年龄
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenstrualCycles()
Get 月经周期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenstrualFlow()
Get 经量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenstrualPeriod()
Get 月经持续天数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMenstruationOrNot()
Get 是否来月经
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastMenstrualPeriod(String LastMenstrualPeriod)
Set 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenarcheAge(String MenarcheAge)
Set 月经初潮年龄
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstrualCycles(String MenstrualCycles)
Set 月经周期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstrualFlow(String MenstrualFlow)
Set 经量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstrualPeriod(String MenstrualPeriod)
Set 月经持续天数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMenstruationOrNot(String MenstruationOrNot)
Set 是否来月经
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MenstrualMedicalHistory()
public MenstrualMedicalHistory(MenstrualMedicalHistory source)
public String getLastMenstrualPeriod()
public void setLastMenstrualPeriod(String LastMenstrualPeriod)
LastMenstrualPeriod
- 末次月经时间
注意:此字段可能返回 null,表示取不到有效值。public String getMenstrualFlow()
public void setMenstrualFlow(String MenstrualFlow)
MenstrualFlow
- 经量
注意:此字段可能返回 null,表示取不到有效值。public String getMenarcheAge()
public void setMenarcheAge(String MenarcheAge)
MenarcheAge
- 月经初潮年龄
注意:此字段可能返回 null,表示取不到有效值。public String getMenstruationOrNot()
public void setMenstruationOrNot(String MenstruationOrNot)
MenstruationOrNot
- 是否来月经
注意:此字段可能返回 null,表示取不到有效值。public String getMenstrualCycles()
public void setMenstrualCycles(String MenstrualCycles)
MenstrualCycles
- 月经周期
注意:此字段可能返回 null,表示取不到有效值。public String getMenstrualPeriod()
public void setMenstrualPeriod(String MenstrualPeriod)
MenstrualPeriod
- 月经持续天数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.