Переглянути джерело

病情提示(核心指标)增加危机值类型

zhaops 5 роки тому
батько
коміт
736f427e73

+ 2 - 2
aipt-service/src/main/java/com/diagbot/client/bean/MedicalIndicationDetail.java

@@ -12,6 +12,6 @@ import lombok.Setter;
 @Getter
 @Setter
 public class MedicalIndicationDetail {
-    private Integer type; //1-量表,2-公式,3-其他指标
-    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""}
+    private Integer type; //1-量表,2-公式,3-其他指标,4-危机值
+    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""} ,controlType:0-radio,1-checkbox,2-text,3-dropdownlist
 }

+ 3 - 3
data-service/src/main/java/com/diagbot/client/bean/MedicalIndicationDetail.java

@@ -12,6 +12,6 @@ import lombok.Setter;
 @Getter
 @Setter
 public class MedicalIndicationDetail {
-    private Integer type; //1-量表,2-公式,3-其他指标
-    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""}
-}
+    private Integer type; //1-量表,2-公式,3-其他指标,4-危机值
+    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""} ,controlType:0-radio,1-checkbox,2-text,3-dropdownlist
+}

+ 3 - 3
icss-service/src/main/java/com/diagbot/client/bean/MedicalIndicationDetail.java

@@ -12,6 +12,6 @@ import lombok.Setter;
 @Getter
 @Setter
 public class MedicalIndicationDetail {
-    private Integer type; //1-量表,2-公式,3-其他指标
-    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""}
-}
+    private Integer type; //1-量表,2-公式,3-其他指标,4-危机值
+    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""} ,controlType:0-radio,1-checkbox,2-text,3-dropdownlist
+}

+ 3 - 3
ltapi-service/src/main/java/com/diagbot/client/bean/MedicalIndicationDetail.java

@@ -12,6 +12,6 @@ import lombok.Setter;
 @Getter
 @Setter
 public class MedicalIndicationDetail {
-    private Integer type; //1-量表,2-公式,3-其他指标
-    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""}
-}
+    private Integer type; //1-量表,2-公式,3-其他指标,4-危机值
+    private JSONObject content;  //type<>1 非量表,返回内容;type=1 量表,返回量表名称{"name":""} ,controlType:0-radio,1-checkbox,2-text,3-dropdownlist
+}