| Package | Description |
|---|---|
| com.tencentcloudapi.mrs.v20200910.models |
| Modifier and Type | Method and Description |
|---|---|
HistologyClass |
PathologyV2.getBenigntumor()
Get 是否良性肿瘤
注意:此字段可能返回 null,表示取不到有效值。
|
HistologyClass |
PathologyV2.getMalignant()
Get 是否恶性肿瘤
注意:此字段可能返回 null,表示取不到有效值。
|
HistologyClass |
PathologyV2.getPrecancer()
Get 是否癌前病变
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathologyV2.setBenigntumor(HistologyClass Benigntumor)
Set 是否良性肿瘤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
PathologyV2.setMalignant(HistologyClass Malignant)
Set 是否恶性肿瘤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
PathologyV2.setPrecancer(HistologyClass Precancer)
Set 是否癌前病变
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
HistologyClass(HistologyClass 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.
|
Copyright © 2023. All rights reserved.