Questions tagged [dhis-2]

DHIS 2 is the flexible, web-based open-source information system platform for data capture, management, validation, analytics and visualization primarily used in the public health domain.

DHIS 2 is a data collection, management and analysis platform. It is currently in use in 40+ countries world-wide. Its primary domain is health management but is also in use in domains such as logistics, finance, education, water and sanitation, food security and forestry.

DHIS 2 is open source software and developed by a global team coordinated by the University of Oslo.

DHIS 2 allows for data capture using desktops, tablets, smartphones and feature phones over the Web, GPRS and SMS.

DHIS 2 lets you analyse data with pivot tables, charts, maps and dashboards. It lets end-users do self-served analysis without reliance on IT staff.

Official site: https://www.dhis2.org/

41 questions
0
votes
1 answer

Embedding live dhis2 data directly on your website

I want to display the charts, tables, maps etc from a dhis2 user account unto a web page. I read the web api documentation and tried to use the plugins but they dont work (they seem to be outdated). Anyone have a solution to this?
user3332929
  • 175
  • 1
  • 1
  • 6
0
votes
0 answers

Long running query hangs application despite multiple cores

Our server has 8 cores and is running a web application(DHIS2) which uses postgres as database. There is big select query which takes a few hours to execute. (The query is executed from the terminal) When that query is run the cpu utilization of…
harsh atal
  • 411
  • 6
  • 16
0
votes
0 answers

dhis2 XML import error: "failed to move to start element"

I tried to import some XML data from a file I created, but I got an error message: failed to move to start element What does it mean?
Bee Phil
  • 23
  • 3
0
votes
2 answers

DHIS2 and mysql?

The DHIS2 documentation mentions that it supports mysql (https://docs.dhis2.org/2.28/en/implementer/html/installation.html), however thats the last point mysql is ever mentioned. Does the current version really support mysql? If it does, will GIS…
baradhili
  • 514
  • 1
  • 7
  • 27
0
votes
1 answer

How do i install an app into a dhis2 instance for the first time?

I am trying to install an app into my dhis2 v2.28 instance. I install the app from the app store on the app management platform but after installation, i cannot find the app on my app list.
Bee Phil
  • 23
  • 3
0
votes
1 answer

Given an API with data in json format, how do i present the data in a HTML table?

So far, I have this PHP cURL code:
OSMadeIT
  • 57
  • 3
  • 11
0
votes
1 answer

How to do configuration of PostgreSQL database in DHIS2?

I've downloaded and executed DHIS-2 in the Windows operating system. I want to connect with a PostgreSQL database. I'm trying the below configuration settings in the dhis.conf file but it's not working. connection.dialect =…
Rabia Naz
  • 11
  • 1
0
votes
1 answer

Where is the time stamp for uploaded/entered aggregate reports physically stored in DHIS2 and how do I pull the time stamp data from it?

I have been trying to find the table that stores the time stamp for an uploaded aggregate report in dhis2. I need that data for a report i am creating using SQL view. I managed to find a table called datavalueaudit that has a time stamp column but…
Ali Nguz
  • 13
  • 3
0
votes
1 answer

Can't push bazaar repository into git using dpush

I am not able to push a bazaar repository into Git. I have used this command : bzr dpush git+ssh://git@github.com/harsh-a1/dhis_2.22.git,branch=master Am getting the following error: bzr: ERROR: The file id "None" is not present in the tree …
harsh atal
  • 411
  • 6
  • 16
-3
votes
1 answer

Power query - Power Bi - Dhis2

I need help to transpose the first column in line which is added side by side with the other two columns. How to specify it in the api other than it is parameter that I must specify that the result gives what I wanted to have? The current…
Hyacinthe
  • 3
  • 1
-3
votes
1 answer

Download html form from web server into android for offline data capture

Is it possible to download a form, a form has input fields where a user capture data and submits to dB etc, is it possible to download those fields with its id’s into android from web server without creating inputs for offline data capture then…
developer_
  • 11
  • 2
1 2
3