zhaops 3 år sedan
förälder
incheckning
11c7c872dc

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC03230.java

@@ -42,7 +42,7 @@ public class FIRC03230 extends QCCatalogue {
                 : "";
         String firstPageDiagText = firstPageRecordDoc == null ? ""
                 : (firstPageRecordDoc.getStructureMap() != null
-                ? firstPageRecordDoc.getStructureMap().get("门急诊诊断")
+                ? firstPageRecordDoc.getStructureMap().get("中医门急诊诊断")
                 : "");
 
         //先判断是否下了中医诊断,没有则通过 或 判断病案首页门急诊诊断是否下诊断,"-"为空,没有则通过

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC03231.java

@@ -42,7 +42,7 @@ public class FIRC03231 extends QCCatalogue {
                 : "";
         String firstPageDiagText = firstPageRecordDoc == null ? ""
                 : (firstPageRecordDoc.getStructureMap() != null
-                ? firstPageRecordDoc.getStructureMap().get("门急诊诊断")
+                ? firstPageRecordDoc.getStructureMap().get("中医门急诊诊断")
                 : "");
 
         //先判断是否下了中医诊断,没有则通过 或 判断病案首页门急诊诊断是否下诊断,"-"为空,没有则通过

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC03232.java

@@ -49,7 +49,7 @@ public class FIRC03232 extends QCCatalogue {
                 : "";
         String firstPageDiagText = firstPageRecordDoc == null ? ""
                 : (firstPageRecordDoc.getStructureMap() != null
-                ? firstPageRecordDoc.getStructureMap().get("门急诊诊断")
+                ? firstPageRecordDoc.getStructureMap().get("中医门急诊诊断")
                 : "");
 
         //先判断是否下了中医诊断,没有则通过 或 判断病案首页门急诊诊断是否下诊断,"-"为空,没有则通过