|
@@ -61,10 +61,10 @@ public class ChangxDocTrans extends DocTrans {
|
|
ChangxDeathRecordDocTrans deathRecordDocTrans = new ChangxDeathRecordDocTrans();
|
|
ChangxDeathRecordDocTrans deathRecordDocTrans = new ChangxDeathRecordDocTrans();
|
|
inputInfo.setDeathRecordDoc(deathRecordDocTrans.extract(i));
|
|
inputInfo.setDeathRecordDoc(deathRecordDocTrans.extract(i));
|
|
}
|
|
}
|
|
- // if (i.getTitle().equals("疑难病例讨论记录")) {
|
|
|
|
- // ChangxDifficultCaseDiscussDocTrans difficultCaseDiscussDocTrans = new ChangxDifficultCaseDiscussDocTrans();
|
|
|
|
- // inputInfo.setDifficultCaseDiscussDocs(difficultCaseDiscussDocTrans.extract(i));
|
|
|
|
- // }
|
|
|
|
|
|
+ if (i.getTitle().equals("疑难病例讨论记录")) {
|
|
|
|
+ ChangxDifficultCaseDiscussDocTrans difficultCaseDiscussDocTrans = new ChangxDifficultCaseDiscussDocTrans();
|
|
|
|
+ inputInfo.setDifficultCaseDiscussDocs(difficultCaseDiscussDocTrans.extract(i));
|
|
|
|
+ }
|
|
if (i.getTitle().equals("医嘱信息")) {
|
|
if (i.getTitle().equals("医嘱信息")) {
|
|
ChangxDoctorAdviceDocTrans doctorAdviceDocTrans = new ChangxDoctorAdviceDocTrans();
|
|
ChangxDoctorAdviceDocTrans doctorAdviceDocTrans = new ChangxDoctorAdviceDocTrans();
|
|
inputInfo.setDoctorAdviceDocs(doctorAdviceDocTrans.extract(i));
|
|
inputInfo.setDoctorAdviceDocs(doctorAdviceDocTrans.extract(i));
|
|
@@ -109,6 +109,10 @@ public class ChangxDocTrans extends DocTrans {
|
|
ChangxThreeLevelWardDocTrans threeLevelWardDocTrans = new ChangxThreeLevelWardDocTrans();
|
|
ChangxThreeLevelWardDocTrans threeLevelWardDocTrans = new ChangxThreeLevelWardDocTrans();
|
|
inputInfo.setThreeLevelWardDocs(threeLevelWardDocTrans.extract(i));
|
|
inputInfo.setThreeLevelWardDocs(threeLevelWardDocTrans.extract(i));
|
|
}
|
|
}
|
|
|
|
+ if (i.getTitle().equals("病理检验送检单")) {
|
|
|
|
+ ChangxPathologyShipDocTrans pathologyShipDocTrans = new ChangxPathologyShipDocTrans();
|
|
|
|
+ inputInfo.setPathologyShipDocs(pathologyShipDocTrans.extract(i));
|
|
|
|
+ }
|
|
// if (i.getTitle().equals("知情同意书")) {
|
|
// if (i.getTitle().equals("知情同意书")) {
|
|
// ChangxInformedConsentDocTrans informedConsentDocTrans = new ChangxInformedConsentDocTrans();
|
|
// ChangxInformedConsentDocTrans informedConsentDocTrans = new ChangxInformedConsentDocTrans();
|
|
// inputInfo.setInformedConsentDoc(informedConsentDocTrans.extract(i));
|
|
// inputInfo.setInformedConsentDoc(informedConsentDocTrans.extract(i));
|
|
@@ -154,12 +158,12 @@ public class ChangxDocTrans extends DocTrans {
|
|
if (ListUtil.isNotEmpty(inputInfo.getCriticallyIllNoticeDocs())) {
|
|
if (ListUtil.isNotEmpty(inputInfo.getCriticallyIllNoticeDocs())) {
|
|
inputInfo.getPageData().put("病危通知书", inputInfo.getCriticallyIllNoticeDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
inputInfo.getPageData().put("病危通知书", inputInfo.getCriticallyIllNoticeDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
}
|
|
}
|
|
- // if (ListUtil.isNotEmpty(inputInfo.getDifficultCaseDiscussDocs())) {
|
|
|
|
- // inputInfo.getPageData().put("疑难病例讨论记录", inputInfo.getDifficultCaseDiscussDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
|
|
- // }
|
|
|
|
- if (ListUtil.isNotEmpty(inputInfo.getDoctorAdviceDocs())) {
|
|
|
|
- inputInfo.getPageData().put("医嘱信息", inputInfo.getDoctorAdviceDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
|
|
|
|
+ if (ListUtil.isNotEmpty(inputInfo.getDifficultCaseDiscussDocs())) {
|
|
|
|
+ inputInfo.getPageData().put("疑难病例讨论记录", inputInfo.getDifficultCaseDiscussDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
}
|
|
}
|
|
|
|
+ // if (ListUtil.isNotEmpty(inputInfo.getDoctorAdviceDocs())) {
|
|
|
|
+ // inputInfo.getPageData().put("医嘱信息", inputInfo.getDoctorAdviceDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
|
|
+ // }
|
|
// if (ListUtil.isNotEmpty(inputInfo.getDutyShiftSystemDocs())) {
|
|
// if (ListUtil.isNotEmpty(inputInfo.getDutyShiftSystemDocs())) {
|
|
// inputInfo.getPageData().put("值班交接制度", inputInfo.getDutyShiftSystemDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
// inputInfo.getPageData().put("值班交接制度", inputInfo.getDutyShiftSystemDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
// }
|
|
// }
|
|
@@ -175,6 +179,9 @@ public class ChangxDocTrans extends DocTrans {
|
|
if (ListUtil.isNotEmpty(inputInfo.getThreeLevelWardDocs())) {
|
|
if (ListUtil.isNotEmpty(inputInfo.getThreeLevelWardDocs())) {
|
|
inputInfo.getPageData().put("查房记录", inputInfo.getThreeLevelWardDocs().get(0).getAllDoctorWradDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
inputInfo.getPageData().put("查房记录", inputInfo.getThreeLevelWardDocs().get(0).getAllDoctorWradDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
}
|
|
}
|
|
|
|
+ if (ListUtil.isNotEmpty(inputInfo.getPathologyShipDocs())) {
|
|
|
|
+ inputInfo.getPageData().put("病理检验送检单", inputInfo.getPathologyShipDocs().stream().map(i -> i.getPageData()).collect(Collectors.toList()));
|
|
|
|
+ }
|
|
|
|
|
|
if (ListUtil.isNotEmpty(inputInfo.getConsultationDocs())) {
|
|
if (ListUtil.isNotEmpty(inputInfo.getConsultationDocs())) {
|
|
inputInfo.getPageData().put(
|
|
inputInfo.getPageData().put(
|