Code, Data and Paper for Medwings - My Bachelor's thesis.
Find a file
2023-05-12 14:11:32 +02:00
backend refactor(backend): subfolders and docstrings 2023-05-12 14:11:32 +02:00
docs feat(docs): update datamodel 2023-05-11 14:45:26 +02:00
frontend feat: add project skeleton 2023-05-10 17:19:38 +02:00
public/static/images feat: add project skeleton 2023-05-10 17:19:38 +02:00
robots feat: add project skeleton 2023-05-10 17:19:38 +02:00
.gitignore feat(backend): add database and api 2023-05-12 04:59:05 +02:00
.postcssrc feat: add project skeleton 2023-05-10 17:19:38 +02:00
development.backend.Dockerfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
development.Caddyfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
development.docker-compose.yml feat(backend): add database and api 2023-05-12 04:59:05 +02:00
development.frontend.Dockerfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
development.parcel.Dockerfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
package-lock.json feat: add project skeleton 2023-05-10 17:19:38 +02:00
package.json feat: add project skeleton 2023-05-10 17:19:38 +02:00
postcss.config.js feat: add project skeleton 2023-05-10 17:19:38 +02:00
production.backend.Dockerfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
production.Caddyfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
production.docker-compose.yml feat(backend): add database and api 2023-05-12 04:59:05 +02:00
production.frontend.Dockerfile feat: add project skeleton 2023-05-10 17:19:38 +02:00
README.md feat: add project skeleton 2023-05-10 17:19:38 +02:00
requirements.txt fix(backend): trim requirements.txt 2023-05-12 12:51:12 +02:00
tailwind.config.js feat: add project skeleton 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.