Re: [Dhis2-users] DHIS2 Event Capture

2016-02-29 Thread Elmarie Claasen
Hi Victor, I am forwarding your enquiry to the DHIS2 users list which is the forum you should use for these type of questions. You can subscribe to the list here: https://launchpad.net/~dhis2-users If you downloaded the event capture app from Google playstore you need to ensure that your

Re: [Dhis2-users] DHIS2 DXF schema files

2016-02-29 Thread Samuel Spencer
Thanks for all the info, very useful! A few follow up question then. In future DHIS is looking at JSON as the main import/export API format? So if I wanted to be able to import metadata from another system in the long term, JSON is the way to go? What is the best way to test the generated code

Re: [Dhis2-users] DHIS2 DXF schema files

2016-02-29 Thread Bob Jolliffe
We don't follow or express schema for dxf. Particularly the metadata has been too dynamic. ( The link is very old and not maintained. ) Morten did introduce a schemas endpoint to the API (eg see https://play.dhis2.org/demo/api/schemas/dataElement) which provides the structure and types of the

[Dhis2-users] A practical guide for engaging with mobile network operators in mHealth for reproductive, maternal, newborn and child health

2016-02-29 Thread Knut Staring
https://extranet.who.int/iris/restricted/bitstream/10665/170275/1/9789241508766_eng.pdf -- Knut Staring Dept. of Informatics, University of Oslo Norway: +4791880522 Skype: knutstar http://dhis2.org ___ Mailing list: https://launchpad.net/~dhis2-users

Re: [Dhis2-users] [Dhis2-devs] Am trying to sync tracker data values to a central server

2016-02-29 Thread Pamod Amarakoon
Hi Lars, It certainly is useful since we are currently depending on daily backups to mirror tracker data on sync server. Would be useful if this could be achieved on the fly with synchronization. On Mon, Feb 29, 2016 at 5:03 PM, Lars Helge Ă˜verland wrote: > Hi Ese, > > the data

Re: [Dhis2-users] [Dhis2-devs] Am trying to sync tracker data values to a central server

2016-02-29 Thread Lars Helge Ă˜verland
Hi Ese, the data sync only applies to aggregate data values at the moment. We can extend this to events (without registration) if that would be useful. regards, Lars On Mon, Feb 29, 2016 at 3:00 AM, Morten Olav Hansen wrote: > There was a small issue in how

Re: [Dhis2-users] Regarding Data sort through an APi

2016-02-29 Thread Sourabh Bhardwaj
Yes exactly, I want to do collection sorting directly through the Api. Thanks for your time! On Mon, Feb 29, 2016 at 3:45 PM, Morten Olav Hansen wrote: > Yes, the query you are giving there is different from what you gave > before. You can't do collection sorting, which I

Re: [Dhis2-users] Using DHIS File Store

2016-02-29 Thread Abyot Asalefew Gizaw
Hi Aamer, To get the files you uploaded, you need to use the following end points: If the file is stored through the aggregate part of dhis2 api/dataValues/files?de If the file is stored through the tracker part of dhis2 api/events/files?eventUid== --- Thank you, Abyot. On Mon, Feb

Re: [Dhis2-users] Regarding Data sort through an APi

2016-02-29 Thread Morten Olav Hansen
Yes, the query you are giving there is different from what you gave before. You can't do collection sorting, which I assume is what you want? https://play.dhis2.org/demo/api/dataElementGroups.json?fields=id,displayName=displayName:desc These kinds of sorts works. On Mon, Feb 29, 2016 at 5:08

Re: [Dhis2-users] Regarding Data sort through an APi

2016-02-29 Thread Sourabh Bhardwaj
Thanks for the reply Morten, I have tried with order parameter also but still getting the same order. Here suppose I want to sort all the dataelements under Anaemia(KmwPVkjp7yl) group like: https://play.dhis2.org/demo/api/dataElementGroups/KmwPVkjp7yl?fields=dataElements[id,name]=name:asc Here

Re: [Dhis2-users] Using DHIS File Store

2016-02-29 Thread Aamer Mohammed
Any thoughts from the community please. Can we leverage File Store to store data independent of any other object or should it be referenced from other objects only? Thanks Aamer. On Fri, Feb 26, 2016 at 12:29 PM, Aamer Mohammed wrote: > Hi All, > > We need to store

Re: [Dhis2-users] Regarding Data sort through an APi

2016-02-29 Thread Morten Olav Hansen
I assume you mean metadata (from your examples). Yes, you can use the order parameter, please have a look at [1]. [1] http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s06.html On Mon, Feb 29, 2016 at 3:48 PM, Sourabh Bhardwaj wrote: > Hi all, > > Can we

[Dhis2-users] Regarding Data sort through an APi

2016-02-29 Thread Sourabh Bhardwaj
Hi all, Can we sort data getting through an Api, I am trying using sortOrder but it did not helped. Following is the complete url: https://play.dhis2.org/demo/api/dataElementGroups?fields=dataElements[id,name]=ASC OR