IRC Chat : 2009-12-22 - OpenMRS

00:26:51 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11546]: visitscheduler: fixing memory leaks. <http://dev.openmrs.org/changeset/11546>
00:51:55 *** njero has quit IRC
00:52:24 *** njero has joined #openmrs
00:52:25 *** ChanServ sets mode: +v njero
00:59:31 *** njero has quit IRC
01:32:10 *** njero has joined #openmrs
01:32:10 *** ChanServ sets mode: +v njero
02:02:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1980 (enhancement closed): Default message when patient identifier validation fails <http://dev.openmrs.org/ticket/1980#comment:2> || OpenMRS Changesets: Changeset [11549]: openmrs-1.4.x: Change default message when patient identifier validation … <http://dev.openmrs.org/changeset/11549> || OpenMRS Changesets: Changeset [11548]: Change default message when patient identifier validation fails - see … <http://dev.openmrs.org/changeset/11548> || OpenMRS Changesets: Changeset [11547]: openmrs-1.5.x: Change default message when patient identifier validation … <http://dev.openmrs.org/changeset/11547>
02:57:37 *** bwolfe has joined #openmrs
02:57:38 *** ChanServ sets mode: +o bwolfe
03:24:42 *** atomicturtle has joined #openmrs
03:59:26 *** atomicturtle1 has joined #openmrs
04:02:53 *** atomicturtle has quit IRC
04:06:42 *** bwolfe has quit IRC
05:47:22 *** njero has quit IRC
05:47:50 *** njero has joined #openmrs
05:47:50 *** ChanServ sets mode: +v njero
05:55:08 *** njero has quit IRC
06:57:43 *** atomicturtle has joined #openmrs
07:07:54 *** SparFux has joined #openmrs
07:11:41 *** njero has joined #openmrs
07:11:41 *** ChanServ sets mode: +v njero
07:14:26 *** atomicturtle1 has quit IRC
07:19:16 *** pascal` has joined #openmrs
07:20:43 <SparFux> hi pascal`
07:20:50 <pascal`> hi SparFux
07:21:58 <SparFux> pascal`: I have reworked my network setup, still the same problem. But my firewall now is a better setup, it uses whitelisting now.
07:22:28 *** pascal` has quit IRC
07:39:21 *** pascal` has joined #openmrs
07:50:26 *** pbrandt has joined #openmrs
08:01:10 *** pascal` has quit IRC
08:02:45 <pbrandt> SparFux, you find your issue?
08:02:54 *** pbrandt is now known as pascal`
08:04:02 <SparFux> pascal`: no.
08:04:12 <SparFux> But my network setup is now a bit better :-)
08:04:43 <pascal`> SparFux, try a virual machine, or the openmrs appliance
08:28:28 *** Mkop has joined #openmrs
08:52:02 *** njero has quit IRC
08:52:32 *** njero has joined #openmrs
08:52:32 *** ChanServ sets mode: +v njero
08:57:33 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1981 (defect created): PatientIdentifierCohortEvaluator calls PatientService.getPatient(String, String List ) incorrectly <http://dev.openmrs.org/ticket/1981>
08:58:38 *** njero has quit IRC
09:03:52 *** SparFux has quit IRC
09:52:41 *** Mkop has quit IRC
09:58:22 *** atomicturtle1 has joined #openmrs
09:58:52 *** SparFux has joined #openmrs
10:01:36 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1981 (defect created): PatientIdentifierCohortEvaluator calls PatientService.getPatients(String, String, List ) incorrectly <http://dev.openmrs.org/ticket/1981>
10:01:48 *** atomicturtle has quit IRC
10:12:43 <Echidna> wb
10:13:03 <r0bby> HAI
10:13:16 <pascal`> 'lo
10:23:58 <SparFux> hgi
10:49:23 *** SparFux has quit IRC
11:22:29 *** Mkop has joined #openmrs
11:56:11 <pascal`> two drums and a cymbal fall off a cliff
11:57:50 <Mkop> ba dum ch
11:58:29 <pascal`> heh
12:14:54 *** atomicturtle1 has quit IRC
12:23:17 *** Mkop has quit IRC
12:30:36 *** bwolfe has joined #openmrs
12:30:37 *** ChanServ sets mode: +o bwolfe
12:30:57 <pascal`> hey bwolfe
12:31:15 <bwolfe> hi pascal`
12:45:43 <pascal`> bwolfe, with the handler annotation
12:45:58 <pascal`> if you have class x, and class y extends x
12:46:24 <pascal`> and you have have a handler hx and hy, which handle classes x and y respectively
12:46:53 <pascal`> then, it seems like hx will be used for y unless the order is explicitly specified
12:46:55 <pascal`> does that sound right?
13:11:57 <bwolfe> pascal`: yeah. there's an order property on the handlers I think
13:13:25 <pascal`> bwolfe, there is
13:13:48 <pascal`> just seems like, if the order isn't specified, it just finds the first one that'll work
13:14:00 <pascal`> it should probably check to find the most specific one
13:14:49 <bwolfe> potentially...or you could just set the order attribute
13:15:48 <pascal`> bwolfe, yeah, that's kinda like a work around though
13:16:08 <pascal`> well, k haven't checked the docs too see if that issue is mentioned, but it probably should be (=
13:17:25 <bwolfe> pascal`: I don't think we really have any documentation on the handlers yet
13:18:01 <pascal`> ok
13:28:10 <pascal`> bwolfe, know of a good way to go from a Cohort to a List<Person>?
13:28:35 <bwolfe> cohort.getPersonList() ?
13:30:21 <pascal`> i wish
13:43:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11550]: remoteformentry: Turned off the session timeout to prevent the httpsession … <http://dev.openmrs.org/changeset/11550>
13:54:47 <pascal`> bwolfe, you just created the reporting module and reporting compatibility module components in trac, right?
13:54:51 <pascal`> or was i just temporarily blind?
13:55:10 <bwolfe> blindness
13:55:21 <pascal`> your database knows the truth
13:55:27 <bwolfe> or I suppose someone else could have done it
15:52:08 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11545]: added "org.openmrs.patientDashboard.afterLastEncounter" extension point to … <http://dev.openmrs.org/changeset/11545>
15:59:33 *** jmiranda has joined #openmrs
15:59:34 *** ChanServ sets mode: +o jmiranda
16:11:40 *** atomicturtle has joined #openmrs
16:16:18 *** pascal` has quit IRC
16:24:09 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11551]: mailscheduler: fix to build.xml to enable successful compilation <http://dev.openmrs.org/changeset/11551>
16:29:54 *** njero has joined #openmrs
16:29:54 *** ChanServ sets mode: +v njero
16:45:54 *** r0bby|android has joined #openmrs
16:45:54 *** ChanServ sets mode: +v r0bby|android
16:59:34 *** pascal` has joined #openmrs
17:00:00 <pascal`> hey jmiranda
17:09:17 <jmiranda> hey pascal`
17:09:33 <jmiranda> what's new?
17:09:54 <pascal`> !ticket 1981
17:09:54 <OpenMRSBot> pascal`: Ticket #1981: http://dev.openmrs.org/ticket/1981
17:10:15 <pascal`> not much besides that, going on a road trip soon, u?
17:11:17 *** atomicturtle has quit IRC
17:13:32 <jmiranda> pascal`, i'm in boston / newport (ri) for the holidays
17:14:17 <jmiranda> pascal`, thanks for the patch
17:14:55 <pascal`> cool
17:18:09 <pascal`> jmiranda, will you be staying here: https://secure.reservexl.net/wwwimg/img/tours/522-2.jpg ?
17:18:11 <OpenMRSBot> <http://ln-s.net/4ioh> (at secure.reservexl.net)
17:18:30 <jmiranda> pascal`, no, but i used to work there
17:18:38 <jmiranda> the breakers
17:18:45 <pascal`> =O
17:18:49 <pascal`> you're kidding
17:18:56 <jmiranda> no
17:19:07 <jmiranda> it was a pretty cool job
17:19:15 <pascal`> google autocomplete wanted me to search for "mansions", so I guess it makes sense
17:19:42 <jmiranda> you did a google image search of newport?
17:19:58 <jmiranda> yeah, my favorite of the "houses" is Rosecliff
17:20:32 <pascal`> well, i started at google maps
17:21:33 <jmiranda> the mansions are set up for tours during the day and parties at night
17:21:49 <pascal`> sweet
17:28:17 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11552]: chica * added check for division by zero to bmi rule <http://dev.openmrs.org/changeset/11552>
17:47:22 *** atomicturtle has joined #openmrs
18:00:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11553]: atd * added fix for NPE <http://dev.openmrs.org/changeset/11553> || OpenMRS Tickets: Ticket #1982 (defect created): MailMessageSender does not allow for configuration of message content type <http://dev.openmrs.org/ticket/1982>
18:19:35 *** njero has quit IRC
18:19:35 *** jmiranda has quit IRC
18:19:35 *** bwolfe has quit IRC
18:19:35 *** r0bby has quit IRC
18:19:35 *** atomicturtle has quit IRC
18:19:35 *** r0bby|android has quit IRC
18:19:35 *** meonkeys has quit IRC
18:19:35 *** Echidna has quit IRC
18:19:35 *** pascal` has quit IRC
18:29:36 *** jmiranda has joined #openmrs
18:29:36 *** pascal` has joined #openmrs
18:29:36 *** r0bby|android has joined #openmrs
18:29:36 *** njero has joined #openmrs
18:29:36 *** bwolfe has joined #openmrs
18:29:36 *** irc.freenode.net sets mode: +ovvo jmiranda r0bby|android njero bwolfe
18:29:36 *** r0bby has joined #openmrs
18:29:36 *** meonkeys has joined #openmrs
18:29:36 *** Echidna has joined #openmrs
18:29:36 *** irc.freenode.net sets mode: +v r0bby
18:32:23 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11554]: atd * changed getFormInstancesByEncounterId to … <http://dev.openmrs.org/changeset/11554> || OpenMRS Tickets: Ticket #1983 (task created): Add support for sync module to formentry module <http://dev.openmrs.org/ticket/1983>
18:39:39 *** bwolfe has quit IRC
18:39:39 *** bwolfe_ has joined #openmrs
18:39:40 *** ChanServ sets mode: +o bwolfe_
18:43:58 <r0bby> ben!
18:44:00 <r0bby> hai
18:44:50 *** njero has quit IRC
18:45:20 *** njero has joined #openmrs
18:45:20 *** ChanServ sets mode: +v njero
18:51:37 *** jmiranda has quit IRC
18:51:37 *** bwolfe_ has quit IRC
18:51:37 *** r0bby has quit IRC
18:51:37 *** njero has quit IRC
18:51:37 *** r0bby|android has quit IRC
18:51:37 *** meonkeys has quit IRC
18:51:37 *** Echidna has quit IRC
18:51:38 *** pascal` has quit IRC
19:21:27 *** bwolfe has joined #openmrs
19:21:27 *** pascal` has joined #openmrs
19:21:27 *** r0bby|android has joined #openmrs
19:21:27 *** jmiranda has joined #openmrs
19:21:27 *** r0bby has joined #openmrs
19:21:27 *** irc.freenode.net sets mode: +ovov bwolfe r0bby|android jmiranda r0bby
19:21:27 *** meonkeys has joined #openmrs
19:21:27 *** Echidna has joined #openmrs
19:23:31 <bwolfe> jmiranda: ok
19:23:32 <bwolfe> did you want to do your reporting stuff now, or do code review ?
19:23:33 <jmiranda> code review
19:23:33 <jmiranda> i'd like to keep it to an hour
19:23:33 <jmiranda> so mike and i can use the rest of the afternoon for reporting
19:23:34 <jmiranda> i'm sure you'd also like to keep it short
19:25:12 <jmiranda> bwolfe, ready whenever you are
19:25:49 <bwolfe> jmiranda: ok, let me head upstairs (away from the noisy baby) and I'll be ready
19:25:59 <jmiranda> cool
19:29:58 <bwolfe> soy preperado. anyone else want to join us?
19:36:36 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1984 (defect created): BIRT Report Module - Error because of unsupported multiple values for a list box <http://dev.openmrs.org/ticket/1984>
19:55:52 <jmiranda> bwolfe, call that number whenever
19:56:02 <jmiranda> skype was using 99% of my cpu
19:56:06 <bwolfe> weird
20:07:20 *** SparFux has joined #openmrs
20:07:26 <SparFux> Hi all.
20:07:26 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1979 (enhancement closed): adding extension point to patientHeader.jsp <http://dev.openmrs.org/ticket/1979#comment:2>
20:08:03 *** r0bby|android has quit IRC
20:08:08 *** r0bby|android has joined #openmrs
20:08:08 *** ChanServ sets mode: +v r0bby|android
20:10:16 <bwolfe> hi SparFux
20:10:25 <SparFux> hi bwolfe
20:10:47 <r0bby|android> Hi
20:15:16 <jmiranda> meonkeys, when you get back ... let me know what code review and desktop sharing tool(s) you guys use
20:15:47 <meonkeys> jmiranda: desktop sharing: hamachi/vnc
20:15:55 <meonkeys> console sharing: GNU Screen shared sessions
20:16:01 <jmiranda> meonkeys, thanks
20:16:22 <meonkeys> code review: we used uh... crucible a little bit
20:16:43 <meonkeys> great tool, we just don't have time to do proper code reviews
20:17:10 <meonkeys> so I set up a mailing list that gets every diff instead, and try to make sure folks leave detailed commit log messages ( http://www.mifos.org/developers/wiki/CommitLogGuide )
20:17:15 <OpenMRSBot> <http://ln-s.net/4ir$> (at www.mifos.org)
20:17:18 <meonkeys> ( http://news.gmane.org/gmane.comp.finance.mifos.scm )
20:17:20 <OpenMRSBot> <http://ln-s.net/4ir+> (at news.gmane.org)
20:18:01 <meonkeys> hth!
20:18:16 <bwolfe> yeah, we have svn@openmrs.org for all commits
20:18:39 *** SparFux has quit IRC
20:19:12 <jmiranda> meonkeys, cool thanks for the recommendations
20:19:19 <bwolfe> really want crucible for asynchronous code reviews
20:19:31 <jmiranda> bwolfe, yeah that would be cool
20:20:14 <meonkeys> I believe atlassian would host crucible for you
20:21:06 <meonkeys> they set up http://fisheye3.atlassian.com/browse/mifos for us, and crucible too
20:25:20 *** SparFux has joined #openmrs
20:45:07 *** njero has joined #openmrs
20:45:07 *** ChanServ sets mode: +v njero
21:10:45 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11557]: visitscheduler: updating NetBeans project configuration. <http://dev.openmrs.org/changeset/11557> || OpenMRS Changesets: Changeset [11556]: visitscheduler: adding full schedule view. <http://dev.openmrs.org/changeset/11556> || OpenMRS Changesets: Changeset [11555]: visitscheduler: adding search schedules by provider and date. <http://dev.openmrs.org/changeset/11555> || OpenMRS Forum: Scanned document management <http://forum.openmrs.org/viewtopic.php?f=11&t=545#p2000>
21:15:33 *** SparFux has left #openmrs
21:42:47 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1985 (defect created): Program Enrollment - Needs to display the creator <http://dev.openmrs.org/ticket/1985> || OpenMRS Changesets: Changeset [11558]: ncd: Added more ConditionDAO tests. <http://dev.openmrs.org/changeset/11558>
21:56:45 *** jacobb has joined #openmrs
21:56:47 *** jacobb has left #openmrs
22:14:50 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [11559]: patientflags: minor fixes/changes <http://dev.openmrs.org/changeset/11559> || OpenMRS Tickets: Ticket #1986 (task created): BIRT reports are slow to generate <http://dev.openmrs.org/ticket/1986> || OpenMRS Modules: Patient Flags 1.1 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=patientflags&version=&1.1>
23:44:51 *** r0bby|android has quit IRC