|
@@ -26,6 +26,9 @@ public class BEH0068 extends QCCatalogue {
|
|
if (inputInfo.getBeHospitalizedDoc().getStructureMap().get("性别") == null
|
|
if (inputInfo.getBeHospitalizedDoc().getStructureMap().get("性别") == null
|
|
|| inputInfo.getBeHospitalizedDoc().getStructureMap().get("性别").contains("男")) {
|
|
|| inputInfo.getBeHospitalizedDoc().getStructureMap().get("性别").contains("男")) {
|
|
status.set("0"); //如果性别是男,就不报错
|
|
status.set("0"); //如果性别是男,就不报错
|
|
|
|
+ } else if (inputInfo.getBeHospitalizedDoc().getMenstrualLabel() == null
|
|
|
|
+ || inputInfo.getBeHospitalizedDoc().getMenstrualLabel().getText().contains("null")) {
|
|
|
|
+ status.set("0");
|
|
} else {
|
|
} else {
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
if (StringUtil.isNotBlank(structureMap.get("白带"))) {
|
|
if (StringUtil.isNotBlank(structureMap.get("白带"))) {
|
|
@@ -45,8 +48,6 @@ public class BEH0068 extends QCCatalogue {
|
|
if (menstrualLabel.getLeukorrheas().size() > 0) {
|
|
if (menstrualLabel.getLeukorrheas().size() > 0) {
|
|
status.set("0");
|
|
status.set("0");
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
- status.set("0");
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|