|
@ -91,7 +91,15 @@
|
|
|
//保存诊疗信息接口
|
|
|
preservationInfo:function(data){
|
|
|
return httpRequest.post("doctor/specialist/diagnosisInformation/createDiagnosisInformation",{data:data})
|
|
|
}
|
|
|
},
|
|
|
// 最后一条数据,用来推算时间
|
|
|
getBodyRecoredLast: function(data) {
|
|
|
return httpRequest.get('doctor/health_index/last', {data: data});
|
|
|
},
|
|
|
// 获取体征数据doctor/health_index/chart
|
|
|
getHealthIndex: function(data) {
|
|
|
return httpRequest.post("doctor/health_index/chart", {data: data})
|
|
|
},
|
|
|
}
|
|
|
exports.recoverAPI = recoverAPI;
|
|
|
})(window)
|