|
@@ -47,7 +47,7 @@ public class BEH0019 extends QCCatalogue {
|
|
|
String secondeName = clinicals.get(1).getName();
|
|
|
String presentText = inputInfo.getBeHospitalizedDoc().getPresentLabel().getText();
|
|
|
String subTxt = presentText.substring(presentText.indexOf(clinicalName), presentText.indexOf(secondeName));
|
|
|
- if (subTxt.indexOf("好转") > -1) {
|
|
|
+ if (subTxt.indexOf("忍") > -1) {
|
|
|
status.set("0");
|
|
|
}
|
|
|
}
|