|
@@ -11,31 +11,6 @@ import lombok.Setter;
|
|
|
@Setter
|
|
|
@Getter
|
|
|
public class KlDiagnoseDetailVO {
|
|
|
-
|
|
|
- private String description;//规则名称
|
|
|
- private Long conceptId;//提示概念id
|
|
|
- private String libName;
|
|
|
- private Integer libType;
|
|
|
- private String lename;
|
|
|
- private Integer status;//启用状态(0:禁用,1:启用)
|
|
|
- /**
|
|
|
- * 条件类型(1:基础条件;2:拟诊条件;3:确诊条件;4:警惕条件)
|
|
|
- */
|
|
|
- private Integer conditionType;
|
|
|
-
|
|
|
- /**
|
|
|
- * 规则组别(condition_type为2:拟诊条件;3:确诊条件;4:警惕条件有效)
|
|
|
- */
|
|
|
- private Integer conditionGroup;
|
|
|
-
|
|
|
- /**
|
|
|
- * 符合数量(condition_type为2:拟诊条件;3:确诊条件;4:警惕条件有效)
|
|
|
- */
|
|
|
- private Integer fitNo;
|
|
|
- /**
|
|
|
- * 基础规则组别(condition_type为1:基础条件;2:拟诊条件;3:确诊条件;4:警惕条件都有效)
|
|
|
- */
|
|
|
- private Integer baseGroup;
|
|
|
/**
|
|
|
* 描述
|
|
|
*/
|