|
@@ -25,6 +25,9 @@ public class BEH0408 extends QCCatalogue {
|
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
|
if(structureMap != null){
|
|
|
String name = structureMap.get("联系地址");
|
|
|
+ if(name == null && structureMap.get("现住址") != null){
|
|
|
+ name = structureMap.get("现住址");
|
|
|
+ }
|
|
|
// String name = structureMap.get("户口地址");
|
|
|
if(CatalogueUtil.isEmpty(name)){
|
|
|
status.set("-1");
|