2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00
2023-05-10 17:19:38 +02:00

MEDWings

Mobile Early Deterioration Warning System.

MEWS

The following vital signs need to be recorded for a MEWS calculation:

  • Heart Rate
  • SPO2
  • Blood Pressure
  • Body Temperature
  • Respiration Rate

A detailed explanation and formula can be found here.

Handheld Devices

We have procured the following devices for vitals data measurement:

API Access

Data is gathered by taking measurements using the devices, either actively (BP sleeve, thermometer) or passively (smartwatch). The devices are connected to the Withings mobile app. The mobile app then regularly pushes gathered data to the Withings cloud.

The Withings Dev Free plan allows for 120 API requests per minute. Access to vitals data is available through the Withings API.

A detailed API integration guide, as well as an API reference guide are available online.

Development

To start the development compose-stack, run the following command:

sudo docker-compose -f development.docker-compose.yml up --force-recreate --build --remove-orphans

Run alembic database migrations inside the running container like so:

sudo docker exec -w /app/backend/database -it backend alembic upgrade head

To run commands inside the backend container, run the following:

sudo docker exec -it backend <command>
Description
Code, Data and Paper for Medwings - My bachelor thesis.
Readme 73 MiB
Languages
Python 44.8%
HTML 34.1%
CSS 14.3%
Dockerfile 3.4%
JavaScript 3.2%
Other 0.2%