新增 获取家庭成员病情记录分组
This commit is contained in:
@@ -58,4 +58,15 @@ class PatientPathographyController extends AbstractController
|
||||
$data = $PatientPathographyService->getFamilyPathographyInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取家庭成员病情记录分组
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getFamilyPathographyGroup(): ResponseInterface
|
||||
{
|
||||
$PatientPathographyService = new PatientPathographyService();
|
||||
$data = $PatientPathographyService->getFamilyPathographyGroup();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user