|
@@ -37,7 +37,7 @@ public class LEA0149 extends QCCatalogue {
|
|
Map<String, String> lhStructureMap = leaveHospitalDoc.getStructureMap();
|
|
Map<String, String> lhStructureMap = leaveHospitalDoc.getStructureMap();
|
|
ChiefLabel chiefLabel = beHospitalizedDoc.getChiefLabel();
|
|
ChiefLabel chiefLabel = beHospitalizedDoc.getChiefLabel();
|
|
if (lhStructureMap != null && chiefLabel != null) {
|
|
if (lhStructureMap != null && chiefLabel != null) {
|
|
- String bhChief = chiefLabel.getText();
|
|
|
|
|
|
+ String bhChief = chiefLabel.getText().replace("。","");
|
|
String bhThings = lhStructureMap.get("入院情况");
|
|
String bhThings = lhStructureMap.get("入院情况");
|
|
if (bhThings.indexOf(bhChief) < 0) {
|
|
if (bhThings.indexOf(bhChief) < 0) {
|
|
status.set("-1");
|
|
status.set("-1");
|