|
@@ -34,7 +34,8 @@ public class BEH0009 extends QCCatalogue {
|
|
|
return;
|
|
|
}
|
|
|
String chiefText = chiefLabel.getText();
|
|
|
- if (StringUtil.isNotBlank(chiefText) && (chiefText.contains("检查") || chiefText.contains("术后") || chiefText.contains("药物") || chiefText.contains("发现"))) {
|
|
|
+ if (StringUtil.isNotBlank(chiefText) &&
|
|
|
+ (chiefText.contains("检查") || chiefText.contains("术后") || chiefText.contains("药物") || chiefText.contains("发现") || chiefText.contains("误服"))) {
|
|
|
status.set("0");
|
|
|
} else {
|
|
|
List<Diag> diags = chiefLabel.getDiags();
|