增加汇总结果字段
This commit is contained in:
parent
667ef34dd2
commit
eed8bf28ff
@ -535,6 +535,7 @@ public class InspectPatientController {
|
||||
inspectPatientReportVO.setPhoneNum(patientDO.getPhoneNum());
|
||||
inspectPatientReportVO.setHeadPicUrl(patientDO.getHeadPicUrl());
|
||||
inspectPatientReportVO.setDomicileaddress(patientDO.getDomicileaddress());
|
||||
inspectPatientReportVO.setSummaryResult(patientDO.getSummaryResult());
|
||||
|
||||
// 获取患者检查项目信息
|
||||
List<InspectPatientitemsDO> patientItems = patientitemsService.getPatientItemsOfMedicalSn(medicalSn);
|
||||
|
@ -38,6 +38,9 @@ public class InspectPatientReportVO {
|
||||
@Schema(description = "住址")
|
||||
private String domicileaddress;
|
||||
|
||||
@Schema(description = "汇总分析结果")
|
||||
private String summaryResult;
|
||||
|
||||
@Schema(description = "检查数据列表")
|
||||
private List<InspectPatientReportDataVO> data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user