|
@@ -23,9 +23,9 @@ public class BEH0403 extends QCCatalogue {
|
|
|
return;
|
|
|
}
|
|
|
Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
|
- if(structureMap != null){
|
|
|
+ if (structureMap != null && structureMap.containsKey("年龄")) {
|
|
|
String name = structureMap.get("年龄");
|
|
|
- if(CatalogueUtil.isEmpty(name)){
|
|
|
+ if (CatalogueUtil.isEmpty(name)) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
}
|