|
@@ -36,7 +36,7 @@ public class ParamConvertUtil {
|
|
|
libType = LexiconTypeEnum.LIS_TABLES.getKey();
|
|
|
break;
|
|
|
case Pacs:
|
|
|
- libType = LexiconTypeEnum.PACS_PACKAGE.getKey();
|
|
|
+ libType = LexiconTypeEnum.PACS_ITEMS.getKey();
|
|
|
break;
|
|
|
case Disease:
|
|
|
libType = LexiconTypeEnum.DIAGNOSIS.getKey();
|
|
@@ -94,7 +94,7 @@ public class ParamConvertUtil {
|
|
|
case LIS_TABLES:
|
|
|
type = ConceptTypeEnum.LIS_TABLES.getKey();
|
|
|
break;
|
|
|
- case PACS_PACKAGE:
|
|
|
+ case PACS_ITEMS:
|
|
|
type = ConceptTypeEnum.Pacs.getKey();
|
|
|
break;
|
|
|
case DIAGNOSIS:
|