[Dhis2-devs] Not able to get enrollments for Tracked Entity Instance

2016-06-27 Thread Apoorv Patel
ed to change anything in my approach to get the enrollments? Thanks, Apoorv Patel ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help :

[Dhis2-devs] Retrieve enrollment based on attribute value using Android SDK

2016-05-14 Thread Apoorv Patel
Hi, I am enrolling a child with certain attributes like First Name, Last Name, Phone Number and saving it on the server using the Android SDK. How can I retrieve that enrollment based on the Phone Number value? Thanks, Apoorv ___ Mailing list: https://

[Dhis2-devs] Unable to see Programs on Tracker Capture on website

2016-05-13 Thread Apoorv Patel
Hi, I performed the following steps on the website 1. created a program 2. created attributes 3. assigned the attributes to the program 4. assigned the program to an organisation unit 5. made sure I have access to the program from the user roles page However after I do this and go to the Tracker

[Dhis2-devs] Store array in Tracker Capture

2016-04-18 Thread Apoorv Patel
Hi, I am creating an Android app in which I am performing enrollments in the same way as Tracker Capture. I want to store an array while registering the enrollment. How can I create an attribute that will allow me to store an Array while enrollment? Thanks, Apoorv

[Dhis2-devs] Changing enrollment status to completed

2016-04-10 Thread Apoorv Patel
Hi, I am trying to save enrollments using the 2.21 legacy Android SDK. I am able to save the enrollments and they are showing on my web interface but I am not able to change the status to COMPLETED even though I am setting it to COMPLETED in the enrollment. How do I change the status to COMPLETED

[Dhis2-devs] Saving an enrollment

2016-03-26 Thread Apoorv Patel
Hi, I am using the Master branch sdk for developing Emmunify Android app. I am trying to save an enrollment but it gives me an error when I try to save it. Following is the code: Enrollment enrollment = new Enrollment(); enrollment.setProgram("Child Registration");

[Dhis2-devs] Getting Programs for Android SDK

2016-02-22 Thread Apoorv Patel
Hi, I am trying to integrate the same features as Tracker Capture in my Android app and I have created Programs and associated them with Organisation Units but now I am unable to retrieve the Programs list. When I login to the Tracker Capture app I am able to see the Program but when I try to retr

[Dhis2-devs] Organization list error

2016-01-17 Thread Apoorv Patel
I am creating an Android app and using the Android SDK for retrieving and storing the data. After integrating the SDK I tried getting my organization list but it returns an empty list while I can see the organization when I login from the website. I am using the refactoring branch of the SDK and t

[Dhis2-devs] Android SDK use

2016-01-15 Thread Apoorv Patel
Hi, I'm trying to use the DHIS2 SDK to develop an Android app. I have integrated it in my app but I am not able to use it for data retrieval and capture. For eg. Organization unit, dataset, data element etc. If you could guide me to some tutorials or documentation on how to use the SDK I would be

[Dhis2-devs] Dhis2 Android SDK setup

2016-01-13 Thread Apoorv Patel
Hi Team, I am trying to integrate the DHIS2 SDK into my project but when I try to set it up the gradle sync does not give any errors but when I try to run the app it gives me the following error UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.RuntimeException: Exception parsing classes at com.android