Bläddra i källkod

辅检类型更改,取16

wangyu 6 år sedan
förälder
incheckning
e4dc7ba3ac

+ 2 - 2
aipt-service/src/main/java/com/diagbot/util/ParamConvertUtil.java

@@ -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:

+ 1 - 1
knowledgeman-service/src/main/java/com/diagbot/facade/ConceptFacade.java

@@ -831,7 +831,7 @@ public class ConceptFacade extends ConceptServiceImpl {
                 res = getConceptByType(LexiconTypeEnum.DEPARTMENT.getKey());
                 break;
             case 2:
-                res = getConceptByType(LexiconTypeEnum.PACS_PACKAGE.getKey());
+                res = getConceptByType(LexiconTypeEnum.PACS_ITEMS.getKey());
                 break;
             case 3:
                 res = getConceptChronic();

+ 2 - 2
knowledgeman-service/src/main/java/com/diagbot/util/ParamConvertUtil.java

@@ -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: