|
@@ -26,7 +26,7 @@ public class BEH0493 extends QCCatalogue {
|
|
|
}
|
|
|
BeHospitalizedDoc beHospitalizedDoc = inputInfo.getBeHospitalizedDoc();
|
|
|
Map<String, String> structureMap = beHospitalizedDoc.getStructureMap();
|
|
|
- String pacs = structureMap.get("辅助检查结果");
|
|
|
+ String pacs = structureMap.get("辅助检查");
|
|
|
String laboratory = structureMap.get("实验室检查");
|
|
|
String image = structureMap.get("影像学检查");
|
|
|
if (StringUtil.isNotBlank(pacs) || StringUtil.isNotBlank(laboratory) || StringUtil.isNotBlank(image)) {
|