|
@@ -37,11 +37,11 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
|
|
|
- public IPage<BehospitalInfoDTO> getPage(BehospitalPageVO behospitalPageVO);
|
|
|
+ IPage<BehospitalInfoDTO> getPage(BehospitalPageVO behospitalPageVO);
|
|
|
|
|
|
- public List<MsgDTO> getMsg(AnalyzeVO analyzeVO);
|
|
|
+ List<MsgDTO> getMsg(AnalyzeVO analyzeVO);
|
|
|
|
|
|
- public List<MsgDTO> getMsgByEntryCode(AnalyzeCodeVO analyzeCodeVO);
|
|
|
+ List<MsgDTO> getMsgByEntryCode(AnalyzeCodeVO analyzeCodeVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比-全院-首页
|
|
@@ -49,7 +49,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<NumDTO> entryByDept(FilterVO filterVO);
|
|
|
+ List<NumDTO> entryByDept(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 质控结果缺陷总数查询
|
|
@@ -57,9 +57,9 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public int getTotleResultNum(FilterVO filterVO);
|
|
|
+ int getTotleResultNum(FilterVO filterVO);
|
|
|
|
|
|
- public List<BehospitalInfo> getNoGrade(TaskVO taskVO);
|
|
|
+ List<BehospitalInfo> getNoGrade(TaskVO taskVO);
|
|
|
|
|
|
IPage<BehospitalInfoDTO> getPageByDept(BehospitalPageVO behospitalPageVO);
|
|
|
|
|
@@ -73,7 +73,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public int leaveHosCount(FilterVO filterVO);
|
|
|
+ int leaveHosCount(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 新生儿出院人数统计-全院-首页
|
|
@@ -81,7 +81,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public int newBornCount(FilterVO filterVO);
|
|
|
+ int newBornCount(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 死亡人数统计-全院-首页
|
|
@@ -89,7 +89,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public int deathCount(FilterVO filterVO);
|
|
|
+ int deathCount(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 手术人数统计-全院-首页
|
|
@@ -97,7 +97,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public int operationCount(FilterVO filterVO);
|
|
|
+ int operationCount(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 出院总人数统计-科室-首页
|
|
@@ -105,7 +105,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<NumDTO> leaveHosCountByDept(FilterVO filterVO);
|
|
|
+ List<NumDTO> leaveHosCountByDept(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 新生儿出院人数统计-科室-首页
|
|
@@ -113,7 +113,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<NumDTO> newBornCountByDept(FilterVO filterVO);
|
|
|
+ List<NumDTO> newBornCountByDept(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 死亡人数统计-科室-首页
|
|
@@ -121,7 +121,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<NumDTO> deathCountByDept(FilterVO filterVO);
|
|
|
+ List<NumDTO> deathCountByDept(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 手术人数统计-科室-首页
|
|
@@ -129,7 +129,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<NumDTO> operationCountByDept(FilterVO filterVO);
|
|
|
+ List<NumDTO> operationCountByDept(FilterVO filterVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比排行(分页)
|
|
@@ -137,7 +137,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterPageVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public IPage<NumDTO> resultStatisticsByDeptPage(@Param("filterPageVO") FilterPageVO filterPageVO);
|
|
|
+ IPage<NumDTO> resultStatisticsByDeptPage(@Param("filterPageVO") FilterPageVO filterPageVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比(组合)
|
|
@@ -145,7 +145,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<LevelStatisticsDTO> levelStatistics(FilterOrderVO filterOrderVO);
|
|
|
+ List<LevelStatisticsDTO> levelStatistics(FilterOrderVO filterOrderVO);
|
|
|
|
|
|
/**
|
|
|
* 病案首页合格率占比
|
|
@@ -153,7 +153,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<HomePageNumDTO> homePageLevelStatistics(FilterOrderVO filterOrderVO);
|
|
|
+ List<HomePageNumDTO> homePageLevelStatistics(FilterOrderVO filterOrderVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比(主任医生)
|
|
@@ -161,7 +161,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderByDeptVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<LevelStatisticsDTO> levelStatisticsByDept(FilterOrderByDeptVO filterOrderByDeptVO);
|
|
|
+ List<LevelStatisticsDTO> levelStatisticsByDept(FilterOrderByDeptVO filterOrderByDeptVO);
|
|
|
|
|
|
/**
|
|
|
* 病案首页合格率占比(主任医生)
|
|
@@ -169,7 +169,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderByDeptVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<HomePageNumDTO> homePageLevelStatisticsByDept(FilterOrderByDeptVO filterOrderByDeptVO);
|
|
|
+ List<HomePageNumDTO> homePageLevelStatisticsByDept(FilterOrderByDeptVO filterOrderByDeptVO);
|
|
|
|
|
|
/**
|
|
|
* 科室缺陷占比-科室(分页)
|
|
@@ -177,7 +177,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterPageByDeptVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public IPage<DeptNumDTO> resultStatisticsByDeptAndDoctorPage(@Param("filterPageByDeptVO") FilterPageByDeptVO filterPageByDeptVO);
|
|
|
+ IPage<DeptNumDTO> resultStatisticsByDeptAndDoctorPage(@Param("filterPageByDeptVO") FilterPageByDeptVO filterPageByDeptVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比(组合)-全院-根据内外科系统统计(台州)
|
|
@@ -185,7 +185,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<LevelStatisticsTZDTO> levelStatisticsByDeptClass(FilterOrderVO filterOrderVO);
|
|
|
+ List<LevelStatisticsTZDTO> levelStatisticsByDeptClass(FilterOrderVO filterOrderVO);
|
|
|
|
|
|
/**
|
|
|
* 各科室缺陷占比(组合)-全院-根据内外科系统统计(上级科室允许为空)(台州)
|
|
@@ -193,7 +193,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<LevelStatisticsTZDTO> levelStatisticsByDeptClass_TZ(FilterOrderVO filterOrderVO);
|
|
|
+ List<LevelStatisticsTZDTO> levelStatisticsByDeptClass_TZ(FilterOrderVO filterOrderVO);
|
|
|
|
|
|
|
|
|
List<ExportExcelDTO> exportExcel();
|
|
@@ -204,7 +204,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param exportQcresultVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<ExportExcelDTO> exportQcresult(ExportQcresultVO exportQcresultVO);
|
|
|
+ List<ExportExcelDTO> exportQcresult(ExportQcresultVO exportQcresultVO);
|
|
|
|
|
|
/**
|
|
|
* 科室质控评分导出到excel
|
|
@@ -212,7 +212,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param exportQcresultVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<ExportExcelDTO> exportQcresultByDept(ExportQcresultVO exportQcresultVO);
|
|
|
+ List<ExportExcelDTO> exportQcresultByDept(ExportQcresultVO exportQcresultVO);
|
|
|
|
|
|
/**
|
|
|
* 医疗组质控评分导出到excel
|
|
@@ -220,7 +220,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param exportQcresultVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public List<ExportExcelDTO> exportQcresultByGroup(ExportQcresultVO exportQcresultVO);
|
|
|
+ List<ExportExcelDTO> exportQcresultByGroup(ExportQcresultVO exportQcresultVO);
|
|
|
|
|
|
/**
|
|
|
* 条目缺陷质控评分页(内页)
|
|
@@ -228,7 +228,7 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param qcResultShortPageVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public IPage<QcResultShortDTO> qcResultShortPage(@Param("qcResultShortPageVO") QcResultShortPageVO qcResultShortPageVO);
|
|
|
+ IPage<QcResultShortDTO> qcResultShortPage(@Param("qcResultShortPageVO") QcResultShortPageVO qcResultShortPageVO);
|
|
|
|
|
|
/**
|
|
|
* 条目缺陷质控评分页-科室(内页)
|
|
@@ -236,11 +236,11 @@ public interface BehospitalInfoMapper extends BaseMapper<BehospitalInfo> {
|
|
|
* @param qcResultShortPageVO
|
|
|
* @return
|
|
|
*/
|
|
|
- public IPage<QcResultShortDTO> qcResultShortByDeptPage(@Param("qcResultShortPageVO") QcResultShortPageVO qcResultShortPageVO);
|
|
|
+ IPage<QcResultShortDTO> qcResultShortByDeptPage(@Param("qcResultShortPageVO") QcResultShortPageVO qcResultShortPageVO);
|
|
|
|
|
|
/**
|
|
|
* 根据两个主键-批量修改
|
|
|
* @param list
|
|
|
*/
|
|
|
- public void updateBatchByKey(List<BehospitalInfo> list);
|
|
|
+ void updateBatchByKey(List<BehospitalInfo> list);
|
|
|
}
|