Re: [Dhis2-users] Data import - with completeness

2014-10-22 Thread sumudu weerasinghe
Thanks Dapo, Do we have to populate in completedatasetregistration table according to all data value in a data set? Sumudu On Thu, Oct 23, 2014 at 1:13 AM, Dapo Adejumo wrote: > Hi, > > There is no straightforward way to do this at the moment but an > improvement in 2.17 takes care of importin

Re: [Dhis2-users] daily data entry

2014-10-22 Thread nami_ghadri
Yes 2.16 Thanks for advice I will try trucker capture Regards Sent from Samsung Mobile Original message From: Abyot Gizaw Date: 2014/10/22 15:03 (GMT+02:00) To: Nami Ghadri Cc: DHIS 2 Users list Subject: RE: [Dhis2-users] daily data entry Then both dataset and eve

Re: [Dhis2-users] Data import - with completeness

2014-10-22 Thread Dapo Adejumo
Hi, There is no straightforward way to do this at the moment but an improvement in 2.17 takes care of importing complete dataset registrations via the API – details here https://blueprints.launchpad.net/dhis2/+spec/complete-registrations-exchange Alternatively, you could use an update scrip

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nami ghadri
Dear Nayeem, i will try also that i give you feed back thanks a lot Nami Ghadri Mob: +905317978228 From: n.mift...@gmail.com Date: Wed, 22 Oct 2014 18:17:09 +0600 Subject: Re: [Dhis2-users] daily data entry To: nami_gha...@hotmail.com CC: aby...@gmail.com; dhis2-users@lists.launchpad.net Dear

[Dhis2-users] Data import - with completeness

2014-10-22 Thread sumudu weerasinghe
Dear All, I need to import my data from one instance to another instance . Data was export from first instance as CSV format and then import to second instance through CSV data import. In my first instance data set was* completed* , but after importing to new instance it shows as *incomplete*.

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nayeem Al Mifthah
Dear Nami, Is your Unique ID is applicable for per person or per visit? If it is per patient, you can use tracker capture (multiple individual record); If it is per visit, you can use event capture (single event without registration). *Nayeem Al Mifthah* HMIS C onsultant Management Information Sy

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Abyot Gizaw
Then both dataset and event capture will not work for your case. Which version of DHIS2 are you using? If 2.16 or trunk, use tracker capture. - Thank you, Abyot. (sent from mobile) On Oct 22, 2014 1:25 PM, "Nami Ghadri" wrote: > Hello, > > > > I have a primary health care center , we have

Re: [Dhis2-users] Encrypt the hibernate.properties file in dhis-live

2014-10-22 Thread Brajesh Murari
Yes Jason, its possible. The Guy is looking either to encrypt hibernate.property file using some encryption technique and make it protected from UNauthenticated access, However this can be done with some efforts by developers. But Mr. Guy, question should be not like it can be done or not, perhaps

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nami Ghadri
Hello, I have a primary health care center , we have to take patients information when entering the clinic info like ( name , last name , age ,) and give each patient a unique ID Doctor also should give his diagnosis for each patient And this should be entered for each patient , we

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Abyot Gizaw
Hi, Can you tell us more about your usecase? What kind of data are you collecting? If you want to go the DataSet/DataElement way, the minimum frequency you can set for your data collection is daily - meaning you can't collect multiple data per day for a dataelement. But if you go the Event Captur

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nami Ghadri
I see I will try that Thanks very much From: Nayeem Al Mifthah [mailto:n.mift...@gmail.com] Sent: 22 Ekim 2014 Çarşamba 13:54 To: Nami Ghadri Cc: dhis2-users@lists.launchpad.net; Muhire Andrew Subject: Re: [Dhis2-users] daily data entry Dear Nami, Dataset for aggregated reportin

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nayeem Al Mifthah
Dear Nami, Dataset for aggregated reporting doesn't allow patient data entry. You can try program function of DHIS2 for entering patient record. *Nayeem Al Mifthah* HMIS C onsultant Management Information System Directorate General of Health Services (DGHS), Bangladesh Supported by: UNICEF -Ba

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nami Ghadri
Dear Naeem, As I understand that future set give me the ability to enter data in upcoming date Even if I did that can I enter multiple records in same future daily date Thanks From: Nayeem Al Mifthah [mailto:n.mift...@gmail.com] Sent: 22 Ekim 2014 Çarşamba 13:46 To: Nami Ghadri C

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nami Ghadri
I am trying to enter patients information when entering the primary health care center like ( name , last name , age , height …etc.) I did my form and specified date ( frequently is daily in data set) but only can enter one entity If another entity need to be enter it over write the old

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Nayeem Al Mifthah
Dear Nami, you can allow future period from dataset maintenance .. *Nayeem Al Mifthah* HMIS C onsultant Management Information System Directorate General of Health Services (DGHS), Bangladesh Supported by: UNICEF -Bangladesh Email: *n.mift...@gmail.com * * | nay...@mis.dghs.gov.bd * Cell:*+88019

Re: [Dhis2-users] daily data entry

2014-10-22 Thread Muhire Andrew
This gets easy when you use tracker/event based reporting, but daily depends on the entity you are entering data, if it is entering data for different entities in one day/categories can help, this is possible but one entity more than one time per day??? I am not sure. This is suitable for event

[Dhis2-users] daily data entry

2014-10-22 Thread Nami Ghadri
Hello, I trying to enter multiple records in same day date Is it possible ? >From where can I find guide for that ? Thanks in advance, ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Un

Re: [Dhis2-users] Encrypt the hibernate.properties file in dhis-live

2014-10-22 Thread Bob Jolliffe
Hi Guy I am not sure if it really practical to encrypt the hibernate.properties file. Though certainly it is very important to protect it which should be done by placing access control restrictions on it. Essentially only the user which is running the tomcat process should have read access to th

Re: [Dhis2-users] Encrypt the hibernate.properties file in dhis-live

2014-10-22 Thread Jason Pickering
It is not possible. Since dhis-live is meant to be run on a stand-alone system, why would you need to encrypt it? Are you looking to protect this from other users who have access to the local system itself? Best thing (on Windows) would to be sure the directory is owned by the user who is executing

[Dhis2-users] Encrypt the hibernate.properties file in dhis-live

2014-10-22 Thread Guy Ekani
Hello everyone, i would like to know if it's possible to encrypt the hibernate.properties file of dhis-live. If Yes, How can i do it? Sincerely = Guy___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-use

[Dhis2-users] introducing the dhis Q&A community - your help is needed

2014-10-22 Thread Lars Helge Øverland
Hi all, today we introduce a Q&A site for DHIS 2: http://area51.stackexchange.com/proposals/77757/dhis2 The forum is based on stack exchange , a well-known community site. Our vision is to create an easily searchable knowledge-base where people can find answers to the