Re: [Dhis2-users] Sharing Dataset in Two Separate DHIS2 Instances

2017-07-25 Thread Dung Nguyen Anh
Hi Derek and Vunda, The script will run in case that we have the same organisation unit tree between 2 intances (organisation unit id must be the same). So please sync the organisation units tree (also data elements, categories, data sets) before running this script. Please note that the

Re: [Dhis2-users] JRE_HOME vs JAVA_HOME

2017-07-25 Thread Morten Olav Hansen
I assume this is on windows, according to a quick google.. both JRE_HOME should be ok, but normally we always install the JDK.. https://www.jamf.com/jamf-nation/articles/348/configuring-the-java_home-and-jre_home-environment-variables-on-a-windows-server As you said, this has nothing to do with

[Dhis2-users] Do you know >Payroll and organizational finance

2017-07-25 Thread Sara Gaudon
Hello DHIS2 users - Is there anyone currently using DHIS2 for organizational finance: enrolling their employees, some HR functions, tracking payroll, for example? It would be great to hear from you. (Not asking about Results Based Financing). Sara --- Sara Gaudon, Executive Director,

Re: [Dhis2-users] XML for ICD-10 Code Option set

2017-07-25 Thread Prosper BT
Hi Akash Check out this copy Regards Prosper Behumbiize, MPH DHIS2 Implementation| HISP Uganda pros...@hispuganda.org | pros...@dhis2.org | Skype: prospertb On Fri, Jul 14, 2017 at 10:46 AM, Akash Jindal wrote: > Hi All, > > I want to create one

Re: [Dhis2-users] [Dhis2-devs] [Android] New Releases of Data Capture and Tracker Capture Apps is out!!

2017-07-25 Thread Ifeanyi Okoye
Hello Android Team,We already have a bunch of about 60 facilities already using the DHIS2 data capture app. We are currently in a meeting and trying to update the app to the latest version (July 2017). The version we are seeing on the Play Store is a March 27, 2017 version. See below. These are

Re: [Dhis2-users] [Dhis2-devs] [Android] New Releases of Data Capture and Tracker Capture Apps is out!!

2017-07-25 Thread Android Team
Hi Ifeany, We are seeing that Google play sometimes doesn't update all fields when we release, sometimes information is cached and people see different dates or versions, but we have seen it in the web, not in the phones. - can you tell us if this is happening in different devices?? - can you

Re: [Dhis2-users] Sharing Dataset in Two Separate DHIS2 Instances

2017-07-25 Thread vunda limbe
Hi Dung, I have the same problem with Derek, but I tried to creat a list of all organisation unit and call its here : in var rootOrgunit2 = rootOrgnitld + listofOrgunit ; and use that list in this line ""`${config.instanceABaseUrl}/api/dataValueSets?orgUnit=${config.rootOrgunit2

Re: [Dhis2-users] [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Jason Pickering
The other alternative is to use the API of course. What exactly are you trying to achieve? On Tue, Jul 25, 2017 at 11:28 AM, Carlos Nyembwe wrote: > thanks Jason, > > I understand you well but, I'm sorry for that because I don't have the > local database now, I have to

Re: [Dhis2-users] [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Carlos Nyembwe
thanks Jason, I understand you well but, I'm sorry for that because I don't have the local database now, I have to download it On Tue, Jul 25, 2017 at 10:22 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Carlos, > This has been put into place as a measure to prevent the

Re: [Dhis2-users] [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Jason Pickering
Hi Carlos, This has been put into place as a measure to prevent the potential accidental exposure of usernames and password hashes. You can perform the query using a direct connection to the database, but DHIS2 should block any SQL views with references to some protected tables. Regards, Jason

Re: [Dhis2-users] how to design model or form to collect master-detail information?

2017-07-25 Thread Markus Bekken
Hi there Lin, One way of modeling the data you describe below can be: - In the programs app, make one program(with registration) and tracked entity attributes Name and Age. - In this program, add one repeatable program stage with data elements Name, Dose, Frequency. In the tracker data entry

[Dhis2-users] Request User Table in DHIS2

2017-07-25 Thread Carlos Nyembwe
Hi all I have a problem about SQL request in DHIS2 When I request the table User in front end, I see this message, but for now, I want to have some situation about User in my extence DHIS2 SQL query contains references to protected tables How can help me? Regards Carlos -- *Carlos Nyembwe*

Re: [Dhis2-users] program indicators - function

2017-07-25 Thread Markus Bekken
Dear Lise, unfortunately I can not think of any elegant way of achieving this within the current functionality of the program indicators. We could make a d2:max() function that would take in a list of data elements and return the highest value represented within the list of arguments. Can you

Re: [Dhis2-users] Sharing Dataset in Two Separate DHIS2 Instances

2017-07-25 Thread Dung Nguyen Anh
Hi Derek, Sorry for the late response, I've been chased by some other works. Here is the script. 1. Go to this github address: https://github.com/hispvn/data-integration 2. You will see a green button with label "Clone or download". click "download zip" 3. Extract the ZIP file you will get