Browse Source

既往体制健康规则修改

wangyu 5 years ago
parent
commit
a4782fbb6f

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH0454.java

@@ -30,7 +30,7 @@ public class BEH0454 extends QCCatalogue {
         }
         }
         PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
         PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
         if (pastLabel != null) {
         if (pastLabel != null) {
-            if (StringUtils.isNotEmpty(pastLabel.getHeathCondition())) {
+            if (StringUtils.isNotEmpty(pastLabel.getHeathCondition()) || pastLabel.getText().contains("既往")) {
                 status.set("0");
                 status.set("0");
             }
             }
         }
         }