74 | | == Deployment Options == |
75 | | |
76 | | === Tracking Information on Cholera Treatment Capability === |
77 | | |
78 | | HMS can track specific information on Cholera Treatment Capability (CTC) of hospitals. |
79 | | |
80 | | Tracking of CTC information can be activated in {{{config.py}}}: |
81 | | {{{ |
82 | | settings.hms.track_ctc=True |
83 | | }}} |
84 | | |
85 | | This will add a tab "Cholera Treatment Capability" to the hospital view to capture the additional data. |
86 | | |
87 | | === Capturing 24H Activity Reports === |
88 | | |
89 | | HMS can also capture 24-hour activity reports of hospitals (number of patients, admissions, discharges, deaths in the last 24 hours). |
90 | | |
91 | | To activate activity reporting, set in {{{config.py}}}: |
92 | | {{{ |
93 | | settings.hms.activity_reports=True |
94 | | }}} |
95 | | |
96 | | This will add a tab "Activity Report" to the hospital view to capture the additional data. |