Browse Source

新增类型

zhoutg 6 years ago
parent
commit
d3a14dd607
1 changed files with 3 additions and 1 deletions
  1. 3 1
      aipt-service/src/main/java/com/diagbot/enums/ConceptTypeEnum.java

+ 3 - 1
aipt-service/src/main/java/com/diagbot/enums/ConceptTypeEnum.java

@@ -22,7 +22,9 @@ public enum  ConceptTypeEnum implements KeyedNamed {
     Drug_Category_Small(11, "药品分类-小类"),
     LIS_TABLES(12,"化验公表项"),
     Scale(21, "量表"),
-    Indication(22, "指标");
+    Indication(22, "指标"),
+    LisDetail(51, "化验明细");
+
 
 
     @Setter