The Copenhagen Center for Health Technology (CACHET) Research Platform (CARP) enables researchers to run mobile health (mHealth) studies where data is collected on participant's smartphones and wearable devices. Data is securely uploaded and managed in a hosting infrastructure managed by the Technical University of Denmark.
CARP is a platform for running research studies in the health domain – also known as Digital Phenotyping. Such studies range from technical feasibility studies of novel technology to large-scale clinical studies. The platform is very versatile both in terms of support for different types of health domains, as well as in terms of technical support and configuration.
This is a sample project that provides all existing endpoints to communicate with the CARP Webservices API platform using the Flask Framework.
Changing the [CARP] environment:
- replace the environment in the following file:
.environments
- i.e.: ENVIRONMENT=production, ENVIRONMENT=development, ENVIRONMENT=staging, ENVIRONMENT=test, ENVIRONMENT=local,
default
=local
Provision for Production:
- ~
cd
intocarp.client-api-flask
directory and use the bash-command:bash deployment.sh production up
- Done :)
Run locally:
- ~
cd
intocarp.client-api-flask
directory and use the python-command:python run.py
- Done :)
- Copenhagen Center for Health Technology CACHET
- CARP Webpage.
- CANS Management Dashboard.
- CARP Core