|
@@ -211,6 +211,16 @@ public class ConceptInfoFacade extends ConceptInfoServiceImpl {
|
|
|
} else if (map.containsKey(dic.getName())) {
|
|
|
retList.addAll(map.get(dic.getName()));
|
|
|
}
|
|
|
+ if (dic.getName().equals("检查")) {
|
|
|
+ if (map.containsKey(StaticTypeEnum.Pacs.getName())) {
|
|
|
+ retList.addAll(map.get(StaticTypeEnum.Pacs.getName()));
|
|
|
+ }
|
|
|
+ if (map.containsKey(StaticTypeEnum.PacsSubName.getName())) {
|
|
|
+ retList.addAll(map.get(StaticTypeEnum.PacsSubName.getName()));
|
|
|
+ }
|
|
|
+ } else if (map.containsKey(dic.getName())) {
|
|
|
+ retList.addAll(map.get(dic.getName()));
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
return retList;
|