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