新增查看患者病例接口
This commit is contained in:
@@ -783,6 +783,18 @@ class UserDoctorService extends BaseService
|
||||
return success($result);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取处方详情
|
||||
* @return array
|
||||
*/
|
||||
public function getPrescriptionInfo(): array
|
||||
{
|
||||
$user_info = $this->request->getAttribute("userInfo") ?? [];
|
||||
|
||||
$order_prescription_id = $this->request->route('order_prescription_id');
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 检测医生身份认证
|
||||
|
||||
Reference in New Issue
Block a user