Добавлен эндпоинт getHospExaminations
This commit is contained in:
@ -93,6 +93,17 @@ async def get_routes_list():
|
||||
)
|
||||
|
||||
|
||||
@router.get('/getHospExaminations')
|
||||
async def get_hosp_examinations():
|
||||
"""
|
||||
Get list of hospital examinations.
|
||||
"""
|
||||
return await c.vitacore_api.getHospExaminations(
|
||||
'7bbdac30-9a33-4f13-9458-2c229c0c20f5',
|
||||
'f22be2c9-8e68-42d6-851e-fbf4a5e8f657',
|
||||
)
|
||||
|
||||
|
||||
@router.post('/measurement', status_code=status.HTTP_202_ACCEPTED)
|
||||
async def measurement(
|
||||
user: Annotated[str, Depends(login)],
|
||||
|
||||
Reference in New Issue
Block a user