|
@ -190,10 +190,16 @@
|
|
getDoorServerOrderReport: function (data) {
|
|
getDoorServerOrderReport: function (data) {
|
|
return httpRequest.get('statisticsExport/getDoorServerOrderReport', { data: data })
|
|
return httpRequest.get('statisticsExport/getDoorServerOrderReport', { data: data })
|
|
},
|
|
},
|
|
|
|
redPackageRewardStatistics: function (data) {
|
|
|
|
return httpRequest.get('doctor/healthBank/redPackageRewardStatistics', { data: data })
|
|
|
|
},
|
|
// 居民积分明细
|
|
// 居民积分明细
|
|
patinetIntegralAnalysis: function (data) {
|
|
patinetIntegralAnalysis: function (data) {
|
|
return httpRequest.get('statisticsExport/patinetIntegralAnalysis', { data: data })
|
|
return httpRequest.get('statisticsExport/patinetIntegralAnalysis', { data: data })
|
|
},
|
|
},
|
|
|
|
patientFeeAnalysis: function (data) {
|
|
|
|
return httpRequest.get('doctor/healthBank/patientFeeAnalysis', { data: data })
|
|
|
|
},
|
|
// 入户访视明细
|
|
// 入户访视明细
|
|
findPatientFollowListByCondition: function (data) {
|
|
findPatientFollowListByCondition: function (data) {
|
|
return httpRequest.get('statisticsExport/findPatientFollowListByCondition', { data: data })
|
|
return httpRequest.get('statisticsExport/findPatientFollowListByCondition', { data: data })
|
|
@ -210,11 +216,11 @@
|
|
kangfuGetSignInfo: function (data) {
|
|
kangfuGetSignInfo: function (data) {
|
|
return httpRequest.get('doctor/specialist/rehabilitation/getSignInfo', { data: data })
|
|
return httpRequest.get('doctor/specialist/rehabilitation/getSignInfo', { data: data })
|
|
},
|
|
},
|
|
// 获取社区医院
|
|
|
|
hospitalList: function (data) {
|
|
|
|
|
|
// 获取社区医院
|
|
|
|
hospitalList: function (data) {
|
|
return httpRequest.get('/doctor/jkCopd/hospitalList', { data: data })
|
|
return httpRequest.get('/doctor/jkCopd/hospitalList', { data: data })
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
// 获取社区医院
|
|
// 获取社区医院
|
|
hospitalsByType: function (data) {
|
|
hospitalsByType: function (data) {
|
|
return httpRequest.get('hospitals/hospitalsByType', { data: data })
|
|
return httpRequest.get('hospitals/hospitalsByType', { data: data })
|
|
@ -336,19 +342,19 @@
|
|
getNationDict: function (data) {
|
|
getNationDict: function (data) {
|
|
return httpRequest.get('/doctor/patient/getNationDict', { data: data })
|
|
return httpRequest.get('/doctor/patient/getNationDict', { data: data })
|
|
},
|
|
},
|
|
//获取省市区 type:省1,市2,区3
|
|
|
|
getDistrict:function(data) {
|
|
|
|
return httpRequest.post("/common/district", {data: data})
|
|
|
|
},
|
|
|
|
|
|
//获取省市区 type:省1,市2,区3
|
|
|
|
getDistrict: function (data) {
|
|
|
|
return httpRequest.post('/common/district', { data: data })
|
|
|
|
},
|
|
//档案同步
|
|
//档案同步
|
|
synPatient:function(data) {
|
|
|
|
return httpRequest.post("/doctor/jkCopd/synPatient", {data: data})
|
|
|
|
},
|
|
|
|
|
|
synPatient: function (data) {
|
|
|
|
return httpRequest.post('/doctor/jkCopd/synPatient', { data: data })
|
|
|
|
},
|
|
|
|
|
|
dealRecordPage: function (data) {
|
|
dealRecordPage: function (data) {
|
|
return httpRequest.get('/doctor/jkCopd/dealRecordPage', { data: data })
|
|
return httpRequest.get('/doctor/jkCopd/dealRecordPage', { data: data })
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
getPatientAccetokenByIdcard: function (data) {
|
|
getPatientAccetokenByIdcard: function (data) {
|
|
return httpRequest.post('/doctor/archives/getPatientAccetokenByIdcard', { data: data })
|
|
return httpRequest.post('/doctor/archives/getPatientAccetokenByIdcard', { data: data })
|
|
},
|
|
},
|
|
@ -356,28 +362,27 @@
|
|
return httpRequest.get('/doctor/jkCopd/followupDetail', { data: data })
|
|
return httpRequest.get('/doctor/jkCopd/followupDetail', { data: data })
|
|
},
|
|
},
|
|
//批量分配
|
|
//批量分配
|
|
distributionHospital:function(data) {
|
|
|
|
return httpRequest.post("/doctor/jkCopd/distributionHospital", {data: data})
|
|
|
|
},
|
|
|
|
manageInfo: function (data) {
|
|
|
|
return httpRequest.get('/doctor/jkCopd/manageInfo', { data: data })
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
// 档案导出
|
|
|
|
exportJkCopdAchives: function (data, filename) {
|
|
|
|
|
|
distributionHospital: function (data) {
|
|
|
|
return httpRequest.post('/doctor/jkCopd/distributionHospital', { data: data })
|
|
|
|
},
|
|
|
|
manageInfo: function (data) {
|
|
|
|
return httpRequest.get('/doctor/jkCopd/manageInfo', { data: data })
|
|
|
|
},
|
|
|
|
|
|
|
|
// 档案导出
|
|
|
|
exportJkCopdAchives: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('doctor/jkCopd/exportJkCopdAchives', filename, data)
|
|
return httpRequest.downLoadFileForAjax('doctor/jkCopd/exportJkCopdAchives', filename, data)
|
|
},
|
|
},
|
|
|
|
|
|
// 档案导入
|
|
|
|
importExcel:function(data) {
|
|
|
|
return httpRequest.post("/doctor/jkCopd/importExcel", {data: data})
|
|
|
|
},
|
|
|
|
// 管理情况自助查询导出
|
|
|
|
exportManageInfo: function (data, filename) {
|
|
|
|
|
|
|
|
|
|
// 档案导入
|
|
|
|
importExcel: function (data) {
|
|
|
|
return httpRequest.post('/doctor/jkCopd/importExcel', { data: data })
|
|
|
|
},
|
|
|
|
// 管理情况自助查询导出
|
|
|
|
exportManageInfo: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('doctor/jkCopd/exportManageInfo', filename, data)
|
|
return httpRequest.downLoadFileForAjax('doctor/jkCopd/exportManageInfo', filename, data)
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
// 综合分析导出
|
|
// 综合分析导出
|
|
statisticsExportExport: function (data, filename) {
|
|
statisticsExportExport: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/export', filename, data)
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/export', filename, data)
|
|
@ -438,21 +443,23 @@
|
|
exportDoorServerOrderReport: function (data, filename) {
|
|
exportDoorServerOrderReport: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exportDoorServerOrderReport', filename, data)
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exportDoorServerOrderReport', filename, data)
|
|
},
|
|
},
|
|
|
|
exportRedPackageRewardStatistics: function (data, filename) {
|
|
|
|
return httpRequest.downLoadFileForAjax('doctor/healthBank/exportRedPackageRewardStatistics', filename, data)
|
|
|
|
},
|
|
// 居民积分明细导出
|
|
// 居民积分明细导出
|
|
exPatinetIntegralAnalysis: function (data, filename) {
|
|
exPatinetIntegralAnalysis: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exPatinetIntegralAnalysis', filename, data)
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exPatinetIntegralAnalysis', filename, data)
|
|
},
|
|
},
|
|
|
|
exPatientFeeAnalysis: function (data, filename) {
|
|
|
|
return httpRequest.downLoadFileForAjax('doctor/healthBank/exPatientFeeAnalysis', filename, data)
|
|
|
|
},
|
|
// 入户访视明细导出
|
|
// 入户访视明细导出
|
|
exfindPatientFollowListByCondition: function (data, filename) {
|
|
exfindPatientFollowListByCondition: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exfindPatientFollowListByCondition', filename, data)
|
|
return httpRequest.downLoadFileForAjax('statisticsExport/exfindPatientFollowListByCondition', filename, data)
|
|
},
|
|
},
|
|
// 康复下转明细导出
|
|
// 康复下转明细导出
|
|
exportRehabilitationPatientInfo: function (data, filename) {
|
|
exportRehabilitationPatientInfo: function (data, filename) {
|
|
return httpRequest.downLoadFileForAjax(
|
|
|
|
'doctor/specialist/rehabilitation/exportRehabilitationPatientInfo',
|
|
|
|
filename,
|
|
|
|
data
|
|
|
|
)
|
|
|
|
|
|
return httpRequest.downLoadFileForAjax('doctor/specialist/rehabilitation/exportRehabilitationPatientInfo', filename, data)
|
|
},
|
|
},
|
|
// 邀请专科医生回复明细导出
|
|
// 邀请专科医生回复明细导出
|
|
exportConsultHelpDetailPage: function (data, filename) {
|
|
exportConsultHelpDetailPage: function (data, filename) {
|
|
@ -547,28 +554,28 @@
|
|
return httpRequest.downLoadFileForAjax('/copd/statistics/exportFollowAndOutData', filename, data)
|
|
return httpRequest.downLoadFileForAjax('/copd/statistics/exportFollowAndOutData', filename, data)
|
|
},
|
|
},
|
|
// 获取社区签约医生列表
|
|
// 获取社区签约医生列表
|
|
findDoctorList(data){
|
|
|
|
return httpRequest.get('/doctor/jkCopd/findDoctorList', { data:data })
|
|
|
|
|
|
findDoctorList(data) {
|
|
|
|
return httpRequest.get('/doctor/jkCopd/findDoctorList', { data: data })
|
|
},
|
|
},
|
|
// 慢病骨干分配患者
|
|
// 慢病骨干分配患者
|
|
distributionPatient(data){
|
|
|
|
|
|
distributionPatient(data) {
|
|
return httpRequest.post('/doctor/jkCopd/distributionPatient', { data })
|
|
return httpRequest.post('/doctor/jkCopd/distributionPatient', { data })
|
|
},
|
|
},
|
|
// 导出国家标准
|
|
// 导出国家标准
|
|
exportCountryStandard(data, filename){
|
|
|
|
|
|
exportCountryStandard(data, filename) {
|
|
return httpRequest.downLoadFileForAjax('/doctor/jkCopd/exportNationalStandard', filename, data)
|
|
return httpRequest.downLoadFileForAjax('/doctor/jkCopd/exportNationalStandard', filename, data)
|
|
},
|
|
},
|
|
jkCopdPatientDetail(data){
|
|
|
|
|
|
jkCopdPatientDetail(data) {
|
|
return httpRequest.get('/doctor/jkCopd/jkCopdPatientDetail', { data })
|
|
return httpRequest.get('/doctor/jkCopd/jkCopdPatientDetail', { data })
|
|
},
|
|
},
|
|
distributionPage(data){
|
|
|
|
return httpRequest.get('doctor/jkCopd/distributionPage', {data})
|
|
|
|
|
|
distributionPage(data) {
|
|
|
|
return httpRequest.get('doctor/jkCopd/distributionPage', { data })
|
|
},
|
|
},
|
|
distributionBatch(data){
|
|
|
|
return httpRequest.post('doctor/jkCopd/distributionBatch', {data})
|
|
|
|
|
|
distributionBatch(data) {
|
|
|
|
return httpRequest.post('doctor/jkCopd/distributionBatch', { data })
|
|
},
|
|
},
|
|
findDistributionBatch(data){
|
|
|
|
return httpRequest.get('doctor/jkCopd/findDistributionBatch', {data})
|
|
|
|
|
|
findDistributionBatch(data) {
|
|
|
|
return httpRequest.get('doctor/jkCopd/findDistributionBatch', { data })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|