@@ -17,6 +17,8 @@ public class MedicalIndication {
private Long conceptId;
private Integer libType;
private Integer type;
+ private Integer source; //1-诊断依据推理,2-危机值推理
private String name;
private List<MedicalIndicationDetail> details;
+ private String description; //危机值解释
}