(function(exports) { var statisticAPI = { /*************首页*******************/ getSignInfo: function(data){ return httpRequest.get("/statistics/sign_info", {data: data}); }, /*************总体分析页面接口列表**************/ //1、顶部各个tab的值 statisticTotal: function(data){ return httpRequest.get("/statistics/total", {data: data}); }, //微信绑定和设备绑定数据接口 statisticBindAll: function(data){ return httpRequest.get("/statistics/index_all", {data: data}); }, //健康文章发送数量 articleAll: function(data){ return httpRequest.get("/statistics/article_total", {data: data}); }, //2、中间折线图接口 //增量(咨询量3、随访量4、健康教育5、代预约量27),到达量(绑定微信21、绑定设备20) interval: function(data){ return httpRequest.get("statistics/interval", {data: data}); }, intervalTotal: function(data){ return httpRequest.get("statistics/interval_total", {data: data}); }, //3、底部区域数据接口 lowlevelTotal: function(data){ return httpRequest.get("statistics/lowlevel_total", {data: data}); }, //微信绑定和设备绑定 lowlevelAll: function(data){ return httpRequest.get("statistics/lowlevel_all", {data: data}); }, //咨询量数据 lowlevelTotalMesh: function(data){ return httpRequest.get("statistics/lowlevel_total_mesh", {data: data}); }, articleLowlevelTotal: function(data){ return httpRequest.get("/statistics/article_lowlevel_total", {data: data}); }, lowlevelData: function(url, data){ return httpRequest.get(url, {data: data}); }, //获得团队的详情 getTeamInfo: function(data){ return httpRequest.get("doctor/admin-teams/teams/info", {data: data}); }, //获取居民分析相关数据 leveltwoIncrementData: function(data){ return httpRequest.get("/statistics/leveltwo_increment", {data: data}); }, statisticsTime:function(data){ return httpRequest.get("/statistics/time", {data: data}); }, //长处方分析接口 getPrescriptionTotalHistogram: function(data){ return httpRequest.get("statistics/getPrescriptionTotalHistogram", {data: data}) }, //评价分析 //按月份获得个月的评价平均分 getAVGSocreByMonth: function(data){ return httpRequest.get("/statistics/getAVGSocreByMonth", {data: data}); }, //资质分析 doorQualificationAnalyze: function(data){ return httpRequest.get("/doctor/statisticAnalyze/doorQualificationAnalyze", {data: data}); }, //资质分析导出excel doorQualificationAnalyzeExport:httpRequest.server+"doctor/statisticAnalyze/doorQualificationAnalyzeExport", //响应速度分析 doorResponseAnalyze: function(data){ return httpRequest.get("/doctor/statisticAnalyze/doorResponseAnalyze", {data: data}); }, //响应速度分析导出excel doorResponseAnalyzeExport:httpRequest.server+"doctor/statisticAnalyze/doorResponseAnalyzeExport", //服务工单分析 doorServiceOrderAnalyze: function(data){ return httpRequest.get("/doctor/statisticAnalyze/doorServiceOrderAnalyze", {data: data}); }, //服务工单分析导出excel doorServiceOrderAnalyzeExport:httpRequest.server+"doctor/statisticAnalyze/doorServiceOrderAnalyzeExport", //补助费用 subsidyExpense: function(data){ return httpRequest.get("/doctor/statisticAnalyze/subsidyExpense", {data: data}); }, //补助费用导出excel subsidyExpenseExport:httpRequest.server+"doctor/statisticAnalyze/subsidyExpenseExport", //代预约记录 GetReservationByTeamId: function(data){ return httpRequest.post("/doctor/guahao/GetReservationByTeamId", {data: data}); }, //数据导出查询 getStatisticDataList: function(data){ return httpRequest.get("statisticsExport/getStatisticDataList", {data: data}); }, //数据导出查询-左侧树 exportTreeList: function(data){ return httpRequest.get("statisticsExport/treeList", {data: data}); }, // 专病分析-疾病类型 specialistAnalysisDiseaseType: function(data){ return httpRequest.get("specialistStatistics/specialistAnalysisDiseaseType", {data: data}); }, selectHospital: function(data){ return httpRequest.get("specialistStatistics/selectHospital", {data: data}); }, //数据导出查询 getWHFInfoList: function(data){ return httpRequest.get("third/door/getWHFInfoList", {data: data}); }, // 咨询分析明细 getConsultList: function(data){ return httpRequest.get("statisticsExport/getConsultList", {data: data}); }, // 签约分析明细 getSignList: function(data){ return httpRequest.get("statisticsExport/getSignList", {data: data}); }, // 专病分析明细 getSickList: function(data){ return httpRequest.get("statisticsExport/getSickList", {data: data}); }, // 生日祝福分析明细 getBirthdayPatientList: function(data){ return httpRequest.get("statisticsExport/getBirthdayPatientList", {data: data}); }, //导出生日祝福分析明细 getBirthdayPatientListExport: function(data){ return httpRequest.get("statisticsExport/getBirthdayPatientListExport", {data: data}); }, // 上门服务分析明细 getDoorServiceList: function(data){ return httpRequest.get("statisticsExport/getDoorServiceList", {data: data}); }, // 长处方分析明细 getPrescriptionList: function(data){ return httpRequest.get("statisticsExport/getPrescriptionList", {data: data}); }, // 获取专病疾病类型 getDiseaseTypeList: function(data){ return httpRequest.get("statisticsExport/getDiseaseTypeList", {data: data}); }, // 年度考核报表 getAnnualAssessment: function(data){ return httpRequest.get("statisticsExport/getAnnualAssessment", {data: data}); }, // 体征数据列表 getHealthList: function(data){ return httpRequest.get("statisticsExport/getHealthList", {data: data}); }, // 上转预约列表 getDoctorReservationList: function(data){ return httpRequest.get("statisticsExport/getDoctorReservationList", {data: data}); }, // 微信绑定列表 getWexinBindingList: function(data){ return httpRequest.get("statisticsExport/getWexinBindingList", {data: data}); }, // 查询上转预约科室和医院 getReservationHosAndDept: function(data){ return httpRequest.get("statisticsExport/getReservationHosAndDept", {data: data}); }, // 获取汇总数据的专科医院 getSpecialHospital: function(data){ return httpRequest.get("statisticsExport/getSpecialHospital", {data: data}); }, //专病汇总查询 getSpecialDiseaseReport: function(data){ return httpRequest.get("statisticsExport/getSpecialDiseaseReport", {data: data}); }, //体征分析查询 getDeviceHealthReport: function(data){ return httpRequest.get("statisticsExport/getDeviceHealthReport", {data: data}); }, //上门汇总 getDoorServerOrderReport: function(data){ return httpRequest.get("statisticsExport/getDoorServerOrderReport", {data: data}); }, // 居民积分明细 patinetIntegralAnalysis: function(data){ return httpRequest.get("statisticsExport/patinetIntegralAnalysis", {data: data}); }, // 入户访视明细 findPatientFollowListByCondition: function(data){ return httpRequest.get("statisticsExport/findPatientFollowListByCondition", {data: data}); }, //康复下转明细 rehabilitationPatientInfo: function(data){ return httpRequest.get("doctor/specialist/rehabilitation/rehabilitationPatientInfo", {data: data}); }, // 康复下转分配,同步居民,同步病历 synchronizePationSingle: function(data){ return httpRequest.post("doctor/specialist/rehabilitation/synchronizePationSingle", {data: data}); }, //康复下转获取签约信息 getSignInfo: function(data){ return httpRequest.get("doctor/specialist/rehabilitation/getSignInfo", {data: data}); }, // 获取社区医院 hospitalsByType: function(data){ return httpRequest.get("hospitals/hospitalsByType", {data: data}); }, // 邀请专科医生回复明细列表 consultHelpDetailPage: function(data){ return httpRequest.get("statisticsExport/consultHelpDetailPage", {data: data}); }, // 邀请专科医生回复统计列表 consultHelpCountPage: function(data){ return httpRequest.get("statisticsExport/consultHelpCountPage", {data: data}); }, // 获取慢阻肺医院工作量表 hospitalWorkStatistics: function(data){ return httpRequest.get("copd/statistics/hospitalWorkStatistics", {data: data}); }, // 级联查询医院 cascadingFindHosptail: function(data){ return httpRequest.get("copd/statistics/cascadingFindHosptail", {data: data}); }, // 获取慢阻肺V1\入组情况报表 findHospitalEntryCount: function(data){ return httpRequest.get("copd/statistics/findHospitalEntryCount", {data: data}); }, // 综合分析导出 statisticsExportExport: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/export", filename, data); }, // 咨询分析导出 statisticsExportExportConsultList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportConsultList", filename, data); }, // 签约分析导出 statisticsExportExportSignList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportSignList", filename, data); }, // 专病分析导出 statisticsExportExportSickList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportSickList", filename, data); }, // 生日祝福分析导出 statisticsExportGetBirthdayPatientListExport: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/getBirthdayPatientListExport", filename, data); }, // 上门服务导出 statisticsExportExportDoorServiceList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportDoorServiceList", filename, data); }, // 长处方导出 statisticsExportExportPrescriptionList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportPrescriptionList", filename, data); }, // 年度考核报表导出 statisticsExportExportAnnualAssessment: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportAnnualAssessment", filename, data); }, // 咨询未及时回复导出 appAdminToExcel: function(data, filename){ return httpRequest.downLoadFileForAjax("third/door/appAdminToExcel", filename, data); }, //体征数据导出 exportHealthList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportHealthList", filename, data); }, //上转预约导出 exportDoctorReservationList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportDoctorReservationList", filename, data); }, //微信绑定导出 exportWexinBindingList: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportWexinBindingList", filename, data); }, // 专病汇总导出 exportSpecialDiseaseReport: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportSpecialDiseaseReport", filename, data); }, // 体征分析导出 exportDeviceHealthReport: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportDeviceHealthReport", filename, data); }, // 上门汇总导出 exportDoorServerOrderReport: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportDoorServerOrderReport", filename, data); }, // 居民积分明细导出 exPatinetIntegralAnalysis: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exPatinetIntegralAnalysis", filename, data); }, // 入户访视明细导出 exfindPatientFollowListByCondition: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exfindPatientFollowListByCondition", filename, data); }, // 康复下转明细导出 exportRehabilitationPatientInfo: function(data, filename){ return httpRequest.downLoadFileForAjax("doctor/specialist/rehabilitation/exportRehabilitationPatientInfo", filename, data); }, // 邀请专科医生回复明细导出 exportConsultHelpDetailPage: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportConsultHelpDetailPage", filename, data); }, // 邀请专科医生回复统计导出 exportConsultHelpCountPage: function(data, filename){ return httpRequest.downLoadFileForAjax("statisticsExport/exportConsultHelpCountPage", filename, data); }, // 慢阻肺医院工作量表导出 exportHospitalWorkStatistics: function(data, filename){ return httpRequest.downLoadFileForAjax("copd/statistics/exportHospitalWorkStatistics", filename, data); }, // v1入组导出 exportHospitalEntryCount: function(data, filename){ return httpRequest.downLoadFileForAjax("copd/statistics/exportHospitalEntryCount", filename, data); }, } exports.statisticAPI = statisticAPI; })(window)