| 1 | = Hospital Management System = |
| 2 | |
| 3 | == Deployment Options == |
| 4 | |
| 5 | === Tracking Information on Cholera Treatment Capability === |
| 6 | |
| 7 | HMS can track specific information on Cholera Treatment Capability (CTC) of hospitals. |
| 8 | |
| 9 | Tracking of CTC information can be activated in {{{config.py}}}: |
| 10 | {{{ |
| 11 | settings.hms.track_ctc=True |
| 12 | }}} |
| 13 | |
| 14 | This will add a tab "Cholera Treatment Capability" to the hospital view to capture the additional data. |
| 15 | |
| 16 | === Capturing 24H Activity Reports === |
| 17 | |
| 18 | HMS can also capture 24-hour activity reports of hospitals (number of patients, admissions, discharges, deaths in the last 24 hours). |
| 19 | |
| 20 | To activate activity reporting, set in {{{config.py}}}: |
| 21 | {{{ |
| 22 | settings.hms.activity_reports=True |
| 23 | }}} |
| 24 | |
| 25 | This will add a tab "Activity Report" to the hospital view to capture the additional data. |