|
@@ -39,7 +39,8 @@ public class BEH0454 extends QCCatalogue {
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(pastLabel.getHeathCondition()) || pastLabel.getText().contains("既往")
|
|
|
|| pastLabel.getText().contains("详见原病历") || pastLabel.getText().contains("健康状况")
|
|
|
- || pastLabel.getText().contains("见旧病历") || pastLabel.getText().contains("平素健康")) {
|
|
|
+ || pastLabel.getText().contains("见旧病历") || pastLabel.getText().contains("平素健康")
|
|
|
+ || pastLabel.getText().contains("平素体健")) {
|
|
|
status.set("0");
|
|
|
return;
|
|
|
}
|