Embed-apps-1 Embedding apps in patient tracker

From mn/ifi/inf5750
Revision as of 15:36, 6 December 2013 by Oystg@uio.no (talk | contribs)

Jump to: navigation, search

Group Members

  • Zahra Maslavi
  • Torbein Rein
  • Øystein Gammersvik


Overview

We are going to embed web apps into the patient tracker, and implement some new functionalities.


Features

Weight graph

A graph showing the weight history of a patient enrolled in the MNCH/PNC (Adult Woman) program


Work distribution

We have been working a lot together on one computer using pair programming, where one person has written the code and the others have been researching how to do things.


Screenshot

Showing a graph in DHIS


TODO

  • Embedd app on patient dashboard.
  • Use hard coded values to call api at first.
  • Use dynamically fethed data to call api.
  • Download and build trunk
  • Run/test
  • Copy changes from PatientDashboard
  • Investigate open questions (see below)
  • Try to change from highcharts to nvd3

Open questions

  • Which events should we use if the person is enrolled in multiple programs?
  • How is the events ordered?

How to get the weight using the API

Get event with:
http://apps.dhis2.org/dev/api/events.json?orgUnit=DiszpKrYNg8&program=uy2gU8kT1jF&programStage=eaDHS084uMp&startDate=2000-01-01&endDate=2013-12-01&person=fSofnQR6lAU
http://apps.dhis2.org/dev/api/events.json?orgUnit=DiszpKrYNg8&program=uy2gU8kT1jF&programStage=eaDHS084uMp&startDate=2000-01-01&endDate=2013-12-01&person=fSofnQR6lAU

If we use the call above without specifying programStage we get all program stages.

We can then loop through all programStages (each element in the eventList array in the result), and look for the weight (that is the element in dataValues with dataElement: "UXz7xuGCEhU")


Weight id: UXz7xuGCEhU

Time schedule

  • 01. nov: Finish wiki page
  • 8. nov: Static web application
  • 15. nov: Make web app uploadable
  • 30. nov: Milestone 3
  • 08. dec: Final delivery