|
@@ -38,7 +38,7 @@ public class BEH0068 extends QCCatalogue {
|
|
if (inputInfo.getBeHospitalizedDoc().getMenstrualLabel() != null) {
|
|
if (inputInfo.getBeHospitalizedDoc().getMenstrualLabel() != null) {
|
|
MenstrualLabel menstrualLabel = inputInfo.getBeHospitalizedDoc().getMenstrualLabel();
|
|
MenstrualLabel menstrualLabel = inputInfo.getBeHospitalizedDoc().getMenstrualLabel();
|
|
String text = menstrualLabel.getText();
|
|
String text = menstrualLabel.getText();
|
|
- if (StringUtil.isNotBlank(text) && (text.contains("未行经") || text.contains("未来潮") || text.contains("绝经"))) {
|
|
|
|
|
|
+ if (StringUtil.isNotBlank(text) && (text.contains("未行经") || text.contains("未来潮") || text.contains("绝经") || text.contains("白带正常"))) {
|
|
status.set("0");
|
|
status.set("0");
|
|
return;
|
|
return;
|
|
}
|
|
}
|