|
@@ -22,7 +22,7 @@ public class BEH0409 extends QCCatalogue {
|
|
status.set("0");
|
|
status.set("0");
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
if(structureMap != null){
|
|
if(structureMap != null){
|
|
- String name = structureMap.get("病史陈述者");
|
|
|
|
|
|
+ String name = structureMap.get("关系");
|
|
if(CatalogueUtil.isEmpty(name)){
|
|
if(CatalogueUtil.isEmpty(name)){
|
|
status.set("-1");
|
|
status.set("-1");
|
|
}
|
|
}
|