|
@@ -230,10 +230,23 @@ const api = {
|
|
|
getMedRecordOtherPage:'/qc/medRecordOther/getMedRecordOtherPage', //其他信息列表
|
|
|
getMedRecordContentOther:'/qc/medRecordOther/getMedRecordContentOther', //文书内容展示
|
|
|
|
|
|
+ doctorAverageStatistics:'/consoleByDoctor/doctorAverageStatistics', //各科室平均分列表
|
|
|
+ doctorAverageStatisticsExport:'/consoleByDoctor/doctorAverageStatisticsExport', //各科室平均分列表导出
|
|
|
+ getDoctorDetailPage:'/consoleByDoctor/getDoctorDetailPage', //各科室缺陷列表
|
|
|
+ getDoctorDetailPageExport:'/consoleByDoctor/getDoctorDetailPageExport', //缺陷列表导出
|
|
|
+ getDetailRecordListPage:'/consoleByDoctor/getDetailRecordListPage', //各科室平均分病历列表
|
|
|
+ getDetailRecordListPageExport:'/consoleByDoctor/getDetailRecordListPageExport', //各科室平均分病历列表导出缺陷进入
|
|
|
+ doctorAverageLevelExport:'/consoleByDoctor/doctorAverageLevelExport', //各科室平均分病历列表导出
|
|
|
+ doctorAverageLevelPage:'/consoleByDoctor/doctorAverageLevelPage', //各科室平均分病历列表等级跳转
|
|
|
+
|
|
|
+
|
|
|
newsNoticePage:'/medNewsNotice/newsNoticePage', //消息通知列表
|
|
|
getNewsCount:'/medNewsNotice/getNewsCount', //消息数量
|
|
|
getNewsDropDownBox:'/medNewsNotice/getNewsDropDownBox', //消息通知-获取通知类型、阅读状态下拉框内容
|
|
|
getNewsNoticeInfoById:'/medNewsNotice/getNewsNoticeInfoById',//消息通知详情
|
|
|
+
|
|
|
+ supplementData:'/qc/supplement/supplementData',//刷新
|
|
|
+
|
|
|
}
|
|
|
const ywCheckApi = {
|
|
|
addMedCheckInfo: '/qc/medCheckInfo/addMedCheckInfo', //核查
|