|
@@ -48,7 +48,7 @@ public class BEH0024 extends QCCatalogue {
|
|
}
|
|
}
|
|
//硬规则匹配
|
|
//硬规则匹配
|
|
String pastLabelText = pastLabel.getText();
|
|
String pastLabelText = pastLabel.getText();
|
|
- if (pastLabelText.contains("外伤") || pastLabelText.contains("详见原病历")) {
|
|
|
|
|
|
+ if (pastLabelText.contains("外伤") || pastLabelText.contains("详见原病历") || pastLabelText.contains("骨折")) {
|
|
status.set("0");
|
|
status.set("0");
|
|
}
|
|
}
|
|
}
|
|
}
|