Patients¶
- class icometrix_sdk.resources.patients.Patients(api)¶
Bases:
object
- Parameters:
api (ApiClient)
- get_all(project_uri, **kwargs)¶
List all patients within a project
- Param:
The uri of the project
- Returns:
A Paginated response containing patients
- Parameters:
project_uri (str)
- Return type:
- get_one(patient_uri)¶
Get a single patient based on the patient uri
- Parameters:
patient_uri (str) – the uri of the patient
- Returns:
A single patient or 404
- Return type: