Browse Source

修改规则 BEH0035 过敏药物未标引号

hecc 3 years ago
parent
commit
3ae2589af7

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

@@ -44,7 +44,7 @@ public class BEH0035 extends QCCatalogue {
                         .map(i -> i.getAllergyMedicine().getName()).distinct().collect(Collectors.toList()),
                 pastLabel.getText()
         );
-        if(wtAmNames.contains("止痛片")){
+        if(wtAmNames.contains("止痛片") || wtAmNames.contains("胶布") || wtAmNames.contains("菌菇类")){
             return;
         }
         String pastText = pastLabel.getText();