1. 特色方模块
This commit is contained in:
@@ -34,6 +34,15 @@ export function getAcceptingPatientList(data) {
|
||||
})
|
||||
}
|
||||
|
||||
/** 工作台看板统计 */
|
||||
export function getWorkbenchStats(data) {
|
||||
return req.request({
|
||||
url: '/newApi/doctor-reception-wx/workbench-stats',
|
||||
method: 'GET',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取患者详情(挂号维度的就诊信息,不含处方列表)
|
||||
export function getPatientItem(id) {
|
||||
return req.request({
|
||||
@@ -43,6 +52,15 @@ export function getPatientItem(id) {
|
||||
})
|
||||
}
|
||||
|
||||
/** 医生应用特色方到开方区 */
|
||||
export function applySpecialPrescriptionApi(data) {
|
||||
return req.request({
|
||||
url: '/newApi/doctor-reception-wx/apply-special-prescription',
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
/** 常用回复模板(与 PC online-consultation/get-quick-reply-list 同源) */
|
||||
export function getQuickReplyListApi() {
|
||||
return req.request({
|
||||
|
||||
Reference in New Issue
Block a user