|
@@ -25,11 +25,16 @@ public class BEH0069 extends QCCatalogue {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
- if (StringUtils.isNotEmpty(structureMap.get("家庭成员类似病史"))) {
|
|
|
|
|
|
+ if (StringUtils.isNotEmpty(structureMap.get("家庭成员类似病史"))
|
|
|
|
+ ||StringUtils.isNotEmpty(structureMap.get("外祖父母"))
|
|
|
|
+ ||StringUtils.isNotEmpty(structureMap.get("家族遗传病"))
|
|
|
|
+ ||StringUtils.isNotEmpty(structureMap.get("既往妊娠分娩情况"))
|
|
|
|
+ ||StringUtils.isNotEmpty(structureMap.get("近亲结婚史"))) {
|
|
status.set("0");
|
|
status.set("0");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
if (inputInfo.getBeHospitalizedDoc() != null && inputInfo.getBeHospitalizedDoc().getFamilyLabel() != null) {
|
|
if (inputInfo.getBeHospitalizedDoc() != null && inputInfo.getBeHospitalizedDoc().getFamilyLabel() != null) {
|
|
if (!CatalogueUtil.isEmpty(inputInfo.getBeHospitalizedDoc().getFamilyLabel().getText())) {
|
|
if (!CatalogueUtil.isEmpty(inputInfo.getBeHospitalizedDoc().getFamilyLabel().getText())) {
|
|
status.set("0");
|
|
status.set("0");
|