[Dhis2-users] Retrieve a dataValue With DHIS Plugins

2016-04-18 Thread Guy Ekani
Hello Team, Please i will like to know if it's possible to retrieve a datavalue using DHIS Plugins to insert it on a web portal? If Yes How can i do that ? Sincerely, = EKANI Guy  ___ Mailing list: https://launchpad.net/~dhis

Re: [Dhis2-users] Web API to get options for a specific optionSet

2016-04-18 Thread Mahmood Azimi
Thank you dear For your kind information actually I need to have A standalone android application for collecting data and analyzing data of one single health facility in tablet that be connected to DHIS2 backend and that will be able to analyzed the data and showing the data as a dashboard wi

Re: [Dhis2-users] Web API to get options for a specific optionSet

2016-04-18 Thread Morten Olav Hansen
Hi guys, just a kind reminder that please create a new thread when you want to discuss another topic, don't reply to a different question. Our user / implementation list is: dhis2-users@lists.launchpad.net Our dev / web-api / scripting list is: dhis2-d...@lists.launchpad.net -- Morten Olav Ha

[Dhis2-users] Removing/Merging OrganisationalUnits

2016-04-18 Thread Ibrahim Bayoh
Hi All, What is the best and prefered way to removing(delete) an org-units or merging two org-units so the data in the other can be move to the unified org-units. As is now you can't delete an org-units that holds data. Thanks, Bayoh. -- Ibrahim Rashid Bayoh Information Systems Coordinator, eHeal

Re: [Dhis2-users] Web API to get options for a specific optionSet

2016-04-18 Thread Iuri Fanti
Dear Knut, I actually read the chapter you linked me, but I couldn't figure out how to know (referring to your example) that the new option's ID was UVBgmarFGFb Anyway thank you very much for your support! iuri 2016-04-16 22:34 GMT+02:00 Knut Staring : > You can first add a new option by creati

Re: [Dhis2-users] Web API to get options for a specific optionSet

2016-04-18 Thread Morten Olav Hansen
Hi Luri Probably the best approach to creating new options (and adding to a optionset) is: 1. Create UIDs for every option (/api/system/id?limit=100) 2. Create all your options { "id": "generated-uid", "name": "option-name", "code": "option-code" } 3. Add or create your option set { "id": "existi