|
@ -16,19 +16,19 @@
|
|
},
|
|
},
|
|
// 频繁就医
|
|
// 频繁就医
|
|
getOftenIllList: function(data) {
|
|
getOftenIllList: function(data) {
|
|
return httpRequest.get("/api/v1.0/open/tj/getOftenIllList",{data: data})
|
|
|
|
|
|
return httpRequest.get("/api/v1.0/tj/getOftenIllList",{data: data})
|
|
},
|
|
},
|
|
// 超高费用
|
|
// 超高费用
|
|
getHighCostList: function(data) {
|
|
getHighCostList: function(data) {
|
|
return httpRequest.get("/api/v1.0/open/tj/getHighCostList",{data: data})
|
|
|
|
|
|
return httpRequest.get("/api/v1.0/tj/getHighCostList",{data: data})
|
|
},
|
|
},
|
|
// 重复检查检验
|
|
// 重复检查检验
|
|
getRepeateInspectList: function(data) {
|
|
getRepeateInspectList: function(data) {
|
|
return httpRequest.get("/api/v1.0/open/tj/getRepeateInspectList",{data: data})
|
|
|
|
|
|
return httpRequest.get("/api/v1.0/tj/getRepeateInspectList",{data: data})
|
|
},
|
|
},
|
|
// 用药分析
|
|
// 用药分析
|
|
drugAnalysis: function(data) {
|
|
drugAnalysis: function(data) {
|
|
return httpRequest.get("/api/v1.0/open/tj/drugAnalysis",{data: data})
|
|
|
|
|
|
return httpRequest.get("/api/v1.0/tj/drugAnalysis",{data: data})
|
|
},
|
|
},
|
|
}
|
|
}
|
|
exports.bigDataOutApi = bigDataOutApi;
|
|
exports.bigDataOutApi = bigDataOutApi;
|