|
@@ -25,7 +25,7 @@ const api = {
|
|
recordScore: '/qc/behospitalInfo/analyze',
|
|
recordScore: '/qc/behospitalInfo/analyze',
|
|
getInfoModule: '/qc/module/getById',
|
|
getInfoModule: '/qc/module/getById',
|
|
getDeptList: '/bas/dept/getList',
|
|
getDeptList: '/bas/dept/getList',
|
|
- getTimelinessList:'/bas/dept/getTimelinessList',
|
|
|
|
|
|
+ getTimelinessList: '/bas/dept/getTimelinessList',
|
|
getDeptA: '/console/TimelinessReportA',
|
|
getDeptA: '/console/TimelinessReportA',
|
|
getDeptB: '/console/TimelinessReportB',
|
|
getDeptB: '/console/TimelinessReportB',
|
|
getDeptListUser: '/bas/dept/listForUser',
|
|
getDeptListUser: '/bas/dept/listForUser',
|
|
@@ -95,7 +95,7 @@ const api = {
|
|
exportDeptFlawsTz: '/console/export/levelExport_TZ', //各科室缺陷占比导出-台州
|
|
exportDeptFlawsTz: '/console/export/levelExport_TZ', //各科室缺陷占比导出-台州
|
|
exportIndexQualified: '/console/export/homePageLevelExport', //病案首页合格率占比导出
|
|
exportIndexQualified: '/console/export/homePageLevelExport', //病案首页合格率占比导出
|
|
exportItemFlaw: '/console/export/entryGroupByEntryExport', //条目缺陷占比导出
|
|
exportItemFlaw: '/console/export/entryGroupByEntryExport', //条目缺陷占比导出
|
|
-
|
|
|
|
|
|
+
|
|
entryRejectPercent: '/console/entryRejectPercent', //单项否决占比
|
|
entryRejectPercent: '/console/entryRejectPercent', //单项否决占比
|
|
qcResultLevelPercent: '/console/qcResultLevelPercent', //各科室甲乙丙级占比
|
|
qcResultLevelPercent: '/console/qcResultLevelPercent', //各科室甲乙丙级占比
|
|
qcResultDefectList: '/console/qcResultShortPage', //条目缺陷质控评分
|
|
qcResultDefectList: '/console/qcResultShortPage', //条目缺陷质控评分
|
|
@@ -192,7 +192,8 @@ const api = {
|
|
levelStatisticsByDeptPage: '/consoleByDept/levelStatisticsByDeptPage',//科室缺陷列表 七院
|
|
levelStatisticsByDeptPage: '/consoleByDept/levelStatisticsByDeptPage',//科室缺陷列表 七院
|
|
levelStatisticsExportByDept: '/print/export/levelStatisticsExportByDept',//科室缺陷列表导出 七院
|
|
levelStatisticsExportByDept: '/print/export/levelStatisticsExportByDept',//科室缺陷列表导出 七院
|
|
|
|
|
|
- sendRuleWarn: "/qc/behospitalInfo/sendRuleWarn" // 发送入院记录
|
|
|
|
|
|
+ sendRuleWarn: "/qc/behospitalInfo/sendRuleWarn",// 发送入院记录
|
|
|
|
+ getQcFirstAnalyze: "/qc/casesEntryHospital/getQcFirstAnalyze" //首次质控缺陷和评分
|
|
}
|
|
}
|
|
const ywCheckApi = {
|
|
const ywCheckApi = {
|
|
addMedCheckInfo: '/qc/medCheckInfo/addMedCheckInfo', //核查
|
|
addMedCheckInfo: '/qc/medCheckInfo/addMedCheckInfo', //核查
|