Changes between Version 22 and Version 23 of UserGuidelinesHMS


Ignore:
Timestamp:
08/17/12 18:52:52 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelinesHMS

    v22 v23  
    110110Tracking of CTC information can be activated in {{{config.py}}}:
    111111{{{
    112 hms.track_ctc=True
     112settings.hms.track_ctc=True
    113113}}}
    114114
    115115This will add a tab "Cholera Treatment Capability" to the hospital view to capture the additional data.
     116
     117=== Capturing 24H Activity Reports ===
     118
     119HMS can also capture 24-hour activity reports of hospitals (number of patients, admissions, discharges, deaths in the last 24 hours).
     120
     121To activate activity reporting, set in {{{config.py}}}:
     122{{{
     123settings.hms.activity_reports=True
     124}}}
     125
     126This will add a tab "Activity Report" to the hospital view to capture the additional data.