StationWorkloadMonthly (stores monthly averages of
Changes made to data models:
Patient: added current station, added dates for admission, discharged and deceased
PatientJourney: renamed to PatientTransfers (in medical context, patient journey usually describes the analysis and development of a patients illness, not his location)
CaregiversStation: renamed to StationWorkloadDaily. Station Workload has to be tracked daily, the monthly averages are calculated based on the daily entries and stored in extra table (StationWorkloadMonthly)
Added detailed comments for data fields in models.py and how they are calculated.
Reworked table descriptions.
StationOccupancy will be filled with data calculated from Patient and
closes #42 .
Added the missing data models. Reworked alot of the data models and adapted
handleQuestions.py
. Cleaned upDockerfile
(only cosmetics).Added following data models:
Changes made to data models:
Patient
: added current station, added dates for admission, discharged and deceasedPatientJourney
: renamed to PatientTransfers (in medical context, patient journey usually describes the analysis and development of a patients illness, not his location)CaregiversStation
: renamed to StationWorkloadDaily. Station Workload has to be tracked daily, the monthly averages are calculated based on the daily entries and stored in extra table (StationWorkloadMonthly)Added detailed comments for data fields in
models.py
and how they are calculated. Reworked table descriptions.StationOccupancy
will be filled with data calculated fromPatient
and