Changes between Version 22 and Version 23 of UserGuidelinesHMS
- Timestamp:
- 08/17/12 18:52:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelinesHMS
v22 v23 110 110 Tracking of CTC information can be activated in {{{config.py}}}: 111 111 {{{ 112 hms.track_ctc=True112 settings.hms.track_ctc=True 113 113 }}} 114 114 115 115 This will add a tab "Cholera Treatment Capability" to the hospital view to capture the additional data. 116 117 === Capturing 24H Activity Reports === 118 119 HMS can also capture 24-hour activity reports of hospitals (number of patients, admissions, discharges, deaths in the last 24 hours). 120 121 To activate activity reporting, set in {{{config.py}}}: 122 {{{ 123 settings.hms.activity_reports=True 124 }}} 125 126 This will add a tab "Activity Report" to the hospital view to capture the additional data.