Добавлен роутер версии
All checks were successful
Build And Push / publish (push) Successful in 6m4s
All checks were successful
Build And Push / publish (push) Successful in 6m4s
This commit is contained in:
@ -268,10 +268,7 @@ async def measurement(
|
||||
serial_number: Annotated[str, Body()],
|
||||
ekg: UploadFile,
|
||||
):
|
||||
# vitaId = '109df850-2268-49fb-bb78-2e0f3c57314d'
|
||||
patient = await c.tdn_api.patient_search(tdn_access_token, user.vita_id)
|
||||
logger.info(patient)
|
||||
|
||||
patientUid = patient['items'][0]['uid']
|
||||
observations = await c.tdn_api.observations_search(
|
||||
tdn_access_token, patientUid
|
||||
|
||||
Reference in New Issue
Block a user