[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1342: Function Excel-File Management - Working in process

2010-01-26 Thread noreply
revno: 1342 committer: Tran Chau tran.hispviet...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 15:19:44 +0700 message: Function Excel-File Management - Working in process added:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1343: Function Excel-File Management - Working in process

2010-01-26 Thread noreply
revno: 1343 committer: Tran Chau tran.hispviet...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 15:43:26 +0700 message: Function Excel-File Management - Working in process modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1344: Function Excel management - Working in progress ...

2010-01-26 Thread noreply
revno: 1344 committer: hieu hieu.hispviet...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 16:04:04 +0700 message: Function Excel management - Working in progress ... modified:

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Bob Jolliffe
2010/1/26 Lars Helge Øverland larshe...@gmail.com 2010/1/26 Trí Trần Thanh tranthanhtr...@gmail.com Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com 2010/1/25

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Trí Trần Thanh
Hi all, my way is easy and simple. Cast to Double and compare with new Double(0). new Double(value).equal(new Double(0)) ? how do you think? On 1/26/10, Bob Jolliffe bobjolli...@gmail.com wrote: 2010/1/26 Lars Helge Øverland larshe...@gmail.com 2010/1/26 Trí Trần Thanh

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Jason Pickering
Hi Bob, I might suggest just a small change. ^[0]*[\.,]?[0]*$ Escape the period and add a comma for some locales that use commas instead of periods. I am not aware of other decimal points, perhaps a semicolon? I am a bit confused though about the concept here. Values in DHIS are stored in the

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Bob Jolliffe
I don't think a java.util.regex solution would be hugely more complicated. One advantage is that all it expects is the string datavalue. If casting to a double you might also need to catch a class caste exception to be on the safe side. ie you have to ask is it a double first before you can ask

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Bob Jolliffe
2010/1/26 Jason Pickering jason.p.picker...@gmail.com Hi Bob, I might suggest just a small change. ^[0]*[\.,]?[0]*$ Escape the period and add a comma for some locales that use commas instead of periods. I am not aware of other decimal points, perhaps a semicolon? True. This is better.

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Bob Jolliffe
2010/1/26 Bob Jolliffe bobjolli...@gmail.com 2010/1/26 Jason Pickering jason.p.picker...@gmail.com Hi Bob, I might suggest just a small change. ^[0]*[\.,]?[0]*$ Escape the period and add a comma for some locales that use commas instead of periods. I am not aware of other decimal points,

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Jason Pickering
True, not that many people are inclined but there are some of us that find them quite useful. i suspect that many of the most common could easily be populated as defaults, and developed by those that actually need it. I would see this as a huge advantage if implemented. Let me list some of the

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Lars Helge Øverland
Feel free to write a blueprint... ___ 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

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Jason Pickering
https://blueprints.launchpad.net/dhis2/+spec/regex-validation Done. Regards, Jason 2010/1/26 Lars Helge Øverland larshe...@gmail.com: Feel free to write a blueprint... ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1345: Added common progress-indicator template. Re-impl data integrity checks using ajax. Applied progr...

2010-01-26 Thread noreply
revno: 1345 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 15:30:54 +0100 message: Added common progress-indicator template. Re-impl data integrity checks using ajax. Applied

Re: [Dhis2-devs] Question about Data Completeness

2010-01-26 Thread Paul Amendola
Hi Jason Thank you for the response and for the reports. Do you know if this has been looked at in terms of exporting the report tables to Excel? When exported to excel, all of the data elements are zero (both true zeros and incomplete data). Thanks again Paul -Original Message- From:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1346: Applied progress indicator to pivot table

2010-01-26 Thread noreply
revno: 1346 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 16:20:42 +0100 message: Applied progress indicator to pivot table modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1347: Minor fix

2010-01-26 Thread noreply
revno: 1347 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 16:28:59 +0100 message: Minor fix modified:

[Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Ola Hodne Titlestad
Hi, Some background: Recently we've added quite a few so called resource tables to make it easier to analyse DHIS data with various dimensions in external tools. These include tables with group sets/groups/elements for data elements, indicator and orgunits as well as a table with all categories

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1348: Applied progress indicator to dataset completeness

2010-01-26 Thread noreply
revno: 1348 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 16:34:33 +0100 message: Applied progress indicator to dataset completeness modified:

Re: [Dhis2-devs] Question about Data Completeness

2010-01-26 Thread Jason Pickering
Hi Paul, You can export these reports to Excel no problem as they are BIRT reports. These reports (and associated SQL) analyze the ratio of blank data values to a numeric value, including zeroes. It would be simple enough to alter the SQL to analyze NULLS, zeros and actual data values, but it

Re: [Dhis2-devs] Question about Data Completeness

2010-01-26 Thread Ola Hodne Titlestad
Hi, And this is where you can search the mailing list's archives: http://n2.nabble.com/DHIS-developers-list-f1563109.html Also note that there is built in functionality in DHIS to create completeness reports based on the subjective option to set every data entry to complete or not (there is a

Re: [Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Lars Helge Øverland
On Tue, Jan 26, 2010 at 4:35 PM, Ola Hodne Titlestad olati...@gmail.comwrote: Hi, Some background: Recently we've added quite a few so called resource tables to make it easier to analyse DHIS data with various dimensions in external tools. These include tables with group

Re: [Dhis2-devs] Question about Data Completeness

2010-01-26 Thread Lars Helge Øverland
On Tue, Jan 26, 2010 at 5:30 PM, Ola Hodne Titlestad olati...@gmail.comwrote: Hi, And this is where you can search the mailing list's archives: http://n2.nabble.com/DHIS-developers-list-f1563109.html Also note that there is built in functionality in DHIS to create completeness reports

Re: [Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Lars Helge Øverland
2010/1/26 Lars Helge Øverland larshe...@gmail.com On Tue, Jan 26, 2010 at 4:35 PM, Ola Hodne Titlestad olati...@gmail.comwrote: Hi, Some background: Recently we've added quite a few so called resource tables to make it easier to analyse DHIS data with various dimensions in external

Re: [Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Jason Pickering
Just TRUNCATE the table or DELETE FROM foo WHERE 0 should work as well. If columns need to be added, just do it. No need to drop the table just because of this. The question for me is, what about other views that are really not part of the main DHIS2 distribution? Even if we managed to include

Re: [Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Lars Helge Øverland
On Tue, Jan 26, 2010 at 7:55 PM, Jason Pickering jason.p.picker...@gmail.com wrote: Just TRUNCATE the table or DELETE FROM foo WHERE 0 should work as well. If columns need to be added, just do it. No need to drop the table just because of this. Yes but one can theoretically remove and/or

Re: [Dhis2-devs] Pivot views and resource tables - problem when updating/dropping resource tables referenced by pivot views

2010-01-26 Thread Jason Pickering
Yes but one can theoretically remove and/or change all categories, meaning that all columns in the categories resource table will have to be re-generated. Yes, but maybe there are other ways to do this, see below. Not saying it can't be done but it is a bit inconvenient. Would it be

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1349: Cosmetic fix

2010-01-26 Thread noreply
revno: 1349 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 20:47:38 +0100 message: Cosmetic fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1350: Minor fix

2010-01-26 Thread noreply
revno: 1350 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 20:53:33 +0100 message: Minor fix modified: dhis-mobile/dhis-service-mobile/pom.xml dhis-mobile/dhis-web-mobile/pom.xml

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1351: Added some effects to data integrity checks

2010-01-26 Thread noreply
revno: 1351 committer: Lars Helge Oeverland larshe...@gmail.com branch nick: trunk timestamp: Tue 2010-01-26 22:17:32 +0100 message: Added some effects to data integrity checks modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1352: Function Excel-File Management - Working in process

2010-01-26 Thread noreply
revno: 1352 committer: Tran Chau tran.hispviet...@gmail.com branch nick: trunk timestamp: Wed 2010-01-27 12:33:50 +0700 message: Function Excel-File Management - Working in process modified:

Re: [Dhis2-devs] Greetings + new DHIS patient module

2010-01-26 Thread Chau Thu Tran
Hi Abyot, I also think about that. I'm tryng to remove attributes. Châu Thu Trân HISP Viet Nam Email: tran.hispviet...@gmail.com Cell phone: +84 97 324 1542 On Wed, Jan 27, 2010 at 1:52 PM, Abyot Gizaw aby...@gmail.com wrote:

Re: [Dhis2-devs] Greetings + new DHIS patient module

2010-01-26 Thread Chau Thu Tran
Hi Abyot, I take a look the model. Do you want to use attribute group for listing attributes according to group in input-attribute GUI and we don't create a relationship between patient and attribute group ?? If we do that, end-user have to choose groups many times to enter all attribute for

Re: [Dhis2-devs] Greetings + new DHIS patient module

2010-01-26 Thread Viet Nguyen
Hi, In India , we have a requirement that all the attributes should be display on the add patient form. A patient will be saved only when all the mandatory fields ( includes all the attributes ) have value. It 's not really user-friendly when user have to reach 2 forms when they want to save a