|
@@ -52,6 +52,7 @@ public class IndexConfigFacade extends IndexConfigServiceImpl {
|
|
|
ConceptFacade conceptFacade;
|
|
|
|
|
|
/**
|
|
|
+ * 分页模糊查询慢病指标值关联维护
|
|
|
* @param indexConfigDiseaseNameVO
|
|
|
* @return
|
|
|
*/
|
|
@@ -75,6 +76,7 @@ public class IndexConfigFacade extends IndexConfigServiceImpl {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 获取慢病指标值关联维护
|
|
|
* @param indexConfigDiseaseIdVO
|
|
|
* @return
|
|
|
*/
|
|
@@ -102,6 +104,7 @@ public class IndexConfigFacade extends IndexConfigServiceImpl {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 慢病指标值关联维护修改
|
|
|
* @param indexConfigListVO
|
|
|
* @return
|
|
|
*/
|
|
@@ -133,6 +136,7 @@ public class IndexConfigFacade extends IndexConfigServiceImpl {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 慢病指标值关联维护添加
|
|
|
* @param indexConfigListVO
|
|
|
* @return
|
|
|
*/
|
|
@@ -175,6 +179,7 @@ public class IndexConfigFacade extends IndexConfigServiceImpl {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * 删除慢病指标值关联维护
|
|
|
* @param indexConfigDiseaseIdVO
|
|
|
* @return
|
|
|
*/
|