|
@@ -12,6 +12,6 @@ import lombok.Setter;
|
|
@Getter
|
|
@Getter
|
|
@Setter
|
|
@Setter
|
|
public class MedicalIndicationDetail {
|
|
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
|
|
}
|
|
}
|