Difference between revisions of "Embed-apps-1 Embedding apps in patient tracker"

From mn/ifi/inf5750
Jump to: navigation, search
(Time schedule)
Line 51: Line 51:
 
* <s>8. nov: Static web application</s>
 
* <s>8. nov: Static web application</s>
 
* <s>15. nov: Make web app uploadable</s>
 
* <s>15. nov: Make web app uploadable</s>
* 30. nov: Milestone 3
+
* <s>30. nov: Milestone 3</s>
 
* 08. dec: Final delivery
 
* 08. dec: Final delivery

Revision as of 20:30, 29 November 2013

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

==== Gestational age ==== Display the gestational age of the patient


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