Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-14 Thread Bob Jolliffe
Hi Lars 2009/3/13 Lars Helge Øverland larshe...@gmail.com: Hi, I see the need for introducing an association between DataElement and PeriodType in the DHIS 2 data model. Currently you can look up the PeriodType of the DataSet of which the DataElement is a member, but this is not enforced

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-18 Thread Bob Jolliffe
Hi Lars OK, after much poking around the schema, I realize that I have misinterpreted something. You have to impose one of two constraints. Either: 1. A DataElement can only (must) be a member of one DataSet; or 2. A DataElement can only (must) have one PeriodType. And also a DataValue

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-18 Thread Bob Jolliffe
Hi 2009/3/18 Lars Helge Øverland larshe...@gmail.com: OK, after much poking around the schema, I realize that I have misinterpreted something.   You have to impose one of two constraints.  Either: 1.  A DataElement can only (must) be a member of one DataSet; or 2.  A DataElement can only

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-19 Thread Bob Jolliffe
Hi all I am still grappling a bit to make complete sense of the data model. I would be grateful if someone with greater domain knowledge might enlighten me on my query below. 2009/3/18 Lars Helge Øverland larshe...@gmail.com: OK, after much poking around the schema, I realize that I have

Re: [Dhis2-devs] [Dhis-dev] Fw: Error while commiting to launchpad

2009-03-20 Thread Bob Jolliffe
This message does indicate that your bzr is using http rather than the configured ssh. This was the same problem Abyot had last week. Does giving commit access make the problem go away (in which case we should note it somewhere). Abyot what was your solution in the end? Bob 2009/3/20 Lars

Re: [Dhis2-devs] [Dhis-dev] DataElement - PeriodType association

2009-03-20 Thread Bob Jolliffe
2009/3/20 Lars Helge Øverland larshe...@gmail.com: There is not much to be gained in terms of simplicity if you drive the functionality down to the data model API.  The way you make the relationship explicit is to provide the DataElement class with a method called getPeriodType().  The

Re: [Dhis2-devs] [Dhis-dev] Setting up DHIS 2 on Ubuntu 8.10

2009-03-20 Thread Bob Jolliffe
2009/3/20 Orvalho Joaquim Augusto orvaq...@gmail.com: I have DHIS 2 running on Ubuntu 8.10 and Fedora 10. Lars recommends to download tomcat from the official tomcat site. OK. But beaware that for a really heavy production environment you must compile the jsvc as it is documented on

Re: [Dhis2-devs] [Dhis-dev] Setting up DHIS 2 on Ubuntu 8.10

2009-03-20 Thread Bob Jolliffe
Except I'm using a mix of emacs and netbeans :-) 2009/3/20 Bob Jolliffe bobjolli...@gmail.com: 2009/3/20 Orvalho Joaquim Augusto orvaq...@gmail.com: I have DHIS 2 running on Ubuntu 8.10 and Fedora 10. Lars recommends to download tomcat from the official tomcat site. OK. But beaware

Re: [Dhis2-devs] [Bug 348703] [NEW] dhis14-import-cde-robustness

2009-03-25 Thread Bob Jolliffe
Hi Lars What is a calculated data element identifier? Regards Bob 2009/3/25 Lars Helge Øverland larshe...@gmail.com: Public bug reported: The DHIS 1.4 file import should be robust against non-existing identfiers in calculated data element identifiers, which occur quite often. **

Re: [Dhis2-devs] [Bug 348703] [NEW] dhis14-import-cde-robustness

2009-03-26 Thread Bob Jolliffe
and possibly enhancing (not breaking) the data api with some extra methods. We will discuss this further. Can't see me getting there till next week. Cheers Bob 2009/3/25 Lars Helge Øverland larshe...@gmail.com: On Wed, Mar 25, 2009 at 11:39 PM, Bob Jolliffe bobjolli...@gmail.comwrote: Hi Lars

[Dhis2-devs] dhis lite

2009-03-27 Thread Bob Jolliffe
I've just committed a (very rough and ready) version of a dhis2-lite, aimed at being suitable for running on smaller machines with no tomcat, and no windows service and the beginnings of a user interface. bzr checkout lp:~dhis2-devs/dhis2/sandbox DO READ THE README FILE. Hopefully after more

Re: [Dhis2-devs] dhis lite

2009-03-30 Thread Bob Jolliffe
Hi 2009/3/30 Lars Helge Øverland larshe...@gmail.com: This looks good.  I was playing with having the war in /src/main/resources but it ended up getting copied in twice leading to a 65M jar!  This seems to work better and follow the maven way.  I'm still in 2 minds whether I like the 33M

Re: [Dhis2-devs] dhis lite

2009-03-30 Thread Bob Jolliffe
2009/3/30 Lars Helge Øverland larshe...@gmail.com: The relative one will have the OS user home as basis. This I don't know.  Unless the URL has a '~' then might it not be relative to the current working directory instead?  This I can check. I think the location of the db is important

Re: [Dhis2-devs] dhis lite

2009-04-01 Thread Bob Jolliffe
Hi 2009/3/31 Lars Helge Øverland larshe...@gmail.com: Sorry obviously that won't be enough. DHIS 2 looks for config file in this order: 1) default properties file in dhis-support-hibernate 2) Classpath in the WAR 3) DHIS2_HOME env variable, where the last one gets precedence. We

Re: [Dhis2-devs] dhis lite

2009-04-01 Thread Bob Jolliffe
Cool. startup now betwen 19 and 25 seconds total. And using 65M Ram. 2009/4/1 Bob Jolliffe bobjolli...@gmail.com: 2009/4/1 Knut Staring knu...@gmail.com: 2009/4/1 Bob Jolliffe bobjolli...@gmail.com However it does give me the chance to make some observations on startup time (with an empty

Re: [Dhis2-devs] dhis lite

2009-04-01 Thread Bob Jolliffe
Looks good. Will take a proper look later. Got distracted with making animated gifs in gimp ... Cheers Bob 2009/4/1 Lars Helge Øverland larshe...@gmail.com: I've finally got rid of all the pesky System.err.println() statements and am using Jetty's Log class.  Haven't figured out yet how

Re: [Dhis2-devs] dhis lite

2009-04-05 Thread Bob Jolliffe
Hi 2009/4/5 Lars Helge Øverland larshe...@gmail.com: 2009/4/5 Bob Jolliffe bobjolli...@gmail.com Hi It seems there is light at the end of tunnel regarding derby. There were three problems with derby: 1.  the tables indicator and translation using SQL keywords 2.  the length of some

Re: [Dhis2-devs] dhis lite

2009-04-06 Thread Bob Jolliffe
Interesting discussion here confirming your observation: http://forum.springsource.org/showthread.php?t=47992 2009/4/6 Lars Helge Øverland larshe...@gmail.com: That's good news.  BTW I forgot to attach the patch.  I think there's still a few things to do around the jdbc module for derby, but

Re: [Dhis2-devs] running 11 dhis2 webapps on one tomcat

2009-04-07 Thread Bob Jolliffe
2009/4/7 Lars Helge Øverland larshe...@gmail.com: On Tue, Apr 7, 2009 at 11:01 AM, Bob Jolliffe bobjolli...@gmail.com wrote: Just another thought. DHIS2 is now also configured to pick up a system property (dhis2.home) in the absence of a DHIS2_HOME environment variable.  Lars added

Re: [Dhis2-devs] running 11 dhis2 webapps on one tomcat

2009-04-12 Thread Bob Jolliffe
running https? Cheers Bob --- Regards, Saptarshi PURKAYASTHA Director R D, HISP India Health Information Systems Programme My Tech Blog:  http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE 2009/4/10 Bob Jolliffe bobjolli...@gmail.com On tomcat I put ALL jars

[Dhis2-devs] default db admin user

2009-04-14 Thread Bob Jolliffe
Sometimes when I rebuild and deploy with an empty database I don't get the default user (admin/district) created. Any ideas why this might be? Its driving me mental ... Regards Bob ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

[Dhis2-devs] pom files

2009-04-14 Thread Bob Jolliffe
Hi Murod Hope this finds you well. I remember you were busy in Delhi rationilizing the pom files in the dhis2 project. Did you get this finished? It would be good to be able to build/debug/profile through a single project. Regards Bob ___ Mailing

Re: [Dhis2-devs] running 11 dhis2 webapps on one tomcat

2009-04-14 Thread Bob Jolliffe
2009/4/14 Lars Helge Øverland larshe...@gmail.com: A few comments: - I agree that we could define and implement the various use-cases more properly in the service layer, and see if more code could be moved from the web layer (I actually had a go at this last week for the reporting module).

Re: [Dhis2-devs] pom files

2009-04-14 Thread Bob Jolliffe
Thanks Murod. 2009/4/14 Murodullo Latifov murodlati...@yahoo.com: Hi Bob, I think that it would be really useful to be able to fix the poms with the existing dependencies rather than wait for the outcome of what might be a long and uncertain process.  If you can just send the poms I'd

[Dhis2-devs] Selenium testing

2009-04-16 Thread Bob Jolliffe
I've created a very simple selenium test with coverage of the very first level of DHIS2 functionality. Picked up a few usability glitches in the process which I will sort out. I'm running it through firefox rather than compiling a coded suite. I like watching the screens go by in firefox - like

Re: [Dhis2-devs] dhis lite

2009-04-16 Thread Bob Jolliffe
2009/4/16 Lars Helge Øverland larshe...@gmail.com: Are you sure?  I've just been trying it on my machine and both birt and dhis seem to be running in the same JVM (process).  Unless BIRT for some reason forks a new process but that would be very un-java like. I might be wrong as I still

Re: [Dhis2-devs] dhis lite

2009-04-16 Thread Bob Jolliffe
Hi Knut 2009/4/16 Knut Staring knu...@gmail.com: 2009/4/16 Lars Helge Øverland larshe...@gmail.com That's pretty big!  I wonder if we should consider distributing it separately as well ie. without the dhis and birt wars.  One of the features we can add to the control panel is a user

[Dhis2-devs] [Bug 362646] Re: inconsistent look and feel in data entry module

2009-04-16 Thread Bob Jolliffe
** Changed in: dhis2 Status: New = Fix Committed -- inconsistent look and feel in data entry module https://bugs.launchpad.net/bugs/362646 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in District Health Information

Re: [Dhis2-devs] running 11 dhis2 webapps on one tomcat

2009-04-17 Thread Bob Jolliffe
2009/4/17 Knut Staring knu...@gmail.com: 2009/4/14 Bob Jolliffe bobjolli...@gmail.com   BTW if people are looking for MSAccess-like functionality, I've been fiddling with my h2 databases using OpenOffice Base and its pretty good.  Check http://www.h2database.com/html/tutorial.html

Re: [Dhis2-devs] Bazaar

2009-04-17 Thread Bob Jolliffe
Hi Lars I think Murod's point is a reflection of a wider problem we have regarding project management. At least I don't feel I have yet got completely on top of all the issues around bazaar management of series, branches etc. I know I haven't dedicated as much time to it as I might have.

Re: [Dhis2-devs] Bazaar

2009-04-17 Thread Bob Jolliffe
: Bob Jolliffe bobjolli...@gmail.com To: Murodullo Latifov murodlati...@yahoo.com Cc: DHIS 2 developers dhis2-devs@lists.launchpad.net Sent: Friday, April 17, 2009 11:57:45 AM Subject: Re: [Dhis2-devs] Bazaar Hi Lars I think Murod's point is a reflection of a wider problem we have regarding

Re: [Dhis2-devs] DHIS 2 Lite Beta

2009-04-17 Thread Bob Jolliffe
It doesn't look too daunting. I've attached output of: grep -r mysql local/in/ ~/mysql.txt I guess most of the work will be in the various DBConnection.java files. And of course the mysqldump. I'm off till Wednesday though ... Cheers Bob 2009/4/17 Knut Staring knu...@gmail.com: Sunny and

Re: [Dhis2-devs] Shortname too short

2009-04-17 Thread Bob Jolliffe
2009/4/17 Knut Staring knu...@gmail.com: On Fri, Apr 17, 2009 at 5:09 PM, Saptarshi Purkayastha sun...@gmail.com wrote: When importing dataelements, it becomes a problem that shornames have to be both unique AND max 25 characters. I think we should loosen the second requirement in the db. It

Re: [Dhis2-devs] Shortname too short

2009-04-17 Thread Bob Jolliffe
2009/4/17 Knut Staring knu...@gmail.com: On Fri, Apr 17, 2009 at 6:10 PM, Bob Jolliffe bobjolli...@gmail.com wrote: 2009/4/17 Knut Staring knu...@gmail.com: On Fri, Apr 17, 2009 at 5:09 PM, Saptarshi Purkayastha sun...@gmail.com wrote: When importing dataelements, it becomes a problem

Re: [Dhis2-devs] some testing of data mart export

2009-04-22 Thread Bob Jolliffe
Hi all Sorry to be jumping in on this discussion (the genesis of which I know nothing!) but it got me thinking that we should consider developing a couple of uniform performance tests like this one for comparison purposes. This would require that we make use of a standard sample data set. Were

Re: [Dhis2-devs] Roadmap issues

2009-04-23 Thread Bob Jolliffe
. Cheers Bob --- Regards, Saptarshi PURKAYASTHA Director R D, HISP India Health Information Systems Programme My Tech Blog:  http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE 2009/4/24 Bob Jolliffe bobjolli...@gmail.com 2009/4/23 Lars Helge Øverland larshe...@gmail.com

Re: [Dhis2-devs] question regarding view/SQL

2009-04-24 Thread Bob Jolliffe
And here's a simple tutorial on doing pivot tables (Data Pilot) in openoffice calc: http://www.learnopenoffice.org/CalcTutorial33.htm Regards Bob 2009/4/24 Ola Hodne Titlestad ol...@ifi.uio.no: If you want to play around with these views and make changes without having to write the SQL I

Re: [Dhis2-devs] Roadmap issues

2009-04-24 Thread Bob Jolliffe
an interesting extension http://geosysin.iict.ch/irstv-trac/wiki/H2spatial/Download . Cheers Bob On 4/24/09, Bob Jolliffe bobjolli...@gmail.com wrote: 2009/4/23 Saptarshi Purkayastha sun...@gmail.com: Since this discussion moved from roadmap to import-export and then interchange formats... lemme add

Re: [Dhis2-devs] dhis2.com released!

2009-04-29 Thread Bob Jolliffe
2009/4/29 Abyot Gizaw aby...@gmail.com: .com ? Yes I was wondering ... the innocent reader could get the wrong impression. Just did a whois on dhis2.org and I see that domain registered to none other than our own Knut Staring! And it seems currently to be not used - resolves to an empty page.

Re: [Dhis2-devs] [Bug 370791] [NEW] orgunitname uniqueness should only be among siblings

2009-05-02 Thread Bob Jolliffe
Hi all I am not sure if I can talk of best practice in the field of health information, but considering information more generally - it is best practice to treat the notions of naming and identification as separate. See ISO 11179 part 5 (Naming and identification principles) for example. This

Re: [Dhis2-devs] weeks calculation

2009-05-11 Thread Bob Jolliffe
Hi 2009/5/11 Murodullo Latifov murodlati...@yahoo.com: Hi Caveman, - Original Message From: Orvalho Joaquim Augusto orvaq...@gmail.com To: dhis2-devs dhis2-devs@lists.launchpad.net Sent: Monday, May 11, 2009 2:57:42 AM Subject: [Dhis2-devs] weeks calculation I could not find

Re: [Dhis2-devs] weeks calculation

2009-05-11 Thread Bob Jolliffe
? Caveman Bob Jolliffe wrote: Hi 2009/5/11 Murodullo Latifov murodlati...@yahoo.com: Hi Caveman, - Original Message From: Orvalho Joaquim Augusto orvaq...@gmail.com To: dhis2-devs dhis2-devs@lists.launchpad.net Sent: Monday, May 11, 2009 2:57:42 AM Subject: [Dhis2-devs] weeks

Re: [Dhis2-devs] weeks calculation

2009-05-12 Thread Bob Jolliffe
Murodullo Latifov murodlati...@yahoo.com Hi Caveman, - Original Message From: Orvalho Joaquim Augusto orvaq...@gmail.com To: Bob Jolliffe bobjolli...@gmail.com Cc: dhis2-devs dhis2-devs@lists.launchpad.net Sent: Tuesday, May 12, 2009 2:08:43 PM Subject: Re: [Dhis2-devs] weeks

Re: [Dhis2-devs] weeks calculation

2009-05-13 Thread Bob Jolliffe
Hi 2009/5/12 Saptarshi Purkayastha sun...@gmail.com: 2009/5/12 Bob Jolliffe bobjolli...@gmail.com Hi Saptarshi 2009/5/12 Saptarshi Purkayastha sun...@gmail.com: Its bad to re-invent the wheel, but I think we just keep doing that all the time. The Java API has all these things built

Re: [Dhis2-devs] New blueprints/feature requests -on the list?

2009-05-14 Thread Bob Jolliffe
Never read Carl Fogel's advice before but I have to find myself agreeing with him. I am a mailing list person. Still Ola is right - there is a whole lot of stuff happening on launchpad and elsewhere which we need to track. One approach is an ancient one adopted by the tcl project (still the

Re: [Dhis2-devs] New blueprints/feature requests -on the list?

2009-05-14 Thread Bob Jolliffe
. Look out for a mail with subject line DHIS2-URL! sometime between Sunday and Monday. Regards Bob 2009/5/14 Ola Hodne Titlestad ol...@ifi.uio.no: On Thu, May 14, 2009 at 9:12 PM, Bob Jolliffe bobjolli...@gmail.com wrote: Never read Carl Fogel's advice before but I have to find myself agreeing

Re: [Dhis2-devs] New blueprints/feature requests -on the list?

2009-05-15 Thread Bob Jolliffe
Live by CHOICE, Not by CHANCE 2009/5/15 Bob Jolliffe bobjolli...@gmail.com OK.  I will attempt a weekly round up.  Because of the relatively high frequency the content will be short mostly consisting of links.  I will use Cameron Laird's example here - http://groups.google.com/group

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-25 Thread Bob Jolliffe
Hi Abyot Good to see you back :-) 2009/5/25 Abyot Gizaw aby...@gmail.com: Hi All, In a sort of lose coupling of DHIS2 and CBHIS, I am planning the following coding layout for the CBHIS. dhis-cbhis-api dhis-cbhis-service dhis2-cbhis-web-(datarecording/report/administration/..) A few

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-25 Thread Bob Jolliffe
Abyot. On Mon, May 25, 2009 at 2:14 PM, Bob Jolliffe bobjolli...@gmail.com wrote: Hi OK, by API we are really talking about the data model.  That is fine. I do think that what you have proposed as a demographic person is maybe too simplistic. I have posted earlier about using the OpenMRS

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-25 Thread Bob Jolliffe
...@gmail.com On Mon, May 25, 2009 at 11:32 AM, Bob Jolliffe bobjolli...@gmail.com wrote: Hi Abyot Good to see you back :-) Thanks ... came a week back with full of energy :) 2009/5/25 Abyot Gizaw aby...@gmail.com: Hi All, In a sort of lose coupling of DHIS2 and CBHIS, I am planning

[Dhis2-devs] spreadsheet dataentry

2009-05-25 Thread Bob Jolliffe
Quick thought on your blueprint: https://blueprints.launchpad.net/dhis2/+spec/spreadsheet-dataentry There are so many nice grid controls out there and they are getting better and faster all the time. Couldn't we relatively easily implement grid-like data entry along the lines you suggest by

Re: [Dhis2-devs] spreadsheet dataentry

2009-05-26 Thread Bob Jolliffe
for multidimensional data elements, BUT these do not support using multiple orgunits and/or periods. best regards, Ola Hodne Titlestad HISP University of Oslo On Mon, May 25, 2009 at 11:09 PM, Bob Jolliffe bobjolli...@gmail.com wrote: Quick thought on your blueprint: https

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-26 Thread Bob Jolliffe
, and some benefits available in health extension programs. Thanks Abyot. Ola Thank you Abyot. Thanks, Ola best regards, Ola Hodne Titlestad HISP University of Oslo 2009/5/25 Abyot Gizaw aby...@gmail.com On Mon, May 25, 2009 at 11:32 AM, Bob

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Bob Jolliffe
Hi 2009/5/27 Ola Hodne Titlestad ol...@ifi.uio.no: Hi, Abyot, Lars, Jørn and I have had some discussions in Oslo concerning the design of the CBHIS that I thought I would share with you before tomorrow's call. These are my interpretations and views on what has been discussed and do not

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Bob Jolliffe
2009/5/27 Ola Hodne Titlestad ol...@ifi.uio.no: 2009/5/27 Bob Jolliffe bobjolli...@gmail.com Hi 2009/5/27 Ola Hodne Titlestad ol...@ifi.uio.no: Hi, Abyot, Lars, Jørn and I have had some discussions in Oslo concerning the design of the CBHIS that I thought I would share with you before

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Bob Jolliffe
addresses as you like) can help here. Particulalry if we additionally have a date related to the address - so we have 'Bob Jolliffe, last known in household/family XXX at address YYY'. formerly of household/family WWW at address ZZZ' etc. This history also helps to bolster confidence

Re: [Dhis2-devs] Coding layout - Community-Based Health Information System (CBHIS)

2009-05-27 Thread Bob Jolliffe
2009/5/27 Lars Helge Øverland larshe...@gmail.com: - I got some incomprehensible errors related to SAX xml parsing. Is this related to our custom code using staxwax+woodstox, or something else?  I'm not sure if its relevant to this discussion, but one thing to consider is the availablility

Re: [Dhis2-devs] [Merge] lp:dhis2 into lp:~dhis2-devs/dhis2/dhis2-chis

2009-05-28 Thread Bob Jolliffe
Review: Approve Missed the conversation but sounds like a plan ... -- https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+merge/6851 Your team DHIS 2 developers is subscribed to branch lp:dhis2. ___ Mailing list: https://launchpad.net/~dhis2-devs

Re: [Dhis2-devs] Invitation for a conference call - about CBHIS

2009-05-28 Thread Bob Jolliffe
Can someone please post the transcript of the chat. Sorry I had to go early. Regards Bob 2009/5/25 Abyot Gizaw aby...@gmail.com: Hi All, We are planning to have a conference call for a discussion regarding the design issues of community-based health information system. All interested are

Re: [Dhis2-devs] Error running DHIS 2 Lite

2009-05-29 Thread Bob Jolliffe
Hi Knut You'll have to look at the logs. I think this means the webapp hasn't loaded for some reason. So jetty is running but no service is deployed. Can you send me the log? Is this a virgin install or have you changed something, perhaps in hibernate.properties? Regards Bob 2009/5/29 Knut

Re: [Dhis2-devs] patient_dataelement Vs routine_dataelement

2009-06-03 Thread Bob Jolliffe
2009/6/3 Ola Hodne Titlestad ol...@ifi.uio.no: Hi Abyot, If you read my summary e-mails just before the skype conference you will see that my suggestion was NOT to have a different type of data element, and I understood from the skype chat that we agreed on the same. What we talked about was

Re: [Dhis2-devs] patient_dataelement Vs routine_dataelement

2009-06-03 Thread Bob Jolliffe
2009/6/3 Ola Hodne Titlestad ol...@ifi.uio.no: On Wed, Jun 3, 2009 at 12:04 PM, Bob Jolliffe bobjolli...@gmail.com wrote: 2009/6/3 Ola Hodne Titlestad ol...@ifi.uio.no: Hi Abyot, If you read my summary e-mails just before the skype conference you will see that my suggestion

[Dhis2-devs] DHIS2-URL! The week in dhis2 development

2009-06-03 Thread Bob Jolliffe
-export-information/] by Johan Saebo. Here's the summary of trunk commits: 355 Jan Henrik Overland 2009-06-03 Unique value enforced from getMapOrganisationUnitRelation. 354 Jan Henrik Overland 2009-06-03 Mapping bug fixed. 353 Bob Jolliffe 2009-06-03

Re: [Dhis2-devs] patient_dataelement Vs routine_dataelement

2009-06-04 Thread Bob Jolliffe
Jolliffe bobjolli...@gmail.com wrote: 2009/6/3 Ola Hodne Titlestad ol...@ifi.uio.no: On Wed, Jun 3, 2009 at 12:04 PM, Bob Jolliffe bobjolli...@gmail.com wrote: 2009/6/3 Ola Hodne Titlestad ol...@ifi.uio.no: Hi Abyot, If you read my summary e-mails just before the skype conference you

[Dhis2-devs] [Bug 383657] [NEW] Usability issues with static report web interface

2009-06-04 Thread Bob Jolliffe
. it is impossible to edit the static report (for example to fix the string above). The only options are view, place on dashboard and delete. Should also include edit. ** Affects: dhis2 Importance: Low Assignee: Bob Jolliffe (bobjolliffe) Status: New ** Changed in: dhis2 Importance

Re: [Dhis2-devs] patient_dataelement Vs routine_dataelement

2009-06-05 Thread Bob Jolliffe
the attached diagram though not complete. Saptarshi, you can extend the diagram after sorting out the details with person, house/orgunit,... Looking for your comments. Thank you. Abyot. 2009/6/4 Bob Jolliffe bobjolli...@gmail.com Hi 2009/6/4 Saptarshi Purkayastha sun...@gmail.com: I

[Dhis2-devs] dxf format

2009-06-10 Thread Bob Jolliffe
I've just finished a few crazy hours coding a schema to describe the current dxf format (see attached dxf.rng file). No invention - just describing what's there. I have used the RelaxNG schema language (http://www.relaxng.org/) to do this because it is nicer than W3C XML Schema and easier to

Re: [Dhis2-devs] Needed for support with jxl package

2009-06-16 Thread Bob Jolliffe
Hi Hieu I know this doesn't really help you, but out of interest I've pasted the relevant bit of an equivalent openoffice spreadsheet content.xml below. As you can see it is very similar to html. If you can make html tables you can make odf spreadsheets. And you don't need a special library -

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Bob Jolliffe
2009/7/1 Saptarshi Purkayastha sun...@gmail.com: Seems like Java6 is missing and SystemTray class was added in Java6. Other than that, dhis2-lite package already deals with platform not support system tray and it will exit gracefully. Please install the new Java6 for OSX and it should work 

Re: [Dhis2-devs] DHIS2-lite on a Mac

2009-07-01 Thread Bob Jolliffe
2009/7/1 Knut Staring knu...@gmail.com: On Wed, Jul 1, 2009 at 5:10 PM, Saptarshi Purkayastha sun...@gmail.com wrote: Seems like Java6 is missing and SystemTray class was added in Java6. Yes, that is probably the issue. I think we need to make the requirement for Java 6 explicit on

Re: [Dhis2-devs] DHIS OpenMRS integration

2009-08-03 Thread Bob Jolliffe
Hi 2009/8/1 Murodullo Latifov murodlati...@yahoo.com Hi, - Original Message From: Jo Størset stor...@gmail.com To: DHIS 2 developers dhis2-devs@lists.launchpad.net Sent: Friday, July 31, 2009 3:30:41 PM Subject: Re: [Dhis2-devs] DHIS OpenMRS integration Hi, Den 28. juli.

Re: [Dhis2-devs] DHIS OpenMRS integration

2009-08-04 Thread Bob Jolliffe
Hi Murod Do you have an example of the XML you are using? I want to see how far it might be from the DXF we are already using, should it be incorporated or what ... I remember seeing a small snippet but would be good to share a file or two. Regards Bob 2009/8/3 Murodullo Latifov

Re: [Dhis2-devs] DHIS OpenMRS integration

2009-08-04 Thread Bob Jolliffe
differ from implementation to implementation. regards, murod -- *From:* Bob Jolliffe bobjolli...@gmail.com *To:* Murodullo Latifov murodlati...@yahoo.com *Cc:* Jo Størset stor...@gmail.com; DHIS 2 developers dhis2-devs@lists.launchpad.net *Sent:* Tuesday, August

Re: [Dhis2-devs] DHIS OpenMRS integration

2009-08-05 Thread Bob Jolliffe
(and the fewer the better). And perhaps modules which expose services, like for example request for data element definitions. Regards Bob -- *From:* Bob Jolliffe bobjolli...@gmail.com *To:* Murodullo Latifov murodlati...@yahoo.com *Cc:* Jo Størset stor

Re: [Dhis2-devs] Sample data

2009-08-06 Thread Bob Jolliffe
implementation) use multidimensional. can any one share Bob any of this DBs? Thank you Abyot. On Thu, Aug 6, 2009 at 12:39 PM, Bob Jolliffe bobjolli...@gmail.comwrote: Thanks Hieu All these examples are helpful. Regards Bob 2009/8/6 Hieu Dang Duy hieu.hispviet...@gmail.com Hi Bob

Re: [Dhis2-devs] OpenMRS integration

2009-08-06 Thread Bob Jolliffe
Great. I will propose a strategy within next day or two to dhis group. Assuming we have consensus we can move forward with this in our interaction with openmrs, baobab, ihris and others. Regards Bob 2009/8/6 Ola Hodne Titlestad olati...@gmail.com 2009/8/5 Bob Jolliffe bobjolli...@gmail.com

Re: [Dhis2-devs] OpenMRS integration

2009-08-07 Thread Bob Jolliffe
as they are large national project w whom we working. Openmrs is also in mw, so same approach for both. Discuss w yusuph how they do care2x in tz. Jorn, on mobile On 8/5/09, Bob Jolliffe bobjolli...@gmail.com wrote: Thanks Lars. I will take responsibility for putting together

Re: [Dhis2-devs] OpenMRS integration

2009-08-07 Thread Bob Jolliffe
they mandate a paper form) which Care2X, AfyaPro and others should be able to produce and which dhis2 can consume. Juma Lungo Original Message Subject: Re: OpenMRS integration From: Bob Jolliffe bobjolli...@gmail.com Date: Fri, August 07, 2009 12:35 am To: Yusuph Kassim

Re: [Dhis2-devs] OpenMRS integration

2009-08-10 Thread Bob Jolliffe
of relief of manual collation and aggregation at that level. Regards Bob 2009/8/7 Dr. Juma Lungo juma.lu...@zalongwa.com Original Message Subject: Re: OpenMRS integration From: Bob Jolliffe bobjolli...@gmail.com Date: Fri, August 07, 2009 8:57 am To: Dr. Juma Lungo juma.lu

Re: [Dhis2-devs] OpenMRS integration

2009-08-10 Thread Bob Jolliffe
: Original Message Subject: Re: OpenMRS integration From: Bob Jolliffe bobjolli...@gmail.com Date: Fri, August 07, 2009 8:57 am To: Dr. Juma Lungo juma.lu...@zalongwa.com Cc: Jorn Braa jornb...@gmail.com, anthony_muy...@yahoo.co.uk, muye...@gmail.com, dhis2-devs@lists.launchpad.net

[Dhis2-devs] vmware spring

2009-08-11 Thread Bob Jolliffe
So vmware is acquiring springsource. That's a bit nerve racking ... http://blogs.vmware.com/console/2009/08/vmware-acquires-springsource.html?client=firefox-arls=com.ubuntu:en-US:unofficialhs=ROEei=tI6BStuqLpO7jAfA-Mj2CQsa=Xoi=spellresnum=0ct=resultcd=1q=springsource%20vmwarespell=1 Cheers Bob

Re: [Dhis2-devs] DHIS2 - Struts2 - Spring Security2

2009-08-14 Thread Bob Jolliffe
will be authenticated automatically. I think we should consider disabling this feature. Its not a good idea to allow this. Anyway, don't mean to sabotage your call ... you are calling for use cases for user roles. Regards Bob murod -- *From:* Bob Jolliffe

Re: [Dhis2-devs] DHIS-lite and check for Java

2009-08-18 Thread Bob Jolliffe
at Netbeans or Vuze. --- Regards, Saptarshi PURKAYASTHA Director R D, HISP India Health Information Systems Programme My Tech Blog: http://sunnytalkstech.blogspot.com You Live by CHOICE, Not by CHANCE 2009/8/18 Lars Helge Øverland larshe...@gmail.com 2009/8/18 Bob Jolliffe bobjolli

Re: [Dhis2-devs] Migration to Struts2 complete

2009-08-20 Thread Bob Jolliffe
Well done Lars and Murod! This is a really major commit. Regards Bob 2009/8/20 Lars Helge Øverland larshe...@gmail.com Hi, I have merged in Murod's work on the Struts2 upgrade. Thanks to Murod for good work on this! Additionally the dhis-support-webwork (struts) has been merged with

[Dhis2-devs] [Bug 418534] [NEW] dhis2 lite doesn't launch if there are spaces in the file or foldernames.

2009-08-25 Thread Bob Jolliffe
Public bug reported: When dhis2-lite package is unzipped in folder such as My Documents the space in the filename causes the web application contexts (dhis2 and birt) not to be resolved. Behaviour is the same on windows and linux. ** Affects: dhis2 Importance: Undecided Status:

Re: [Dhis2-devs] Problems using Mysql

2009-08-30 Thread Bob Jolliffe
Hi Knut Seems like something schizophrenic is happening. As far as I know MySQL does not support or use sequences. It uses auto-incrementing instead. It looks almost like you're trying to import something from postgres sql to mysql. What are you doing when you get this error? Any chance that

[Dhis2-devs] [Bug 424248] [NEW] data entry doesn't persist with h2 database

2009-09-04 Thread Bob Jolliffe
Public bug reported: When entering data through data entry forms the data is not saved. Effects H2 database as used in dhis2-lite. Problem was not present in dhis 2.0.1 ** Affects: dhis2 Importance: Undecided Status: New ** Affects: dhis2/2.0.2 Importance: High

[Dhis2-devs] [Bug 424248] Re: data entry doesn't persist

2009-09-04 Thread Bob Jolliffe
** Summary changed: - data entry doesn't persist with h2 database + data entry doesn't persist ** Description changed: When entering data through data entry forms the data is not saved. Effects H2 database as used in dhis2-lite. Problem was not present in dhis 2.0.1 + + This also

Re: [Dhis2-devs] dhis-web-mapping and dhis-openhealth-integration projects relocated

2009-09-04 Thread Bob Jolliffe
Congratulations to Jan and all on the arrival of dhis-web-mapping into trunk! 2009/9/4 Lars Helge Øverland larshe...@gmail.com Hi, I have moved some projects in trunk to reflect what will be included in the standard release. dhis-web-mapping has been moved from /gis to /dhis-2/dhis-web.

Re: [Dhis2-devs] DHIS 2 Documentation

2009-09-10 Thread Bob Jolliffe
I think docbook is a really good choice for DHIS documentation. And the emacs mode works more than fine ... Openoffice will also save as docbook. I haven't checked how clean it is, but it is possibly a good route for first pass conversion from ms word. Cheers Bob 2009/9/10 Jason Pickering

[Dhis2-devs] openmrs meeting

2009-09-11 Thread Bob Jolliffe
Greetings Just a quick feedback of first half day of openmrs hackathon. There's an ongoing overview here http://openmrs.org/wiki/2009_Hack-a-thon_Thursday. Just got off the plane and was thrown into the hot seat discussing integration. It seems my first thoughts around the reporting module of

Re: [Dhis2-devs] DHIS 2 Documentation

2009-09-11 Thread Bob Jolliffe
Hi Jason I will have a look at odf2docbook. It is just implemented as an xslt filter in openoffice so I should be able to get it out. If there are word documents with reasonable structure (highly unlikely!!) then this might be a shortcut to getting a first pass going. Otherwise, from word

Re: [Dhis2-devs] DHIS 2 Documentation

2009-09-11 Thread Bob Jolliffe
2009/9/11 Bob Jolliffe bobjolli...@gmail.com Hi Jason I will have a look at odf2docbook. It is just implemented as an xslt filter in openoffice so I should be able to get it out. If there are word documents with reasonable structure (highly unlikely!!) then this might be a shortcut

Re: [Dhis2-devs] DHIS 2 Documentation

2009-09-13 Thread Bob Jolliffe
Website: www.healthmetricsnetwork.org Better Information. Better Decisions. Better Health. 2009/9/11 Bob Jolliffe bobjolli...@gmail.com Hi Jason I will have a look at odf2docbook. It is just implemented as an xslt filter in openoffice so I should be able to get it out

[Dhis2-devs] interoperability and uuids

2009-09-13 Thread Bob Jolliffe
Greetings Looking at data exchange with openmrs using sdmx_hd (or anything else for that matter). Every metadata that is exchanged will require a uuid. Currently looking at what is required to share metadata regarding a metadata, means that the following are required to have uuids: DataElement

Re: [Dhis2-devs] interoperability and uuids

2009-09-14 Thread Bob Jolliffe
foresee this is where in the future, information like the icd10 codes and possibly other information which might assist the mapping, would be attached and would be useful to assist in the mapping process. Regards Bob . murod -- *From:* Bob Jolliffe bobjolli

Re: [Dhis2-devs] DHIS 2 Documentation

2009-09-18 Thread Bob Jolliffe
Hi Jason Please add me to the team. I haven't had much chance to follow the past week but will get involved soon. I have been recently growing fond of editx (http://www.editix.com/) as a generic xml editor. I am mostly using it for xslt but it seems to have quite a good docbook mode, perhaps

Re: [Dhis2-devs] Community-based system

2009-09-21 Thread Bob Jolliffe
Hi Abyot 2009/9/21 Abyot Gizaw aby...@gmail.com 2009/9/18 Abyot Gizaw aby...@gmail.com Hi All, Please find the attached. The focus is on house-to-house service delivery for an individual and its subsequent followup with a final goal of generating aggregate figure for DHIS2. At the

Re: [Dhis2-devs] Community-based system

2009-09-22 Thread Bob Jolliffe
commented about the CHIS data model and its problem how it may fail given different use cases. I tried to also explain possible solution for these problem. Senor, The data model its not that bad as london pipe line. John On Mon, Sep 21, 2009 at 7:59 PM, Bob Jolliffe bobjolli...@gmail.comwrote

Re: [Dhis2-devs] On categories and dimensions and zooks

2009-09-25 Thread Bob Jolliffe
Hi Jason and Johan I'm really pleased to see you having this discussion as I have been grappling with a similar issue which involves unravelling categories, category options and combos into something more familiar. I have reached similar conclusions regarding nomenclature: category = dimension

  1   2   3   4   5   6   7   8   9   10   >