public class PatientInfo extends AbstractModel
Constructor and Description |
---|
PatientInfo() |
PatientInfo(PatientInfo 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 |
getAddress()
Get 患者地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAge()
Get 患者年龄
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIdCard()
Get 患者身份证
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 患者姓名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPhone()
Get 患者手机号码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSex()
Get 患者性别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddress(String Address)
Set 患者地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAge(String Age)
Set 患者年龄
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIdCard(String IdCard)
Set 患者身份证
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 患者姓名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPhone(String Phone)
Set 患者手机号码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSex(String Sex)
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 PatientInfo()
public PatientInfo(PatientInfo source)
public String getName()
public void setName(String Name)
Name
- 患者姓名
注意:此字段可能返回 null,表示取不到有效值。public String getSex()
public void setSex(String Sex)
Sex
- 患者性别
注意:此字段可能返回 null,表示取不到有效值。public String getAge()
public void setAge(String Age)
Age
- 患者年龄
注意:此字段可能返回 null,表示取不到有效值。public String getPhone()
public void setPhone(String Phone)
Phone
- 患者手机号码
注意:此字段可能返回 null,表示取不到有效值。public String getAddress()
public void setAddress(String Address)
Address
- 患者地址
注意:此字段可能返回 null,表示取不到有效值。public String getIdCard()
public void setIdCard(String IdCard)
IdCard
- 患者身份证
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.