public class PathologyReport extends AbstractModel
Constructor and Description |
---|
PathologyReport() |
PathologyReport(PathologyReport 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 |
---|---|
Part |
getCancerPart()
Get 癌症部位
注意:此字段可能返回 null,表示取不到有效值。
|
Size[] |
getCancerSize()
Get 癌症部位大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescText()
Get 描述文本
注意:此字段可能返回 null,表示取不到有效值。
|
HistologyLevel |
getHistologyLevel()
Get 组织学等级
注意:此字段可能返回 null,表示取不到有效值。
|
HistologyType |
getHistologyType()
Get 组织学类型
注意:此字段可能返回 null,表示取不到有效值。
|
IHCInfo[] |
getIHC()
Get IHC信息
注意:此字段可能返回 null,表示取不到有效值。
|
BlockInfo |
getInfiltrationDepth()
Get 浸润深度
注意:此字段可能返回 null,表示取不到有效值。
|
Invas[] |
getInvasive()
Get 肿瘤扩散
注意:此字段可能返回 null,表示取不到有效值。
|
Lymph[] |
getLymphNodes()
Get 淋巴结
注意:此字段可能返回 null,表示取不到有效值。
|
BlockInfo |
getPathologicalReportType()
Get 病理报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
BlockInfo |
getPTNM()
Get PTNM信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReportText()
Get 报告原文
注意:此字段可能返回 null,表示取不到有效值。
|
BlockInfo |
getSampleType()
Get 标本类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSummaryText()
Get 结论文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCancerPart(Part CancerPart)
Set 癌症部位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCancerSize(Size[] CancerSize)
Set 癌症部位大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescText(String DescText)
Set 描述文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHistologyLevel(HistologyLevel HistologyLevel)
Set 组织学等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHistologyType(HistologyType HistologyType)
Set 组织学类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIHC(IHCInfo[] IHC)
Set IHC信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInfiltrationDepth(BlockInfo InfiltrationDepth)
Set 浸润深度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInvasive(Invas[] Invasive)
Set 肿瘤扩散
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLymphNodes(Lymph[] LymphNodes)
Set 淋巴结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathologicalReportType(BlockInfo PathologicalReportType)
Set 病理报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPTNM(BlockInfo PTNM)
Set PTNM信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReportText(String ReportText)
Set 报告原文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSampleType(BlockInfo SampleType)
Set 标本类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSummaryText(String SummaryText)
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 PathologyReport()
public PathologyReport(PathologyReport source)
public Part getCancerPart()
public void setCancerPart(Part CancerPart)
CancerPart
- 癌症部位
注意:此字段可能返回 null,表示取不到有效值。public Size[] getCancerSize()
public void setCancerSize(Size[] CancerSize)
CancerSize
- 癌症部位大小
注意:此字段可能返回 null,表示取不到有效值。public String getDescText()
public void setDescText(String DescText)
DescText
- 描述文本
注意:此字段可能返回 null,表示取不到有效值。public HistologyLevel getHistologyLevel()
public void setHistologyLevel(HistologyLevel HistologyLevel)
HistologyLevel
- 组织学等级
注意:此字段可能返回 null,表示取不到有效值。public HistologyType getHistologyType()
public void setHistologyType(HistologyType HistologyType)
HistologyType
- 组织学类型
注意:此字段可能返回 null,表示取不到有效值。public IHCInfo[] getIHC()
public void setIHC(IHCInfo[] IHC)
IHC
- IHC信息
注意:此字段可能返回 null,表示取不到有效值。public BlockInfo getInfiltrationDepth()
public void setInfiltrationDepth(BlockInfo InfiltrationDepth)
InfiltrationDepth
- 浸润深度
注意:此字段可能返回 null,表示取不到有效值。public Invas[] getInvasive()
public void setInvasive(Invas[] Invasive)
Invasive
- 肿瘤扩散
注意:此字段可能返回 null,表示取不到有效值。public Lymph[] getLymphNodes()
public void setLymphNodes(Lymph[] LymphNodes)
LymphNodes
- 淋巴结
注意:此字段可能返回 null,表示取不到有效值。public BlockInfo getPTNM()
public void setPTNM(BlockInfo PTNM)
PTNM
- PTNM信息
注意:此字段可能返回 null,表示取不到有效值。public BlockInfo getPathologicalReportType()
public void setPathologicalReportType(BlockInfo PathologicalReportType)
PathologicalReportType
- 病理报告类型
注意:此字段可能返回 null,表示取不到有效值。public String getReportText()
public void setReportText(String ReportText)
ReportText
- 报告原文
注意:此字段可能返回 null,表示取不到有效值。public BlockInfo getSampleType()
public void setSampleType(BlockInfo SampleType)
SampleType
- 标本类型
注意:此字段可能返回 null,表示取不到有效值。public String getSummaryText()
public void setSummaryText(String SummaryText)
SummaryText
- 结论文本
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.