新增查看患者病例接口
This commit is contained in:
@@ -223,4 +223,15 @@ class UserDoctorController extends AbstractController
|
||||
$data = $UserDoctorService->getDoctorCret();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取处方详情
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getPrescriptionInfo(): ResponseInterface
|
||||
{
|
||||
$UserDoctorService = new UserDoctorService();
|
||||
$data = $UserDoctorService->getPrescriptionInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user