public class InternalMedicineBaseItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
InternalMedicineBaseItem() |
InternalMedicineBaseItem(InternalMedicineBaseItem 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 |
---|---|
InternalMedicineAbdomen |
getAbdomen()
Get 体检报告-内科-腹部
注意:此字段可能返回 null,表示取不到有效值。
|
InternalMedicineBriefSummary |
getBriefSummary()
Get 体检报告-内科-小结
注意:此字段可能返回 null,表示取不到有效值。
|
InternalMedicineHeart |
getHeart()
Get 体检报告-内科-心脏
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem[] |
getOthers()
Get 体检报告-内科-内科其他
注意:此字段可能返回 null,表示取不到有效值。
|
InternalMedicineRespiratorySystem |
getRespiratorySystem()
Get 体检报告-内科-呼吸系统
注意:此字段可能返回 null,表示取不到有效值。
|
InternalMedicineVessel |
getVessel()
Get 体检报告-内科-血管
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAbdomen(InternalMedicineAbdomen Abdomen)
Set 体检报告-内科-腹部
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBriefSummary(InternalMedicineBriefSummary BriefSummary)
Set 体检报告-内科-小结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeart(InternalMedicineHeart Heart)
Set 体检报告-内科-心脏
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOthers(KeyValueItem[] Others)
Set 体检报告-内科-内科其他
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRespiratorySystem(InternalMedicineRespiratorySystem RespiratorySystem)
Set 体检报告-内科-呼吸系统
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVessel(InternalMedicineVessel Vessel)
Set 体检报告-内科-血管
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public InternalMedicineBaseItem()
public InternalMedicineBaseItem(InternalMedicineBaseItem source)
public InternalMedicineAbdomen getAbdomen()
public void setAbdomen(InternalMedicineAbdomen Abdomen)
Abdomen
- 体检报告-内科-腹部
注意:此字段可能返回 null,表示取不到有效值。public InternalMedicineHeart getHeart()
public void setHeart(InternalMedicineHeart Heart)
Heart
- 体检报告-内科-心脏
注意:此字段可能返回 null,表示取不到有效值。public InternalMedicineVessel getVessel()
public void setVessel(InternalMedicineVessel Vessel)
Vessel
- 体检报告-内科-血管
注意:此字段可能返回 null,表示取不到有效值。public InternalMedicineRespiratorySystem getRespiratorySystem()
public void setRespiratorySystem(InternalMedicineRespiratorySystem RespiratorySystem)
RespiratorySystem
- 体检报告-内科-呼吸系统
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem[] getOthers()
public void setOthers(KeyValueItem[] Others)
Others
- 体检报告-内科-内科其他
注意:此字段可能返回 null,表示取不到有效值。public InternalMedicineBriefSummary getBriefSummary()
public void setBriefSummary(InternalMedicineBriefSummary BriefSummary)
BriefSummary
- 体检报告-内科-小结
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.