|
@@ -10,9 +10,10 @@ import lombok.Setter;
|
|
*/
|
|
*/
|
|
public enum FeatureTypeEnum implements KeyedNamed {
|
|
public enum FeatureTypeEnum implements KeyedNamed {
|
|
Feature_Type_Symptom(1, "症状"),
|
|
Feature_Type_Symptom(1, "症状"),
|
|
- Feature_Type_Past(1,"既往史"),
|
|
|
|
|
|
+ Feature_Type_Past(1, "既往史"),
|
|
Feature_Type_Other(3, "其他史"),
|
|
Feature_Type_Other(3, "其他史"),
|
|
- Feature_Type_Vital(4, "查体"),
|
|
|
|
|
|
+ Feature_Type_Vital_Result(4, "查体结果"),
|
|
|
|
+ Feature_Type_Vital_Index(42, "查体指标"),
|
|
Feature_Type_Lis(5, "化验"),
|
|
Feature_Type_Lis(5, "化验"),
|
|
Feature_Type_Pacs(6, "辅检"),
|
|
Feature_Type_Pacs(6, "辅检"),
|
|
Feature_Type_Disease(7, "诊断"),
|
|
Feature_Type_Disease(7, "诊断"),
|
|
@@ -55,4 +56,4 @@ public enum FeatureTypeEnum implements KeyedNamed {
|
|
public String getName() {
|
|
public String getName() {
|
|
return name;
|
|
return name;
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|