Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Craig Appl has a really good comparison of similar tools here (for form creation, data collection and export): http://craigappl.github.io/Decisions-Decisions/


Next steps:Ask

DHIS2 aboutResearch DHIS2 (ask DHIS2 contact and look into APIs):

  • Offline capability
      Availability of form definition for export
      • From training, I do remember trainer said DHIS2 supports intermittent Internet access, but they do not recommend going fully offline to use the tool
    • APIs for form data completeness (find and put in APIs here) /api/<version>/dataValueSets
      • When collected (created and lastUpdated)
      • What it's for
      • Partially or completely collected (completeDate for completed, manual button click)
      • Who in DHIS2 collected it (storedBy)
      • dataValueSets for sets of valuesand /api/<version>/dataValues for individual values
    • RBAC, DHIS2 security model
      • OAuth2? Yes and HTTP Basic Authentication
      • SSO
    • Availability of form definition for export
      • /api/<version>/dataSets/<dataSetId>/dataValueSet to get a template for this data set