@@ -22,7 +22,7 @@ public class BEH0400 extends QCCatalogue {
return;
}
PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
- if (pastLabel != null || StringUtil.isNotBlank(pastLabel.getText())) {
+ if (pastLabel != null && StringUtil.isNotBlank(pastLabel.getText())) {
status.set("0");