public class PhysicalExamination extends AbstractModel
header, skipSign
Constructor and Description |
---|
PhysicalExamination() |
PhysicalExamination(PhysicalExamination 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 |
---|---|
GeneralExaminationBaseItem |
getGeneralExamination()
Get 一般检查
注意:此字段可能返回 null,表示取不到有效值。
|
GynaecologyBaseItem |
getGynaecology()
Get 妇科
注意:此字段可能返回 null,表示取不到有效值。
|
InternalMedicineBaseItem |
getInternalMedicine()
Get 内科
注意:此字段可能返回 null,表示取不到有效值。
|
OphthalmologyBaseItem |
getOphthalmology()
Get 眼科
注意:此字段可能返回 null,表示取不到有效值。
|
OtolaryngologyBaseItem |
getOtolaryngology()
Get 耳鼻喉科
注意:此字段可能返回 null,表示取不到有效值。
|
StomatologyBaseItem |
getStomatology()
Get 口腔科
注意:此字段可能返回 null,表示取不到有效值。
|
SurgeryBaseItem |
getSurgery()
Get 外科
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem[] |
getUnclassified()
Get 未标准化
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGeneralExamination(GeneralExaminationBaseItem GeneralExamination)
Set 一般检查
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGynaecology(GynaecologyBaseItem Gynaecology)
Set 妇科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInternalMedicine(InternalMedicineBaseItem InternalMedicine)
Set 内科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOphthalmology(OphthalmologyBaseItem Ophthalmology)
Set 眼科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOtolaryngology(OtolaryngologyBaseItem Otolaryngology)
Set 耳鼻喉科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStomatology(StomatologyBaseItem Stomatology)
Set 口腔科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSurgery(SurgeryBaseItem Surgery)
Set 外科
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUnclassified(KeyValueItem[] Unclassified)
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 PhysicalExamination()
public PhysicalExamination(PhysicalExamination source)
public GeneralExaminationBaseItem getGeneralExamination()
public void setGeneralExamination(GeneralExaminationBaseItem GeneralExamination)
GeneralExamination
- 一般检查
注意:此字段可能返回 null,表示取不到有效值。public InternalMedicineBaseItem getInternalMedicine()
public void setInternalMedicine(InternalMedicineBaseItem InternalMedicine)
InternalMedicine
- 内科
注意:此字段可能返回 null,表示取不到有效值。public SurgeryBaseItem getSurgery()
public void setSurgery(SurgeryBaseItem Surgery)
Surgery
- 外科
注意:此字段可能返回 null,表示取不到有效值。public StomatologyBaseItem getStomatology()
public void setStomatology(StomatologyBaseItem Stomatology)
Stomatology
- 口腔科
注意:此字段可能返回 null,表示取不到有效值。public OphthalmologyBaseItem getOphthalmology()
public void setOphthalmology(OphthalmologyBaseItem Ophthalmology)
Ophthalmology
- 眼科
注意:此字段可能返回 null,表示取不到有效值。public OtolaryngologyBaseItem getOtolaryngology()
public void setOtolaryngology(OtolaryngologyBaseItem Otolaryngology)
Otolaryngology
- 耳鼻喉科
注意:此字段可能返回 null,表示取不到有效值。public GynaecologyBaseItem getGynaecology()
public void setGynaecology(GynaecologyBaseItem Gynaecology)
Gynaecology
- 妇科
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem[] getUnclassified()
public void setUnclassified(KeyValueItem[] Unclassified)
Unclassified
- 未标准化
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.