|
@@ -42,6 +42,15 @@ public class BEH0019 extends QCCatalogue {
|
|
|
status.set("-1");
|
|
|
info.set(clinicalName);
|
|
|
}
|
|
|
+
|
|
|
+ if (clinicals.size() > 1) {
|
|
|
+ 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) {
|
|
|
+ status.set("0");
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|