public class InternalMedicineVessel extends AbstractModel
header, skipSign
Constructor and Description |
---|
InternalMedicineVessel() |
InternalMedicineVessel(InternalMedicineVessel 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 |
---|---|
KeyValueItem |
getPeripheralVessel()
Get 外周血管
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem |
getText()
Get 血管总体描述
注意:此字段可能返回 null,表示取不到有效值。
|
KeyValueItem |
getVascularMurmur()
Get 血管杂音
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPeripheralVessel(KeyValueItem PeripheralVessel)
Set 外周血管
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(KeyValueItem Text)
Set 血管总体描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVascularMurmur(KeyValueItem VascularMurmur)
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 InternalMedicineVessel()
public InternalMedicineVessel(InternalMedicineVessel source)
public KeyValueItem getText()
public void setText(KeyValueItem Text)
Text
- 血管总体描述
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem getVascularMurmur()
public void setVascularMurmur(KeyValueItem VascularMurmur)
VascularMurmur
- 血管杂音
注意:此字段可能返回 null,表示取不到有效值。public KeyValueItem getPeripheralVessel()
public void setPeripheralVessel(KeyValueItem PeripheralVessel)
PeripheralVessel
- 外周血管
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.