ba-thesis/app/medwings
2023-08-02 14:58:04 +02:00
..
migrations feat: implement MEWS measurement flow 2023-07-30 23:51:55 +02:00
templates/medwings feat: add registration finalization and fix UI bugs 2023-08-01 15:46:50 +02:00
__init__.py feat: migrate to django backend 2023-07-21 10:57:46 +02:00
apps.py feat: migrate to django backend 2023-07-21 10:57:46 +02:00
forms.py feat: implement MEWS measurement flow 2023-07-30 23:51:55 +02:00
models.py feat: implement MEWS measurement flow 2023-07-30 23:51:55 +02:00
README.md docs: split README by module and add some more information 2023-08-02 14:58:04 +02:00
urls.py feat: implement MEWS measurement flow 2023-07-30 23:51:55 +02:00
validators.py feat: implement datamodel 2023-07-27 16:37:18 +02:00
views.py feat: implement dashboard 2023-07-31 02:26:58 +02:00

Medwings

This module provides handles vitals data, MEWS calculations and the user interfaces for capturing and viewing the data.

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.