-
Notifications
You must be signed in to change notification settings - Fork 5
Usage
For starting the system type docker-compose up in the root directory of the project.
For stopping the system type docker-compose down in the root directory of the project.
You have two options to fill the database with data. First you can use django fixtures to fill the database upon startup or second you can use the web-interface to upload data. Keep in mind that inital data is already present. In order to remove it from the database either visit the django admin panel and remove everything or shutdown the docker-containers and remove the postgres_data volume from your folder.
For the second options, you need to import data.
This can be done via the Import button found on the analysis page.

You can either import patient data or shiftplans. Here are two examples:
Once data is in the system, classifications can be made for each patient, which has a daily visit on a station.
This is done via the Station-View. Simply select a station, which opens a list of patients on that station. These can either be classified directly or indirectly.
For the indirect approach you need to click the row with the patients name. This opens a new view which contains a selection of questions to be answered. Depending on which questions are selected, the resulting care minutes are calculated. Keep in mind that an A4 index additionally needs questions selected in the A4-category and the following conditions
- the patient has a Barthel Index between 0 and 35 points,
- the patient has an extended Barthel Index between 0 and 15 points, or
- the patient has scored between 0 and 16 points in the Mini-Mental Status Test.