Browse Source

出院记录无健康教育,注意事项 规则更新

kongwz 5 years ago
parent
commit
4daca89d95

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/leavehospital/LEA0156.java

@@ -29,7 +29,7 @@ public class LEA0156 extends QCCatalogue {
         if (deathRecordDoc == null || deathRecordDoc.getText() == null) {
             Map<String, String> structureMap = leaveHospitalDoc.getStructureMap();
             if (structureMap != null) {
-                if (StringUtils.isBlank(structureMap.get("注意事项"))) {
+                if (StringUtils.isBlank(structureMap.get("健康教育"))) {
                     status.set("-1");
                 }
             }

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/leavehospital/LEA0515.java

@@ -28,7 +28,7 @@ public class LEA0515 extends QCCatalogue {
         if (deathRecordDoc == null || deathRecordDoc.getText() == null) {
             Map<String, String> leaveHospitalStructureMap = leaveHospitalDoc.getStructureMap();
             if (leaveHospitalStructureMap != null) {
-                if (CatalogueUtil.isEmpty(leaveHospitalStructureMap.get("健康教育(包括饮食指导)"))) {
+                if (CatalogueUtil.isEmpty(leaveHospitalStructureMap.get("健康教育"))) {
                     status.set("-1");
                 }
             }

+ 2 - 2
trans/src/main/java/com/lantone/qc/trans/taizhou/TaiZhouLeaveHospitalDocTrans.java

@@ -43,9 +43,9 @@ public class TaiZhouLeaveHospitalDocTrans extends ModelDocTrans {
             "诊治经过=诊治经过",
             "出院时情况=出院情况",
             "出院医嘱=出院医嘱",
-            "饮食指导=健康教育",
+//            "注意事项=健康教育",
             "复诊时间=随访计划",
-            "出院指导=注意事项",
+            "出院指导=健康教育",
             "医生=医师签名",
             "病历日期=签名时间"
             );