public class Template extends AbstractModel
| Constructor and Description |
|---|
Template() |
Template(Template 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 |
|---|---|
Check |
getCheck()
Get 检查报告
注意:此字段可能返回 null,表示取不到有效值。
|
DiagCert |
getDiagCert()
Get 诊断证明
注意:此字段可能返回 null,表示取不到有效值。
|
Electrocardiogram |
getElectrocardiogram()
Get 心电图报告
注意:此字段可能返回 null,表示取不到有效值。
|
Endoscopy |
getEndoscopy()
Get 内窥镜报告
注意:此字段可能返回 null,表示取不到有效值。
|
FirstPage |
getFirstPage()
Get 病案首页
注意:此字段可能返回 null,表示取不到有效值。
|
Hospitalization |
getHospitalization()
Get 出入院信息
注意:此字段可能返回 null,表示取不到有效值。
|
Indicator |
getIndicator()
Get 检验报告
注意:此字段可能返回 null,表示取不到有效值。
|
MedDoc |
getMedDoc()
Get 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。
|
MedicalRecordInfo |
getMedicalRecordInfo()
Get 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOcrResult()
Get OCR拼接后文本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOcrText()
Get OCR文本
注意:此字段可能返回 null,表示取不到有效值。
|
PathologyReport |
getPathology()
Get 病理报告
注意:此字段可能返回 null,表示取不到有效值。
|
PatientInfo |
getPatientInfo()
Get 患者信息
注意:此字段可能返回 null,表示取不到有效值。
|
Prescription |
getPrescription()
Get 处方单
注意:此字段可能返回 null,表示取不到有效值。
|
ReportInfo |
getReportInfo()
Get 报告信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReportType()
Get 报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
Surgery |
getSurgery()
Get 手术记录
注意:此字段可能返回 null,表示取不到有效值。
|
VaccineCertificate |
getVaccineCertificate()
Get 免疫接种证明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCheck(Check Check)
Set 检查报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiagCert(DiagCert DiagCert)
Set 诊断证明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElectrocardiogram(Electrocardiogram Electrocardiogram)
Set 心电图报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndoscopy(Endoscopy Endoscopy)
Set 内窥镜报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstPage(FirstPage FirstPage)
Set 病案首页
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHospitalization(Hospitalization Hospitalization)
Set 出入院信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIndicator(Indicator Indicator)
Set 检验报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMedDoc(MedDoc MedDoc)
Set 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMedicalRecordInfo(MedicalRecordInfo MedicalRecordInfo)
Set 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOcrResult(String OcrResult)
Set OCR拼接后文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOcrText(String OcrText)
Set OCR文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPathology(PathologyReport Pathology)
Set 病理报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPatientInfo(PatientInfo PatientInfo)
Set 患者信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPrescription(Prescription Prescription)
Set 处方单
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReportInfo(ReportInfo ReportInfo)
Set 报告信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReportType(String ReportType)
Set 报告类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSurgery(Surgery Surgery)
Set 手术记录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVaccineCertificate(VaccineCertificate VaccineCertificate)
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, toJsonStringpublic Template()
public Template(Template source)
public PatientInfo getPatientInfo()
public void setPatientInfo(PatientInfo PatientInfo)
PatientInfo - 患者信息
注意:此字段可能返回 null,表示取不到有效值。public ReportInfo getReportInfo()
public void setReportInfo(ReportInfo ReportInfo)
ReportInfo - 报告信息
注意:此字段可能返回 null,表示取不到有效值。public Check getCheck()
public void setCheck(Check Check)
Check - 检查报告
注意:此字段可能返回 null,表示取不到有效值。public PathologyReport getPathology()
public void setPathology(PathologyReport Pathology)
Pathology - 病理报告
注意:此字段可能返回 null,表示取不到有效值。public MedDoc getMedDoc()
public void setMedDoc(MedDoc MedDoc)
MedDoc - 出院报告,入院报告,门诊病历
注意:此字段可能返回 null,表示取不到有效值。public DiagCert getDiagCert()
public void setDiagCert(DiagCert DiagCert)
DiagCert - 诊断证明
注意:此字段可能返回 null,表示取不到有效值。public FirstPage getFirstPage()
public void setFirstPage(FirstPage FirstPage)
FirstPage - 病案首页
注意:此字段可能返回 null,表示取不到有效值。public Indicator getIndicator()
public void setIndicator(Indicator Indicator)
Indicator - 检验报告
注意:此字段可能返回 null,表示取不到有效值。public String getReportType()
public void setReportType(String ReportType)
ReportType - 报告类型
注意:此字段可能返回 null,表示取不到有效值。public MedicalRecordInfo getMedicalRecordInfo()
public void setMedicalRecordInfo(MedicalRecordInfo MedicalRecordInfo)
MedicalRecordInfo - 门诊病历信息
注意:此字段可能返回 null,表示取不到有效值。public Hospitalization getHospitalization()
public void setHospitalization(Hospitalization Hospitalization)
Hospitalization - 出入院信息
注意:此字段可能返回 null,表示取不到有效值。public Surgery getSurgery()
public void setSurgery(Surgery Surgery)
Surgery - 手术记录
注意:此字段可能返回 null,表示取不到有效值。public Electrocardiogram getElectrocardiogram()
public void setElectrocardiogram(Electrocardiogram Electrocardiogram)
Electrocardiogram - 心电图报告
注意:此字段可能返回 null,表示取不到有效值。public Endoscopy getEndoscopy()
public void setEndoscopy(Endoscopy Endoscopy)
Endoscopy - 内窥镜报告
注意:此字段可能返回 null,表示取不到有效值。public Prescription getPrescription()
public void setPrescription(Prescription Prescription)
Prescription - 处方单
注意:此字段可能返回 null,表示取不到有效值。public VaccineCertificate getVaccineCertificate()
public void setVaccineCertificate(VaccineCertificate VaccineCertificate)
VaccineCertificate - 免疫接种证明
注意:此字段可能返回 null,表示取不到有效值。public String getOcrText()
public void setOcrText(String OcrText)
OcrText - OCR文本
注意:此字段可能返回 null,表示取不到有效值。public String getOcrResult()
public void setOcrResult(String OcrResult)
OcrResult - OCR拼接后文本
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.