|
@@ -40,6 +40,9 @@ public enum LexiconEnum implements KeyedNamed {
|
|
|
Tcmdisease(127, "中医疾病"),
|
|
|
Tcmsyndrome(128, "中医证候"),
|
|
|
Inducement(129, "诱因"),
|
|
|
+ Law(130, "政策法规"),
|
|
|
+ not(131, "否定词"),
|
|
|
+ Physicotherapy(132, "物理治疗"),
|
|
|
ICD10Class(300,"ICD10疾病类别"),
|
|
|
MedChemClass(301,"药品化学物质类别"),
|
|
|
MedZhiLiaoClass(302,"药品治疗学类别"),
|
|
@@ -80,8 +83,7 @@ public enum LexiconEnum implements KeyedNamed {
|
|
|
OperationClassNode(407,"手术和操作类别根节点"),
|
|
|
LisClassNode(408,"实验室检查类别根节点"),
|
|
|
PacsClassNode(409,"辅助检查类别根节点"),
|
|
|
- Age(410,"年龄"),
|
|
|
- Law(130,"政策法规");
|
|
|
+ Age(410,"年龄");
|
|
|
|
|
|
|
|
|
@Setter
|