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
4
votes
2 answers

Environment variable DHIS2_HOME: null (TrayApp.java [main])

I am getting the error Environment variable DHIS2_HOME: null (TrayApp.java [main]) when trying to start the dhis2-live.exe with Postgres connection on my Windows Vista machine. However the same application runs fine if the H2 DB is used, but as per…
user3141985
  • 1,395
  • 4
  • 17
  • 36
3
votes
0 answers

How do I install PostGIS on Ubuntu Desktop 20.04 LTS

I have just set up a brand new Ubuntu 20.04 LTS I have successfully installed Postgresql 12 I want to install postgis, but I cannot find any instructions on the internet for my version of Ubuntu. My aim is to set up a DHIS2 server to run a hospital…
3
votes
1 answer

DHIS2 - Data Visutalization/Reports

I am getting No Values found while trying to configure report/charts in DHIS2. I have been Created DataElements Created Category Options Added a Category to include Category Options Created a Category Combination item to and added the category…
user3141985
  • 1,395
  • 4
  • 17
  • 36
3
votes
2 answers

DHIS-2 not running

I want to use DHIS-2 in my local system (localhost). i follow steps from here. And all files build in my system by following command mvn install // on dhis-2 Dir and also /dhis-2/dhis-web But i can't get this command work mvn jetty:run-war every…
Blu
  • 4,036
  • 6
  • 38
  • 65
2
votes
1 answer

DHIS2-live is not working properly in windows

I am new to use DHIS for giving a try to see what I can do with DHIS and its applications. I have installed PostgreSQL and DHIS2-Live and updated its configuration. When it starts after taking sometimes, it displays on the browser: HTTP ERROR…
Pamira
  • 129
  • 7
2
votes
2 answers

Find out since how long the cache has been stored in IndexDB?

I am using a web application for doing data entry which has a mechanism for storing the data entry form (which is an html form) in the browser cache IndexDB. I am able to see the form in the browser dev tool like so : I want to know for how long…
harsh atal
  • 411
  • 6
  • 16
2
votes
0 answers

UNEXPECTED TOP LEVEL EXCEPTION while integrating a library project

I am trying to integrate DHIS2 SDK into my app by trying to import the library project. My settings.gradle looks like include ':app', ':sdk', ':core', ':persistence', ':core-java', ':models' project(':sdk').projectDir = new File(settingsDir,…
Apoorv
  • 13,470
  • 4
  • 27
  • 33
2
votes
1 answer

Define categories for data element in DHIS2

Is it possible to create a data element that can take values only in a predefined set of categories e.g. ‘Not Tested’, ’Result Test: Negative’, ‘Result Test: Positive’ in DHIS2. Exploring the use of DHIS2 for a dataset of case-based data, or…
tic-toc-choc
  • 815
  • 11
  • 26
1
vote
1 answer

/Reactjs fetching bringing a 405 status code in browser

I am developing a react app over DHIS2 and data online that is structured like: indicators: [ { name: "something", attributeValues : [ {}], anotherNode: "anything", }, {}, {}, ... ] I am trying to update the whole attributeValues…
itwabi
  • 125
  • 10
1
vote
0 answers

Encoding issue in Apache Tomcat

I'm using DHIS2 which is a WAR file. It seems to serve static content (JS files) and there seems to be an encoding issue. I have very little experience with Tomcat and I'm wondering if this is an application issue, a configuration issue or a server…
Polarize
  • 1,005
  • 2
  • 10
  • 27
1
vote
0 answers

Using Oauth with Offline first Application (PWA)

I have an offline first application build using AngularJS(and service worker). I am taking advantage of IndexedDB to keep my data when the application is used offline(without internet connection). My application interacts with DHIS APIs to sync data…
1
vote
1 answer

Is there any command line client to do data entry in DHIS2?

I want to know is there any command line client to do data entry in DHIS2? I found one, named as dish (https://github.com/baosystems/dish2/), but it is only used for simplifying common tasks and is suitable for handling batch metadata operations,…
Sachin
  • 11
  • 4
1
vote
0 answers

DHIS2: Category Options Missing

I have a category AGE it has Category options (<1y,1-4y,5-9y,9-15y), Gender(Male,Female) I have created a category combination AGE+GENDER. My issue is when i add a new AGE seggragation like 15-20y it does not appear in the data elements segregation.…
1
vote
0 answers

DHIS 2 Regarding Data Entry Forms

DHIS 2 Open Source Project I am using DHIS-2 Software for our Malaria MIS System For Analysis and maintain performances regarding malaria information and management system. Problem I Face using DHIS-2 is That : I have to Create a data set that…
Omer Butt
  • 411
  • 4
  • 5
1
vote
1 answer

How can I change username of users in dhis2?

I have approximately 500 users of my dhis2 clone system, Where i need to change username of at least 400 users but when I opens Edit user window there is no option to do so, Can anyone help How can I update username of user in dhis2?
Imran Qamer
  • 2,253
  • 3
  • 29
  • 52
1
2 3