ソースを参照

Merge remote-tracking branch 'origin/beilun/dev' into beilun/dev

rengb 4 年 前
コミット
2f7ce021e2

+ 7 - 0
kernel/src/main/java/com/lantone/qc/kernel/catalogue/beilun/operationdiscussion/OPE0369.java

@@ -27,6 +27,13 @@ public class OPE0369 extends QCCatalogue {
     @Override
     protected void start(InputInfo inputInfo, OutputInfo outputInfo) throws ParseException {
         status.set("0");
+        if (outputInfo.getResult() != null) {
+            Map<String, Object> thr03090 = outputInfo.getResult().get("THR03090");
+            if (thr03090 != null && thr03090.size() > 0 && thr03090.get("status").equals("-1")) {
+                return;
+            }
+        }
+
         MedicalRecordInfoDoc medicalRecordInfoDoc = inputInfo.getMedicalRecordInfoDoc();
         String admisTime = "";
         if (medicalRecordInfoDoc != null && medicalRecordInfoDoc.getStructureMap() != null) {