Studies

class icometrix_sdk.resources.studies.Studies(api)

Bases: object

Parameters:

api (ApiClient)

get_all_for_patient(patient_uri, **kwargs)

List all studies for a patient

Param:

The uri of the patient

Returns:

A Paginated response containing studies

Parameters:

patient_uri (str)

Return type:

PaginatedResponse[StudyEntity]

get_one(project_id, patient_id, study_id)

Get a single upload entry based on the upload uri

Parameters:
  • project_id (str) – the ID of the project

  • patient_id (str) – the ID of the patient

  • study_id (str) – the ID of the study

Returns:

A single study or 404

Return type:

StudyEntity