|
@@ -23,8 +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("小便")
|
|
|
- ||text.contains("大便")||text.contains("大小便"))){
|
|
|
+ if(text != null && (text.contains("便") || text.contains("尿"))){
|
|
|
return;
|
|
|
}else {
|
|
|
status.set("-1");
|