|
@@ -46,6 +46,18 @@ public class MrQcInfoController {
|
|
|
return CommonResult.success(mrQcInfoFacade.qcResultShortPage(qcResultShortPageVO));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 条目缺陷病历列表-报表-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "条目缺陷病历列表-报表-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/qcResultShortPage")
|
|
|
+ public CommonResult<IPage<QcResultShortDTO>> runQcResultShortPage(@RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ return CommonResult.success(mrQcInfoFacade.qcResultShortPage(qcResultShortPageVO));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 条目缺陷病历列表-报表导出
|
|
|
*
|
|
@@ -58,6 +70,18 @@ public class MrQcInfoController {
|
|
|
mrQcInfoFacade.qcResultShortPageExport(response, qcResultShortPageVO);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 条目缺陷病历列表-报表导出-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "条目缺陷病历列表-报表-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/qcResultShortPageExport")
|
|
|
+ public void runQcResultShortPageExport(HttpServletResponse response, @RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ mrQcInfoFacade.qcResultShortPageExport(response, qcResultShortPageVO);
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 病案首页合格|不合格病历列表-报表
|
|
|
* @param qcResultPageVO
|
|
@@ -69,6 +93,17 @@ public class MrQcInfoController {
|
|
|
return CommonResult.success(mrQcInfoFacade.badLevelPage(qcResultPageVO));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 病案首页合格|不合格病历列表-报表-运行质控
|
|
|
+ * @param qcResultPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "病案首页合格|不合格病历列表-报表-运行质控[by:cy]")
|
|
|
+ @PostMapping("/run/badLevelPage")
|
|
|
+ public CommonResult<IPage<QcResultShortDTO>> runBadLevelPage(@RequestBody @Valid QcResultPageVO qcResultPageVO) {
|
|
|
+ return CommonResult.success(mrQcInfoFacade.badLevelPage(qcResultPageVO));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 病案首页合格|不合格病历列表-报表导出
|
|
|
*
|
|
@@ -81,6 +116,19 @@ public class MrQcInfoController {
|
|
|
mrQcInfoFacade.badLevelPagePageExport(response, qcResultShortPageVO);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 病案首页合格|不合格病历列表-报表导出-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = " 病案首页合格|不合格病历列表-报表导出-运行质控[by:cy]")
|
|
|
+ @PostMapping("/run/badLevelPagePageExport")
|
|
|
+ public void runBadLevelPagePageExport(HttpServletResponse response, @RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ mrQcInfoFacade.badLevelPagePageExport(response, qcResultShortPageVO);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 质控核查统计A病历列表-报表
|
|
|
*
|
|
@@ -93,6 +141,18 @@ public class MrQcInfoController {
|
|
|
return CommonResult.success(mrQcInfoFacade.qcCheckMRPage(qcResultShortPageVO));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 质控核查统计A病历列表-报表-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "质控核查统计病历列表-报表-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/qcCheckMRPage")
|
|
|
+ public CommonResult<IPage<QcResultShortDTO>> runQcCheckMRPage(@RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ return CommonResult.success(mrQcInfoFacade.qcCheckMRPage(qcResultShortPageVO));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 质控核查改善相关统计B病历列表-报表
|
|
|
*
|
|
@@ -105,6 +165,18 @@ public class MrQcInfoController {
|
|
|
return CommonResult.success(mrQcInfoFacade.hmImproveMRPage(qcResultShortPageVO));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 质控核查改善相关统计B病历列表-报表-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "质控核查改善相关统计病历列表-报表-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/hmImproveMRPage")
|
|
|
+ public CommonResult<IPage<QcResultShortDTO>> runHmImproveMRPage(@RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ return CommonResult.success(mrQcInfoFacade.hmImproveMRPage(qcResultShortPageVO));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 质控核查统计病历AB列表-报表导出
|
|
|
*
|
|
@@ -117,6 +189,19 @@ public class MrQcInfoController {
|
|
|
mrQcInfoFacade.qcCheckMRPageExport(response, qcResultShortPageVO);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 质控核查统计病历AB列表-报表导出-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "质控核查统计病历AB列表-报表导出-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/qcCheckMRPageExport")
|
|
|
+ public void runQcCheckMRPageExport(HttpServletResponse response, @RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ mrQcInfoFacade.qcCheckMRPageExport(response, qcResultShortPageVO);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 时效性|稽查条目病历列表-报表
|
|
|
*
|
|
@@ -129,6 +214,18 @@ public class MrQcInfoController {
|
|
|
return CommonResult.success(mrQcInfoFacade.unModifyMRPage(qcResultShortPageVO));
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 时效性|稽查条目病历列表-报表-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "时效性|稽查条目病历列表-报表-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/unModifyMRPage")
|
|
|
+ public CommonResult<IPage<QcResultShortDTO>> runUnModifyMRPage(@RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ return CommonResult.success(mrQcInfoFacade.unModifyMRPage(qcResultShortPageVO));
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 时效性|稽查条目病历列表-报表导出
|
|
|
*
|
|
@@ -141,4 +238,16 @@ public class MrQcInfoController {
|
|
|
mrQcInfoFacade.unModifyMRPageExport(response, qcResultShortPageVO);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 时效性|稽查条目病历列表-报表导出-运行质控
|
|
|
+ *
|
|
|
+ * @param qcResultShortPageVO
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @ApiOperation(value = "时效性|稽查条目病历列表-报表导出-运行质控[by:zhaops]")
|
|
|
+ @PostMapping("/run/unModifyMRPageExport")
|
|
|
+ public void runUnModifyMRPageExport(HttpServletResponse response, @RequestBody @Valid QcResultShortPageVO qcResultShortPageVO) {
|
|
|
+ mrQcInfoFacade.unModifyMRPageExport(response, qcResultShortPageVO);
|
|
|
+ }
|
|
|
+
|
|
|
}
|