|
@@ -24,7 +24,7 @@ public class BEH0411 extends QCCatalogue {
|
|
}
|
|
}
|
|
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");
|
|
}
|
|
}
|