How to generate list of TEI with attributes of Tracker Capture 2.30

Hi,

I wan to have list of TEI with all attributes of Tracker Capture version 2.30. Please suggest the steps.

Regards,
Pradeep

Hi @Pradeep, this can be achieved by going to the program you want to use (in the “Maintainance App”) on the “Program details” tab, ensure that “Display front page list” is selected. Then go to the “Attributes” tab. When there ensure that you click “Display in list” for the attributes you want to show in the list (see image below).

Once this is done you can go to the “Tracker Capture App” and select an organisation unit and the program you just configured in the “Maintainance App”. Now TEIs should be displayed in a list with all the attributes you selected.

Hi Lukas,

Thank you for the step by step guidance.

We also want to down load all these in excel file. We can do this by choosing that particular organization unit and down load the list by clicking on down load tab. But I wan to download list of all org. unit at once not by selecting one-by-one org. in org list.

Please suggest.
Regards,
Pradeep

Hi @Pradeep, there is no support for this in the user interface but you can use the API. For instance in the demo instance you can use this url: https://play.dhis2.org/2.30/api/30/trackedEntityInstances/query.csv?ouMode=ALL&program=IpHINAT79UW&paging=false

To be able to use this request in your own instance you will need to swap out some things: [BASE URL TO INSTANCE]/api/30/trackedEntityInstances/query.csv?ouMode=ALL&program=[ID OF PROGRAM]&paging=false

Hi Lukas,

Thank you for the suggestion.

Regards,
Pradeep

Hi,

The small download icon on the UI also does this.

Thanks.