|
@@ -23,7 +23,7 @@ public class BEH0442 extends QCCatalogue {
|
|
|
BeHospitalizedDoc beHospitalizedDoc = inputInfo.getBeHospitalizedDoc();
|
|
|
if(beHospitalizedDoc != null && beHospitalizedDoc.getPresentLabel() != null){
|
|
|
String text = beHospitalizedDoc.getPresentLabel().getText();
|
|
|
- if(text != null && (text.contains("便") || text.contains("尿"))){
|
|
|
+ if(text != null && (text.contains("便") || text.contains("血尿") || text.contains("多尿"))){
|
|
|
return;
|
|
|
}else {
|
|
|
status.set("-1");
|