Browse Source

现病史中发现的药物没有在目前使用的药物中显示出来规则更新

kongwz 5 years ago
parent
commit
c2c21cdc0c

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/behospitalized/BEH02909.java

@@ -32,10 +32,10 @@ public class BEH02909 extends QCCatalogue {
             status.set("0");
             status.set("0");
             return;
             return;
         }
         }
-        if (drugsCurrentlyInUse.contains("见现病史")) {
+        /*if (drugsCurrentlyInUse.contains("见现病史")) {
             status.set("0");
             status.set("0");
             return;
             return;
-        }
+        }*/
         /*List<String> drug = getDrug(drugsCurrentlyInUse);*/
         /*List<String> drug = getDrug(drugsCurrentlyInUse);*/
         PresentLabel presentLabel = inputInfo.getBeHospitalizedDoc().getPresentLabel();
         PresentLabel presentLabel = inputInfo.getBeHospitalizedDoc().getPresentLabel();
         if (presentLabel == null) {
         if (presentLabel == null) {