DHIS version 2.12 is released

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team

@Lars Helge…good work!!
innovate together!!

···

2013/5/31 Lars Helge Øverland larshelge@gmail.com

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp


Riddy NDOMA
Software Developer
Skype: riddyndoma, G+: riddyndoma, FB: riddy ndoma

Twitter: riddyndoma, LinkedIn: riddy ndoma
Blog: http://riddyndoma.blogspot.com/

Vous servir est mon désire (Serving you is my desire)

Minor update. The link under the pivot table download should be:
http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html

Link for data set report should be:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm.action

···

On Fri, May 31, 2013 at 12:53 PM, riddy ndoma riddyndoma@gmail.com wrote:

@Lars Helge…good work!!
innovate together!!

2013/5/31 Lars Helge Øverland larshelge@gmail.com

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Riddy NDOMA
Software Developer
Skype: riddyndoma, G+: riddyndoma, FB: riddy ndoma

Twitter: riddyndoma, LinkedIn: riddy ndoma
Blog: http://riddyndoma.blogspot.com/


Vous servir est mon désire (Serving you is my desire)

Astonishing!

Well done

Caveman

···

On Fri, May 31, 2013 at 12:47 PM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp

Thanks Lars and team

PEPELA WANJALA

MINISTRY OF HEALTH HEADQUARTERS

HEALTH INFORMATION SYSTEM

AFYA HOUSE, HIS LG 37

P.O BOX 30016, NAIROBI, KENYA

TEL: +254 (020) 2717077 EXT 45097

CELL: +254 (0) 722375633 or 0202033363

EMAIL: wanjala2p@yahoo.com

** hmis@health.go.ke**

* *"HealthInformation Management - Making a World of Difference”

···

From: Lars Helge Øverland larshelge@gmail.com
To:dhis2-users@lists.launchpad.netdhis2-users@lists.launchpad.net; DHIS 2 developers dhis2-devs@lists.launchpad.net; Calle Hedberg calle.hedberg@gmail.com; Vincent Shaw vpshaw@gmail.com; Greg Rowles greg.rowles@gmail.com; Nzioka nziokacm2003@yahoo.com; David Muturi David_Muturi@afyainfo.org; Raphael Pundo raphael_pundo@afyainfo.org; Martin Osumba Martin_Osumba@afyainfo.org; Paulo Grácio pgracio@criticalsoftware.com; Dan Cocos dan@dancocos.com; Hermes Sotter Rulagirwa hsotter@moh.go.tz; Ferdie Botha ferdie@hisp.org; Norah Stoops norah.stoops@gmail.com; Denis Adaletey dadaletey@yahoo.com; “Gehron, Michael M” GehronMM@state.gov; Paul Bouey BoueyPD@state.gov; Donna Lee Donna.Lee@theglobalfund.org; Nicolas Bidault Nicolas.Bidault@theglobalfund.org
Sent: Friday, May 31, 2013 1:47 PM
Subject: [Dhis2-users] DHIS version 2.12 is released

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help : https://help.launchpad.net/ListHelp

Just checked out the new data visualizer… great to be able to select category option combinations now! It seems that none of my favorites from version 2.11 work. Error message when I load them is: “No filter dimensions specified”.

We have created many charts for various dashboards. Is there a way to add the missing filter dimensions through the backend or do we need to re-create all of the charts?

Randy

···

@Lars Helge…good work!!

innovate together!!

2013/5/31 Lars Helge Øverland larshelge@gmail.com

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Riddy NDOMA

Software Developer

Skype: riddyndoma, G+: riddyndoma, FB: riddy ndoma

Twitter: riddyndoma, LinkedIn: riddy ndoma

Blog: http://riddyndoma.blogspot.com/

Vous servir est mon désire (Serving you is my desire)

Incredible!
I am continually impressed by the pace and quality work that continues to improve DHIS2.

I can only say, again, thank you very much.

I’m looking forward to using the new version.

Kind regards,

Mark

···

On Fri, May 31, 2013 at 3:47 AM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp


Mark Spohr, MD
mhspohr@gmail.com
+1 530 554 2230

Good day house,

I am currently running on DHIS2.10 but want to know if there are more advanced features in 2.12.

Thanks

···

Sent from my BlackBerry wireless device from MTN

-----Original Message-----
From: Mark Spohr <mhspohr@gmail.com>
Sender: "Dhis2-users"
  <dhis2-users-bounces+biodun_akanji=yahoo.com@lists.launchpad.net>
Date: Sat, 1 Jun 2013 07:51:39
To: Lars Helge Øverland<larshelge@gmail.com>
Reply-To: mhspohr@gmail.com
Cc: Martin Osumba<Martin_Osumba@afyainfo.org>; Gehron, Michael M<GehronMM@state.gov>; Calle Hedberg<calle.hedberg@gmail.com>; dhis2-users@lists.launchpad.net<dhis2-users@lists.launchpad.net>; Raphael Pundo<raphael_pundo@afyainfo.org>; David Muturi<David_Muturi@afyainfo.org>; Donna Lee<Donna.Lee@theglobalfund.org>; DHIS 2 developers<dhis2-devs@lists.launchpad.net>; Paul Bouey<BoueyPD@state.gov>; Nicolas Bidault<Nicolas.Bidault@theglobalfund.org>; Vincent Shaw<vpshaw@gmail.com>; Greg Rowles<greg.rowles@gmail.com>; Ferdie Botha<ferdie@hisp.org>; Norah Stoops<norah.stoops@gmail.com>; Nzioka<nziokacm2003@yahoo.com>; Dan Cocos<dan@dancocos.com>; Hermes Sotter Rulagirwa<hsotter@moh.go.tz>
Subject: Re: [Dhis2-users] DHIS version 2.12 is released

_______________________________________________
Mailing list: DHIS 2 Users in Launchpad
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : DHIS 2 Users in Launchpad
More help : ListHelp - Launchpad Help

The answer is clearly yes, there are many new features in 2.11 and 2.12, as described in this email and the similar release note for 2.11. In particular, I’d like to mention the new web Pivot Tables. We recommend doing an upgrade from 2.10.

Knut

···

On Sat, Jun 1, 2013 at 4:41 PM, biodun_akanji@yahoo.com wrote:

Good day house,

I am currently running on DHIS2.10 but want to know if there are more advanced features in 2.12.

Thanks

Sent from my BlackBerry wireless device from MTN

-----Original Message-----

From: Mark Spohr mhspohr@gmail.com

Sender: “Dhis2-users”

    <dhis2-users-bounces+biodun_akanji=yahoo.com@lists.launchpad.net>

Date: Sat, 1 Jun 2013 07:51:39

To: Lars Helge Øverlandlarshelge@gmail.com

Reply-To: mhspohr@gmail.com

Cc: Martin OsumbaMartin_Osumba@afyainfo.org; Gehron, Michael MGehronMM@state.gov; Calle Hedbergcalle.hedberg@gmail.com; dhis2-users@lists.launchpad.netdhis2-users@lists.launchpad.net; Raphael Pundoraphael_pundo@afyainfo.org; David MuturiDavid_Muturi@afyainfo.org; Donna LeeDonna.Lee@theglobalfund.org; DHIS 2 developersdhis2-devs@lists.launchpad.net; Paul BoueyBoueyPD@state.gov; Nicolas BidaultNicolas.Bidault@theglobalfund.org; Vincent Shawvpshaw@gmail.com; Greg Rowlesgreg.rowles@gmail.com; Ferdie Bothaferdie@hisp.org; Norah Stoopsnorah.stoops@gmail.com; Nziokanziokacm2003@yahoo.com; Dan Cocosdan@dancocos.com; Hermes Sotter Rulagirwahsotter@moh.go.tz

Subject: Re: [Dhis2-users] DHIS version 2.12 is released


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp


Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

Hi John,

thank you. Yes the dashboard has lagged a bit behind and we will prioritize
it for 2.13. Let me come back to you with better estimates after we are
done planning for 2.13/14.

best regards,

Lars

···

On Fri, May 31, 2013 at 6:34 PM, John Ojo <john.datanet@yahoo.com> wrote:

To Lars and all the developers team, I raise a toast!
Thank you so much for giving us this amazing tool packed with so much
horsepower.

Please how soon should we expect the 'named Dashboards' functionality. We
need it that functionality as soon as yesterday. [image: *:slight_smile: happy]

Hi Randy,

it should definitely not be necessary to recreate your charts, the idea is
that all of them should be upgraded automatically. If that did not happen I
think I need a copy of your meta-data as it was prior to upgrading to 2.12
in order to investigate.

best regards,

Lars

···

On Fri, May 31, 2013 at 10:12 PM, Wilson,Randy <rwilson@msh.org> wrote:

Just checked out the new data visualizer… great to be able to select
category option combinations now! It seems that none of my favorites from
version 2.11 work. Error message when I load them is: “No filter
dimensions specified”.****

** **

We have created many charts for various dashboards. Is there a way to add
the missing filter dimensions through the backend or do we need to
re-create all of the charts?****

** **

Randy****

Thanks for the great job and the new changes, congrants!

Anything on exporting individual datasets from one implementation to another. I would like to export one dataset (including its data elements, without the datavalues) to another dhis2 implementation. Version 11 could not do that.

Anthony

···

On Fri, May 31, 2013 at 12:47 PM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi all,

DHIS 2 version 2.12 is released. We have some great new features for you:

  • All analysis tools are working against the analytics Web API. This means that the system is no longer dependent on the resource-demanding data mart process and running it is now optional. You can still run data mart and use it for custom reports but all analysis tools now read from the analytics tables. These tables can be generated ad-hoc from reports module and scheduled in data administration module. The analytics API allows you to do a lot more flexible dimensional data analysis, for instance like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=otVrkxLmBJT

  • In data visualizer module you can now do analysis on all fixed and dynamic data dimensions. You can select any data dimension and items from the left menu. You can also use multiple dimensions as filter. In DHIS 2 you can create dynamic data dimensions through data element group sets, org unit group sets and categories. For instance we can now create interesting charts where you compare immunization doses given at facility (fixed) and outreach:

(Log in with admin/district)

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=LRFDsb8jcG0

You can make a chart comparing ANC visits for each facility type:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=iRCGbznvyG8

A chart showing HIV testing broken down on gender:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=mKjgsRMJt0H

You can also include data element details (category option combos) directly under data elements by selecting “Details” as opposed to “Totals” in the drop down next to the list of data elements:

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=wbTNJrvfytf

  • In pivot table module we have added support for analysis on category based dimensions - you can now do analysis based on all fixed and dynamic data dimensions. All dimensions can be selected from the menu on the left. You can for instance create a pivot table for vaccine doses given broken down on age group and facility location like this:

http://apps.dhis2.org/demo/dhis-web-pivot/app/index.html?id=JsmBGbmRlEu

  • In pivot table module you can now download your pivot table to your local computer in Microsoft Excel, CSV and HTML format. The downloaded file will have the same table layout as you see on the web page. As an example, load a pivot table by clicking on the link below, then click on “Download” on the top menu, then “Microsoft Excel” under “Table layout”.

http://apps.dhis2.org/demo/dhis-web-visualizer/app/index.html?id=otVrkxLmBJT

You can also use the pivot table to browse the analytics web api and use the download options under “Plain data source” to retrieve the data response.

  • Pivot table now supports data interpretations. Load a favorite, click on “Share” in the top menu and write your question, comment or interpretation. It will become visible in the data interpretation feed in the dashboard.

http://apps.dhis2.org/demo/dhis-web-dashboard-integration/interpretation.action

  • In GIS you can now include data element details (category option combos) in a map. For instance you can create a map for ANC 1st visits at facility (fixed) like this:

http://apps.dhis2.org/demo/dhis-web-mapping/app/index.html?id=YOEGBvxjAY0

  • Single events without registration (anonymous events) are now supported in the Web API. This means that you can send event data from case-based systems like EMRs directly to DHIS 2, and create mobile clients for event registrations which send event data over HTTP to DHIS 2. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s07.html

  • Data entry for single events without registration now works offline, in the same way as the routine data entry. This implies that you can log onto DHIS 2 in the morning and continue with data entry throughout the day even if Internet connectivity is lost or intermittent. Even large option sets for ICD 10 codes work offline, and performance is improved in general. Check it out here:

http://apps.dhis2.org/demo/dhis-web-caseentry/anonymousRegistration.action

  • In tracker you can now define program indicators, creating formulas based on person data elements in order to make more useful analysis:

http://apps.dhis2.org/demo/dhis-web-maintenance-patient/program.action

  • In tracker we have a new analysis function which gives completeness for each program and its program stages:

http://apps.dhis2.org/demo/dhis-web-caseentry/programStageCompletenessSelect.action

  • Option sets and data elements of type yes-only are now supported in the routine data entry module. This will be useful for several use-cases, for instance when making facility assessment forms. We recommend sticking with numeric option sets and data elements in routine data entry since text cannot be aggregated. Check it out by selecting the “Facility assessment” form here:

http://apps.dhis2.org/demo/dhis-web-dataentry/index.action

  • Data set report and reporting rate summary now allows you to use all organisation unit group based dimensions as filters. For instance you can filter your data set report to only include data for a certain facility type. Click on “More options” to select the filters in data set report:

http://apps.dhis2.org/demo/dhis-web-reporting/showDataSetReportForm

Same goes for reporting rate summary:

http://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action

  • Data entry can now be done through PDF files. This implies that data entry can be done completely offline and detached from DHIS 2 through the well-understood PDF format. You can download PDF form templates from the data set module by clicking on the PDF icon. Forms can later be uploaded through the import-export module by going to “PDF Data Import”. This allows for workflows where forms are distributed to remote / mostly disconnected areas, filled and returned by email before uploaded to the central instance.

http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/dataSet.action

http://apps.dhis2.org/demo/dhis-web-importexport/displayImportDataValueForm.action?importFormat=pdf

  • Support for “app” extensions. You can now develop stand-alone apps and use them as extensions to DHIS 2. The apps should be based on javascript and HTML and use the DHIS Web API for retrieving data. The apps must be packaged according to the W3 manifest for Web applications. You can upload the apps in the Apps service module. Documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch27.html

You can see the admin module here:

http://apps.dhis2.org/demo/dhis-web-appmanager/appList.action

  • The analytics Web API resource now supports data responses with table layout. This means that you can generate ready-made tabular reports in Excel, CSV or HTML format straight from the analytics API using dynamic input parameters without defining anything up front. This is an example Excel report generated on the fly by using the tableLayout, columns and rows query parameters:

http://apps.dhis2.org/demo/api/analytics.xls?dimension=dx:fbfJHSPpUQD;cYeuwXTCPkU&dimension=pe:LAST_12_MONTHS&dimension=ou:LEVEL-3-O6uvpzGd5pu&tableLayout=true&columns=dx;pe&rows=ou

You can read the documentation here:

http://dhis2.org/doc/snapshot/en/user/html/ch25s19.html

You can download the 2.12 release here:

http://dhis2.org/downloads

You will find documentation here:

http://dhis2.org/documentation

Source code is found here:

https://code.launchpad.net/~dhis2-devs-core/dhis2/2.12

The new analytics engine requires that more of your server resources are dedicated towards the database in favor of the Java VM. It also requires that you have a fast disk type. We will provide more info about this shortly.

For this release we had source code contributions from PSI and Critical software - much appreciated. Also thanks to all developers who have worked very hard to finalize all this in only two months.

Enjoy the new version. Feedback is appreciated.

best regards,

the DHIS 2 development team


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp