IRC Chat : 2009-05-13 - OpenMRS

00:05:48 *** nribeka2 has joined #openmrs
00:08:43 *** nribeka2 has quit IRC
00:15:10 *** nribeka has quit IRC
00:25:33 *** nribeka1 has quit IRC
00:29:49 *** nribeka has joined #openmrs
00:29:49 *** ChanServ sets mode: +v nribeka
00:31:11 *** jmiranda has quit IRC
00:33:32 *** jmiranda has joined #openmrs
00:33:32 *** ChanServ sets mode: +o jmiranda
01:49:06 *** Keelhaul has quit IRC
02:15:29 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7726]: reporting module: Fix compilation errors in unit tests. <http://dev.openmrs.org/changeset/7726> || OpenMRS Changesets: Changeset [7725]: reporting module: Fix compilation errors in unit tests. <http://dev.openmrs.org/changeset/7725> || OpenMRS Tickets: Ticket #1487 (defect created): Error while saving core roles within the Context (on start up) : current Sync code base <http://dev.openmrs.org/ticket/1487> || OpenMRS Changesets: Changeset [7724]: Fix invalid quotes in HTML which was causing save button not to correctly … <http://dev.openmrs.org/changeset/7724>
02:21:29 <Mkop> jmiranda: you there?
02:22:03 <Mkop> or bwolfe: you there? though justin's more likely to be able to help with this particular question
02:23:05 <bwolfe> I'm only slightly miffed I'm not your first choice...but I can try
02:23:15 <Mkop> it's because it's a reporting issue
02:24:16 *** upul has joined #openmrs
02:24:16 *** ChanServ sets mode: +v upul
02:24:41 <jmiranda> Mkop: yeah, i'm here
02:24:48 <Mkop> org.openmrs.web.controller.nealreports was deleted since I last edited it (and didn't propertly submit the patch in time)
02:24:57 <Mkop> my question is, did it get moved, or deleted, or what?
02:25:16 <jmiranda> yeah, it was moved to the reporting compatibility module
02:25:43 <Mkop> I made a couple minor changes to it to get rid of deprecated stuff
02:25:51 <Mkop> should I email you a patch for that particular file?
02:27:31 <Mkop> is there an easy way to get subclipse to show me all the files with conflicts?
02:27:52 <jmiranda> yeah, you can just send me the patch
02:28:01 <jmiranda> not sure what the proper procedure would be for this one
02:28:08 <jmiranda> maybe we can create a ticket
02:29:14 <Mkop> either that, or I can just send you the patch, and when you make your next commit, it'll be there
02:29:25 <Mkop> whichever
02:29:32 <Mkop> may as well just make a tiny ticket, I guess
02:35:07 <jmiranda> yeah, just to have some record of it
02:35:23 <Mkop> !ticket 1488
02:35:23 <OpenMRSBot> Mkop: Ticket #1488: http://dev.openmrs.org/ticket/1488
02:35:31 <Mkop> jmiranda: ^^
02:36:20 <jmiranda> Mkop: cool
02:46:03 <Mkop> bwolfe: what is http://dev.openmrs.org/changeset/7606 ?
02:47:08 <Mkop> jmiranda: ?
02:47:28 <bwolfe> looks like I merged uuids branch to trunk :-p
02:47:49 <Mkop> what's uuids branch?
02:47:59 <jmiranda> Mkop: ?
02:48:27 <Mkop> jmiranda: I was just asking you the same question as I was asking ben since it seemed like he wasn't responding
02:49:30 <Mkop> bwolfe: what's uuids branch?
02:50:24 <bwolfe> it was a branch where we did the work of adding a uuid property to every object and table
02:52:12 <Mkop> I'm getting conflicts from that, and I can't figure out why
02:52:14 <Mkop> oh well
02:53:37 <bwolfe> mkop, do you have "ignore white space" checked when you are looking at conflicts?
02:53:43 <Mkop> yes
02:53:45 <Mkop> it's not white space
02:53:56 <Mkop> it's methods or lines of code that got deleted for some reason
02:54:15 <bwolfe> which files?
02:55:02 <Mkop> http://dev.openmrs.org/changeset?new=openmrs%2Ftrunk%2Fsrc%2Fapi%2Forg%2Fopenmrs%2Fapi%2Fimpl%2FFormServiceImpl.java%407606&old=openmrs%2Ftrunk%2Fsrc%2Fapi%2Forg%2Fopenmrs%2Fapi%2Fimpl%2FFormServiceImpl.java%407181
02:55:06 <OpenMRSBot> <http://ln-s.net/3BP-> (at dev.openmrs.org)
02:55:07 <Mkop> look at line 179
02:55:10 <Mkop> for example
02:55:16 <Mkop> that's one of the ones giving me conflicts
02:59:46 <Mkop> bwolfe: ^^
03:01:43 <bwolfe> ah yes, code like that was deleted and moved into handlers
03:02:02 <bwolfe> look at the RetireHandler class
03:02:24 <bwolfe> we should probably go through and add a javadoc comment to the retire* and void* methods about the handlers...
03:02:36 <Mkop> ok
03:06:33 <Mkop> bwolfe or jmiranda: what does the @Depracated annotation do beyond what @deprecated in javadoc does?
03:07:37 <jmiranda> Mkop: has to do with compile time checking
03:08:25 <jmiranda> not all compilers recognize (or are required to recognize) @deprecated javadoc
03:08:36 <jmiranda> sun jdk does
03:08:42 <jmiranda> but others might not, i guess
03:09:59 <Mkop> ok
03:11:32 <Mkop> bwolfe: I don't know what caused this, maybe it has to do with the uuids branch merging, but I had it down to 59 deprecation warnings, and now it's saying 875
03:12:38 <bwolfe> Mkop: it might be because those @Deprecated annotations were added
03:12:39 <Mkop> or maybe it's just b/c jmiranda deprecated a bunch of things when he made the new module
03:12:54 <Mkop> I don't think it has to do with annotations, just javadocs
03:12:57 <Mkop> (I think)
03:13:30 <jmiranda> blame mseaton
03:13:40 <Mkop> let's see what happens if I filter out the things from org.openmrs.report
03:16:08 <Echidna> http://www.metaefficient.com/household-building/william-kamkwambawindmill.html
03:16:10 <OpenMRSBot> <http://ln-s.net/3BPI> (at www.metaefficient.com)
03:16:13 <Echidna> not bad
03:16:22 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1488 (task created): Fix for some deprecation issues for files just moved into the reporting compability module <http://dev.openmrs.org/ticket/1488>
03:21:01 <bwolfe> Echidna: I just saw that exhibit at the Chicago museum a few weeks ago :-)
03:22:04 <Echidna> nice
03:23:31 <Mkop> hehe
03:23:51 <Mkop> if I exclude org.api.report.* and org.api.reporting.* I'm down to 70 warnings
03:23:55 <Mkop> (instead of 875)
03:24:42 *** bwolfe has quit IRC
03:25:33 <Mkop> jmiranda: ^^
03:26:36 <Mkop> actually, yes it does also use the @Deprecated annotation in addition to @deprecated javadoc
03:26:48 <jmiranda> yeah
03:26:51 <jmiranda> not sure why
03:26:56 <jmiranda> that was all mike
03:27:39 <Echidna> Mkop: if you enable checkstyle for trunk, the warnings will prolly multiply by 10
03:28:06 <Mkop> I'm only looking at deprecation right now
03:28:34 <Mkop> there are another 230 or so warnings of other types
03:28:42 <Mkop> 113 unnecessary code
03:28:49 <Mkop> 121 type safety and raw types
03:29:04 <Mkop> 2 potential programming problems
03:29:06 <Echidna> =/
03:29:11 <Mkop> 1 "other"
03:31:23 <jmiranda> Mkop: i might have missed this from earlier
03:31:28 <jmiranda> but what tool are you using?
03:31:31 <Mkop> eclipse
03:31:47 <jmiranda> just the Problems view?
03:32:21 <Mkop> with an added filter
03:32:50 <Mkop> why do you ask?
03:36:12 <jmiranda> just wondering
03:36:42 <jmiranda> btw, i'm installing the ECF IRC client for eclipse
03:37:02 <Echidna> lol
03:37:07 <jmiranda> so i can actually watch the IRC channel while i work
03:37:34 <jmiranda> i hate going back and forth
03:37:55 <jmiranda> this might be the best (or worst) decision i've ever made
03:38:20 <Echidna> irc client for eclipse rcp?
03:39:00 <Mkop> IRC client for eclipse?!
03:42:20 * Mkop goes to install it and see what it's like
03:42:33 * jmiranda is an idiot
03:42:50 <jmiranda> it's only for collaborating within an eclipse project
03:42:51 * Echidna is too polite to argue
03:42:52 <Echidna> j/k
03:43:01 <jmiranda> it's a pretty cool idea though
03:43:02 <jmiranda> :)
03:43:09 <Echidna> yea
03:43:13 <Echidna> i bet it would work
03:43:26 <jmiranda> i could just use the internal web browser + web-based client
03:43:34 <Echidna> D=
03:43:43 <jmiranda> but don't feel like jumping through hoops right now
03:43:54 <Echidna> i still use mirc
03:44:00 <Mkop> what do you mean only for collaborating within an eclipse project?
03:51:44 <jmiranda> Mkop: if you develop on an eclipse project
03:51:51 <jmiranda> this let's you communicate with other developers
03:52:16 <Mkop> i.e. this is a licensing issue? they'll only allow use for their guys but not for us?
03:55:48 <jmiranda> i haven't looked into it
03:55:54 <jmiranda> when i installed the module
03:56:13 <jmiranda> i didn't see a place to configure an IRC channel
03:57:15 <Mkop> I'm still trying to figure it out
04:06:09 *** Mkop|Eclipse has joined #openmrs
04:06:19 <Mkop|Eclipse> hi, jmiranda
04:06:35 *** nribeka has quit IRC
04:07:00 *** nribeka has joined #openmrs
04:07:00 *** ChanServ sets mode: +v nribeka
04:07:50 <jmiranda> nice!
04:07:51 <Mkop> Mkop|Eclipse: bla
04:08:15 <Mkop> doesn't give notifications though, as far as I can tell
04:08:30 <Echidna> what about sounds when your name is highlighted?!
04:09:01 <jmiranda> Mkop|Eclipse:
04:09:06 <Mkop> nothing
04:09:18 <Mkop> it may be a setting somewhere
04:09:36 <jmiranda> i rely on my intuition with pidgin anyway, so that's not a big deal
04:09:55 <Mkop|Eclipse> I've been using xchat lately
04:10:00 <Mkop|Eclipse> happy with that
04:10:13 <Mkop|Eclipse> pidgin isn't good when you want to be in a lot of rooms
04:10:17 <jmiranda> nose itches = someone is talking about me in IRC
04:10:38 <Echidna> lol
04:10:47 <Mkop|Eclipse> I assume you have notifications turned on?
04:11:17 <Mkop|Eclipse> when I was using pidgin, I had it ding when someone said my name
04:19:39 <jmiranda> Mkop|Eclipse: ubuntu sound is quirky
04:19:42 <jmiranda> sometimes it works
04:19:47 <jmiranda> sometime it doesn't
04:19:59 <jmiranda> it's mute on startup
04:20:10 <jmiranda> and doesn't respond to the mute button on my laptop
04:20:39 <Echidna> usually only proprietary tools respond to laptop special buttons
04:20:41 <jmiranda> so it's not worth the extra effort (two mouse clicks) to enable it every time i boot up
04:20:57 <jmiranda> Echidna: it's worked in the past
04:21:10 <jmiranda> just hasn't worked since upgrading to 9.04
04:21:13 <Mkop> oh, you're on ubuntu
04:21:32 <Mkop> I'm using an OS whose name can't be mentioned in a geek forum without getting flamed :-)
04:21:40 <Echidna> osx?
04:21:46 <Mkop> lol
04:21:50 <Mkop> not _that_ bad
04:21:54 <Echidna> heh
04:21:57 <Mkop> WinXP
04:22:00 <Echidna> OS Info: Windows Vista SP1 (Build #6001) [Keelhaul] installed on Saturday, March 14 2009
04:22:13 <Echidna> this is actually windows server 2008
04:22:18 <Echidna> but the script is dumb
04:23:01 <Mkop> jmiranda: can you put something in .profile to unmute?
04:23:24 <jmiranda> not sure
04:24:08 <jmiranda> Mkop: i've spent enough time debugging other issues with ubuntu (for instance, firefox crashes after playing a flash video)
04:24:23 <Mkop> jmiranda: how did I set what up? gmail chat, or IRC?
04:24:28 <jmiranda> so i've given up on the smaller issues
04:24:35 <jmiranda> IRC from Eclipse
04:24:53 <Mkop> did you install ECF?
04:24:58 <jmiranda> yeah
04:25:10 <Echidna> whats ecf
04:25:14 <Mkop> Window -> Open Perspective -> Communication
04:25:14 <jmiranda> it doesn't let me add anything from any of the logical views
04:25:21 <Mkop> eclipse communication f*&%
04:26:08 <Mkop> jmiranda: did you install the correct version?
04:26:16 <Mkop> ECF 3.0 is only for eclipse 3.5
04:26:23 <Mkop> I have eclipse 3.4 so I had to install ECF 2.x
04:26:49 <Echidna> 3.5 is supposed to be "released" next month, i think
04:27:32 <Mkop> why the ""?
04:28:14 <Echidna> because it's just a tag that it's a "release" now
04:29:02 <Mkop> oh
04:30:25 <jmiranda> Mkop: yeah, i installed the 3.4 plugin
04:30:29 <Echidna> there was a guy giving a presentation a few months ago
04:30:39 <Echidna> called "netbeans - the only IDE you'll ever need"
04:30:41 <Echidna> too bad i couldnt go
04:30:46 <Echidna> i wonder what his arguments are
04:30:48 <Echidna> were*
04:31:19 <Mkop> jmiranda: did you open the communications perspective
04:31:26 <jmiranda> yeah
04:31:28 <Mkop> nano - the only IDE you'll ever need
04:31:31 <jmiranda> can't right click to add anything
04:31:41 <Mkop> there's a button on the toolbar
04:31:51 <Mkop> connect to provider
04:31:58 <Mkop> with a drop-down for protocols
04:32:04 <jmiranda> nm
04:32:09 <jmiranda> i see up at the top
04:32:25 <jmiranda> i was thinking this would be like SVN or Task Repositories
04:32:31 <Mkop|Eclipse> oh
04:33:01 *** jmirandasquared has joined #openmrs
04:33:12 <omar> by the way justin, I can't participate in the Test-a-Thon
04:33:13 <jmirandasquared> thanks Mkop
04:33:23 <jmirandasquared> omar: no worries
04:33:30 <omar> final game in my soccer league
04:33:51 <nribeka> wow omar is a pro soccer player
04:34:06 <omar> well, Im in a good team
04:34:12 <Mkop> jmirandasquared: should I come up to madison next week?
04:34:46 <omar> hey, anybody knows something about the labs?
04:34:59 <Echidna> you're a pro?
04:35:20 <Echidna> you're mexican, right?
04:35:25 <omar> I have already sent the mail with the public key and I havent received any feedback
04:35:31 <omar> No, Im not a pro
04:35:41 <omar> just play for my school in some games
04:36:02 <jmiranda> Mkop: what's the date again?
04:36:03 <omar> yes, half mexican - half from Ecuador
04:36:12 <Echidna> where do you live though
04:36:15 <jmiranda> omar: Ecuador!??!
04:36:22 <jmiranda> i was just there a few months ago
04:36:22 <omar> I live in Mexico
04:36:29 <omar> yes?
04:36:33 <jmiranda> beautiful country
04:36:35 <omar> Galapagos Islands?
04:36:37 <Echidna> never been there
04:36:51 <Echidna> but the mexican national team was staying in my town during the world cup 2006
04:36:53 <Echidna> http://keelhaul.homeip.net/misc/DSC00102.JPG
04:36:56 <jmiranda> Cotapaxi
04:37:01 <jmiranda> Quito
04:37:06 <Echidna> check out that poster in the background =)
04:37:07 <jmiranda> and the jungle
04:37:09 <jmiranda> somewhere
04:38:07 *** atomicturtle has joined #openmrs
04:38:07 <jmiranda> omar: when did you send the labs request
04:38:16 <omar> whoah, at least the mexican people finally drink some serious beer
04:38:33 <omar> the last friday
04:38:47 <Echidna> whats seriour beer =o
04:39:57 *** atomicturtle has left #openmrs
04:40:03 <omar> ...mmmm, beer
04:40:44 * Mkop wishes he had beer in his apartment
04:41:06 <Echidna> i've been exploring wine lately
04:42:01 <omar> seven ages of alcohol
04:42:24 <omar> first, some soda and rum, or brandy :S
04:42:27 <Mkop> college: beer
04:42:36 <Mkop> 40s and 50s: whiskey
04:42:36 <omar> aftear that, beers
04:42:45 <omar> after that vodka and whiskey
04:42:49 <Echidna> hmm
04:42:53 <omar> finally some wine
04:42:54 <Echidna> well
04:42:54 <omar> ...
04:43:01 <Echidna> are you calling me old?
04:43:07 <Mkop> this is so different from my experience
04:43:22 <omar> whats ur experience?
04:43:22 <Echidna> i really had to learn to like beer at 16
04:43:22 <Mkop> these kinds of things vary sooo much from culture to culture
04:43:26 <Echidna> but it worked out eventually
04:43:35 <Echidna> hated wine until recently
04:43:36 <Mkop> start with beer
04:43:49 <Echidna> although american beer is what, 1.5% alcohol
04:43:53 <Echidna> thats like lemonade
04:44:03 <Mkop> when you're older (like 18) and looking for harder stuff, maybe people start with junk vodka
04:44:11 <Mkop> but still mostly beer
04:44:14 <omar> dont be mad, but really, canadian and american beer its very bad
04:44:24 <Echidna> canadian is like 12% lol
04:44:36 <Mkop> American beer is usually ~5%
04:44:41 <Echidna> yea thats normal
04:44:46 <Echidna> what about bud lite
04:44:47 <omar> like mexican
04:44:53 <Echidna> is corona mexican?
04:44:55 <omar> :S
04:44:57 <omar> yes
04:45:01 <Echidna> it'S nice
04:45:08 <Mkop> in Colorado they have two different kinds of beer - supermarket beer (capped at 4% or something like that) and bottle store beer
04:45:11 <Echidna> light colored beers have been popular here lately
04:45:15 <Echidna> becks gold etc
04:45:31 <Echidna> heh
04:45:37 <Echidna> how about them 40s
04:46:17 <omar> Im thirsty
04:46:33 <Echidna> i'm not a fan of vodka
04:46:39 <Echidna> at least not pure
04:46:43 <Echidna> although i'm russian
04:46:43 <omar> why?
04:46:47 <Echidna> dunno
04:46:56 <Echidna> it's the drink of the cold and the depressed
04:47:00 <omar> hehehe
04:47:03 <Echidna> rum is more summer-like
04:47:08 <Echidna> i like havana club
04:47:11 <omar> hehehe, i dont like rum
04:47:14 <Echidna> do they sell it in mexico?
04:47:18 <omar> yes
04:47:25 <Echidna> they dont in the us, since it's owned by the cuban govt
04:47:31 <omar> in fact
04:47:55 <omar> the production I think its made now in Dominican Republic
04:48:18 <Echidna> not a big fan of whiskey either
04:48:28 <Echidna> absinthe is nice
04:48:40 <omar> mmm, I never have proved absinthe
04:49:02 <Echidna> those hallucination tales are just tales
04:49:07 <omar> its so weird the experiences?
04:49:15 <omar> ok, question answered
04:49:21 <Echidna> the thujone concentration is regulated
04:49:40 <omar> :S, have you proved tequila or mezcal?
04:49:45 <omar> cachaza?
04:49:52 <Echidna> and eve if it wasnt, you'd prolly die from poisoning before you start hallucinating
04:49:59 <Echidna> cachaca?
04:50:04 <Echidna> like the brazilian stuff?
04:50:09 <Echidna> yea, i like caipirinhas
04:50:12 <Echidna> lots of sugar though
04:50:13 <omar> cachaca, its just I dont have c cedilia
04:50:16 <Echidna> sugar makes you fat =P
04:50:25 <omar> mmm.... too late
04:50:40 <omar> just a joke
04:50:54 <Echidna> not a big fan of tequila though
04:51:02 <Echidna> more of a ritual than taste
04:51:25 <Echidna> salt/tequila silver/lemon or cinnamon/tequila gold/orange
04:51:46 <omar> exactly
04:51:52 <omar> tequila its overrated
04:52:00 <Echidna> lately on house they had a nice way to drink it
04:52:11 <Echidna> lick salt off a stripper's belly
04:52:17 <Echidna> then grab a shot out of her bra
04:52:24 <Echidna> and then grab the lemon from her mouth
04:52:51 <omar> Oh man, now I have two problems, I want some alcohol and ...
04:52:52 <Mkop> this was on house, or on the food porno channel?
04:53:03 <Echidna> it actually was on house
04:53:06 <Echidna> chase's bachelor party
04:53:28 <omar> I ve seen it on Wild On college party special
04:54:17 <jmiranda> amazing
04:54:36 <jmiranda> (i've never seen an IRC conversation devolve so quickly)
04:55:12 <Echidna> lol
04:55:21 <omar> heheh
04:55:39 <Mkop> jmiranda: if I can only show up for a couple hours on Sunday, is it worth showing up the testathon?
04:55:51 <jmiranda> Mkop: we'll see
04:55:56 <jmiranda> just jump on IRC
04:56:02 <jmiranda> i have no idea how this is going to go
04:56:03 <Echidna> ok slp time
04:56:03 <Echidna> gn
04:56:13 <Mkop> Echidna: are you going to sleep at 5am?
04:56:14 <jmiranda> later Echidna
04:56:59 <omar> gn
04:59:21 <Mkop> oh my
04:59:26 <Mkop> xkcd today is horrific
05:41:59 *** knishant has joined #openmrs
05:42:31 <knishant> hi
05:42:49 <upul> hi knishant
05:42:50 <knishant> hey any news abt the summer internship
05:43:02 <knishant> upul: r u selected in GSCO
05:43:07 <knishant> GSOC
05:43:13 <upul> no
05:43:19 <upul> i'm doing an OIP project
05:43:34 <knishant> wats dat
05:43:48 <upul> !oip
05:43:48 <OpenMRSBot> upul: "oip" --- http://openmrs.org/wiki/OIP
05:44:46 <knishant> is it related to an internship
05:44:59 <upul> it is an internship
05:45:02 *** deadpool has joined #openmrs
05:45:14 *** knishant has quit IRC
05:46:08 *** knishant has joined #openmrs
05:46:18 *** nribeka1 has joined #openmrs
05:46:36 <knishant> upul: well how many students got selected in thisd
05:47:14 *** nribeka1 has quit IRC
05:47:59 <upul> knishant: 2
05:48:54 <knishant> hmmm
05:49:47 *** pascal` has quit IRC
05:55:52 *** atomicturtle1 has joined #openmrs
05:56:15 *** omar has quit IRC
05:57:29 *** knishant has quit IRC
06:05:28 *** Mkop|Eclipse has quit IRC
06:05:40 <jmiranda> exit
06:05:55 <jmiranda> good night y'all
06:06:19 <upul> good night
06:18:47 *** deadpool has quit IRC
06:26:02 *** deadpool has joined #openmrs
06:28:16 *** pascal` has joined #openmrs
06:31:27 *** vanmh has quit IRC
06:40:43 *** Mkop has quit IRC
06:41:23 *** jmirandasquared has quit IRC
06:42:34 *** jmiranda has quit IRC
06:46:08 <pascal`> hi all, r0bby, upul
06:48:47 *** atomicturtle1 has left #openmrs
06:48:49 <upul> hi pascal`
06:49:08 <pascal`> hey
07:22:20 *** pascal` has left #openmrs
07:22:38 *** pascal` has joined #openmrs
07:52:15 *** deadpool has quit IRC
08:40:06 *** deadpool has joined #openmrs
08:55:37 *** atomicturtle has joined #openmrs
11:29:15 *** james_regen has joined #openmrs
11:29:15 *** ChanServ sets mode: +v james_regen
11:31:02 *** upul has quit IRC
11:31:04 *** deadpool_ has joined #openmrs
11:37:13 *** atomicturtle has left #openmrs
11:39:32 *** deadpool_ has quit IRC
11:42:56 *** deadpool_ has joined #openmrs
11:51:13 *** deadpool has quit IRC
11:52:48 *** deadpool has joined #openmrs
11:52:49 *** deadpool_ has quit IRC
11:56:17 *** atomicturtle1 has joined #openmrs
12:03:23 *** luzhuangwei has joined #openmrs
12:05:03 *** deadpool_ has joined #openmrs
12:05:17 *** deadpool_ has quit IRC
12:22:03 *** deadpool has quit IRC
12:23:15 <pascal`> o.O
12:31:27 *** atomicturtle1 has left #openmrs
12:37:32 *** upul has joined #openmrs
12:37:32 *** ChanServ sets mode: +v upul
12:44:11 *** openmrs_3822 has joined #openmrs
12:44:21 <openmrs_3822> hello
12:45:20 *** bwolfe has joined #openmrs
12:45:20 *** ChanServ sets mode: +o bwolfe
12:46:20 *** openmrs_3822 has quit IRC
12:46:25 *** kane77 has joined #openmrs
12:46:28 *** openmrs_5917 has joined #openmrs
12:46:51 *** openmrs_5917 has quit IRC
12:47:12 <pascal`> hi
12:47:16 <pascal`> hi bwolfe
12:47:35 <bwolfe> hey pascal`
12:54:51 *** kane77 has quit IRC
12:55:14 <upul> A London temple's sixth attack, set on fire
13:19:15 <pascal`> w000000t
13:19:23 *** Keelhaul has joined #openmrs
13:19:23 *** ChanServ sets mode: +v Keelhaul
13:19:33 <pascal`> fixed the damn text selection problem with my module
13:19:40 <pascal`> omg what a mission/hack =D
13:20:25 *** jmiranda has joined #openmrs
13:20:25 *** ChanServ sets mode: +o jmiranda
13:21:41 <pascal`> actually no ;'(
13:22:29 <pascal`> hi jmiranda
13:22:42 <jmiranda> hey pascal`
13:25:59 <Keelhaul> hi
13:26:11 <jmiranda> hey Keelhaul
13:26:58 <Keelhaul> i'm looking for a decent looking and easy to use cell phone for my mom
13:27:12 <Keelhaul> http://www.gsmarena.com/sony_ericsson_t700-pictures-2481.php
13:27:15 <OpenMRSBot> <http://ln-s.net/3BUZ> (at www.gsmarena.com)
13:27:23 <Keelhaul> this looks great but it's kinda recent and costs a lot on ebay
13:28:01 <jmiranda> what a coincidence ... i'm looking for an iPhone/Blackberry-ish phone for myself
13:28:23 <jmiranda> that ericsson does look nice
13:28:45 <jmiranda> it's a got a nice 70's electronics look to it
13:28:54 <jmiranda> faux futuristic
13:29:12 <Keelhaul> heh
13:29:22 <jmiranda> holy cow ... it's tiny
13:29:26 <pascal`> jmiranda, if you want a smartphone, i can recoomend the sony ericsson xperia x1
13:29:27 <Keelhaul> for myself i'd like an htc diamond pro
13:29:36 <Keelhaul> but it costs ~350 euros on ebay still
13:29:36 <pascal`> recommend
13:29:51 <jmiranda> pascal`: thanks
13:29:59 <Keelhaul> xperia prolly costs even more than that
13:30:29 <jmiranda> the one big thing i can't get from my phone (blackberry) and service (verizon)
13:30:38 <jmiranda> is reasonable service outside the U.S.
13:30:55 <jmiranda> other than that (and the T key being broken), i'm happy with the blackberry
13:31:08 <pascal`> xperia is expensive, but it's the best phone out there
13:31:15 <Keelhaul> pascal`: that's a bold statement
13:31:17 <jmiranda> i want a touchscreen, but also a tactile keyboard as well
13:31:25 <jmiranda> pascal`: i'll check it out
13:31:26 <bwolfe> he "t" key is overaed
13:31:40 <Keelhaul> http://www.gsmarena.com/sony_ericsson_xperia_x1-2246.php
13:31:42 <OpenMRSBot> <http://ln-s.net/3BUb> (at www.gsmarena.com)
13:31:46 <bwolfe> i doesn' ever ge pushed
13:31:51 <pascal`> xperia has a touch and a full qwerty
13:32:02 <pascal`> lol
13:32:08 <jmiranda> bwolfe: exactly
13:32:19 <jmiranda> that's exactly what my texts and emails look like
13:33:12 <pascal`> well, have a look at the xperia... i'd get it if i could afford it
13:33:25 <pascal`> i've played with one... /so/ cool
13:33:45 <jmiranda> pascal`: you're ok with the windows mobile OS?
13:34:01 <jmiranda> i've never used it before
13:34:12 <Keelhaul> i use it
13:34:14 <bwolfe> jmiranda: there are supposed to be a few more google phones coming out this year...
13:34:25 <jmiranda> oh sweet
13:34:31 <Keelhaul> if you have some third party UI stuff running on top of it, it's usable
13:35:04 <bwolfe> the palm pre for sprint (non-global) in june...and another gsm palm WebOS phone ~nov
13:35:09 <Keelhaul> http://en.wikipedia.org/wiki/Android_(operating_system)#Hardware_products_running_Android
13:35:53 <Keelhaul> http://www.gsmarena.com/samsung_i7500-2791.php
13:35:55 <Keelhaul> this looks nice
13:37:44 *** kane77 has joined #openmrs
13:37:58 <bwolfe> Keelhaul: have you seen the htc magic at all ?
13:38:05 *** kane77 has quit IRC
13:38:13 <pascal`> jmiranda, htc and SE have got a nice ui for the xperia
13:38:29 <pascal`> well, it looks pretty cool
13:38:34 *** kane77 has joined #openmrs
13:38:34 <Keelhaul> bwolfe: yes, it's sold on ebay already
13:38:39 <Keelhaul> but it's expensive and white
13:38:40 <pascal`> you won't find anything with better features
13:43:50 <upul> how about e71 http://www.joelonsoftware.com/items/2008/08/22.html
13:43:52 <OpenMRSBot> <http://ln-s.net/2+m5> (at www.joelonsoftware.com)
13:48:15 <pascal`> not bad
13:48:18 <pascal`> processor is a bit slow
13:48:27 <pascal`> screen resolution sucks
13:48:41 <pascal`> http://en.wikipedia.org/wiki/Nokia_E71
13:49:36 <pascal`> http://en.wikipedia.org/wiki/Xperia
13:51:40 *** jmiranda1 has joined #openmrs
13:52:42 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7727]: reporting module: Remove IndicatorData object. DataSet should be used … <http://dev.openmrs.org/changeset/7727>
13:55:12 <Keelhaul> http://www.gsmarena.com/htc_touch_pro-2413.php
13:55:14 <Keelhaul> i want this
13:55:19 <Keelhaul> although
13:55:28 <Keelhaul> i havent really used the qwertz kb much
13:55:30 <Keelhaul> not sure i really need it
13:55:44 <Keelhaul> phones are slimmer and cheaper w/o it
14:00:01 *** jmiranda has quit IRC
14:06:16 <upul> jmiranda went out to buy the phone pascal` recommanded
14:06:43 *** upul has quit IRC
14:07:46 *** upul has joined #openmrs
14:07:46 *** ChanServ sets mode: +v upul
14:08:51 <pascal`> i hope he buys me one too
14:09:04 <jmiranda1> sorry
14:09:11 <jmiranda1> am juggling ten things right now
14:09:21 <jmiranda1> will be back later
14:09:37 <pascal`> cya
14:10:19 <upul> may be one of these http://www.retrobrick.com/moto8500x.html
14:11:05 <pascal`> heh
14:11:40 <upul> i found an old manual of this at home few weeks ago
14:11:41 *** meonkeys has quit IRC
14:12:15 *** meonkeys has joined #openmrs
14:24:47 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7729]: Removing duplicate description property on Privilege object - … <http://dev.openmrs.org/changeset/7729> || OpenMRS Changesets: Changeset [7728]: simplelabentry: 1) Fixed deleting an ordered Lab Test for the 1.4 synch … <http://dev.openmrs.org/changeset/7728>
14:29:10 *** Mkop has joined #openmrs
14:30:16 <pascal`> i think my module is finally finished
14:31:41 <pascal`> i had to hack dojo pretty hard
14:33:41 <pascal`> anyway, i'm calling it a day, cheers ppl
14:35:02 <Mkop> good night, pascal`
14:35:39 <pascal`> well it's not quite that late, but thanks :)
14:35:45 <pascal`> i should be back online in about an hour
14:35:50 <pascal`> just going home...
14:39:28 *** nimanthab has joined #openmrs
14:39:58 *** pascal` has quit IRC
14:40:13 *** luzhuangwei has quit IRC
14:50:02 <nimanthab> hi! I need help in a running a simple test class that I created to test the Service class of my module
14:50:17 <nimanthab> when I run the test I get the following error
14:50:31 *** upul has quit IRC
14:50:48 *** jmiranda1 has quit IRC
14:50:51 <nimanthab> rence.run(JUnit4TestReference.java:45)
14:50:51 <nimanthab>
14:51:17 <nimanthab> java.lang.NoSuchMethodError: org.dbunit.dataset.xml.FlatXmlDataSet.<init>(Ljava/io/Reader;ZZZ)V
14:51:34 <nimanthab> can anyone please tell me what has gone wrong
14:51:59 <nimanthab> ?
14:56:50 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7730]: globalpropertyeditor: Changed individual property layout as requested by … <http://dev.openmrs.org/changeset/7730> || OpenMRS Tickets: Ticket #1482 (defect closed): Delete the "description" property of class "Privilege" <http://dev.openmrs.org/ticket/1482#comment:1>
15:00:06 *** luzhuangwei has joined #openmrs
15:00:08 <Mkop> ask bwolfe, he might know
15:00:37 <bwolfe> nimanthab: can you paste the stacktrace to pastebin.com for us?
15:02:43 <nimanthab> bwolfe: Here you go http://pastebin.com/d4ad9b2d7
15:05:24 <bwolfe> nimanthab: looks like the openmrs code is trying to get at a method in the dbunit jar that is not the same. this usually means that the code was written for a different version of the (dbunit) jar than what you have on your classpath. the dbunit version was upgraded recently. you need to copy that to your module and change your .classpath to be able to use the latest trunk
15:06:57 <nimanthab> bwolfe: so if I replace my dbunit jar with the latest version I can download from their site will this problem get solved?
15:07:18 <bwolfe> nimanthab: I would suggest just copying from your checked out version of trunk
15:07:20 <nimanthab> (once I update the classpath as well)
15:14:21 *** jmiranda has joined #openmrs
15:14:21 *** ChanServ sets mode: +o jmiranda
15:18:23 *** atomicturtle has joined #openmrs
15:18:50 *** jmiranda1 has joined #openmrs
15:28:55 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Global Property Editor 0.1.3 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=globalpropertyeditor&version=&0.1.3>
15:30:38 *** atomicturtle has left #openmrs
15:32:13 *** vanmh has joined #openmrs
15:38:23 <Keelhaul> http://www.explosm.net/comics/1654/
15:38:42 *** jmiranda has quit IRC
15:38:46 <nimanthab> bwolfe: hi Ben! changing the dbunit jar version fixed the problem. but then I got the following error
15:38:49 <nimanthab> http://pastebin.com/d4b9325f2
15:39:32 <nimanthab> can you please tell me what has gone wrong again
15:41:43 <bwolfe> nimanthab: did you modify your moduleApplicationContext file? make sure the big block that has your DataIntegrityService in it is not commented out
15:43:33 <nimanthab> bwolfe: I don't currently have a moduleApplicationContext xml inside the project
15:44:06 <nimanthab> can I use the moduleApplicationContext of another module and just change the module name to dataintegrity
15:44:16 <nimanthab> ?
15:44:28 <bwolfe> yeah
15:44:41 <nimanthab> great. i'll try it out
15:50:40 <Keelhaul> bwolfe
15:50:46 <Keelhaul> i have a question about screeenshots
15:50:49 <Keelhaul> http://openmrs.org/index.php?title=Inpatient_Care_Module_User_Guide
15:50:52 <OpenMRSBot> <http://ln-s.net/3BWz> (at openmrs.org)
15:50:58 <Keelhaul> without a border, they could be mistaken as part of the text
15:51:04 <Keelhaul> dont you think?
15:51:19 <Keelhaul> but i didnt want to include the entire browser window, that'd be too big
15:52:33 <bwolfe> Keelhaul: I agree, they need a border. you can add a 1px border via wiki text
15:52:41 <Keelhaul> oh?
15:52:42 <Keelhaul> how
15:53:04 <Mkop> Keelhaul: maybe put it in a 1x1 table?
15:53:44 <Keelhaul> i'm not very familiar with wiki code
15:56:17 <jmiranda1> how do you reclaim your username?
15:57:53 <bwolfe> /nick
15:57:58 <bwolfe> /nick jmiranda
15:58:35 <Keelhaul> did you forget your password?
15:59:37 <jmiranda1> no, i had a ghost session lingering around
15:59:41 *** jmiranda1 is now known as jmiranda
15:59:50 <jmiranda> and it just went away
15:59:54 <jmiranda> so now i'm back
15:59:59 <Mkop> jmiranda: /msg nickserv ghost jmiranda
16:00:00 <jmiranda> (almost)
16:00:38 <jmiranda> Mkop: yeah, i was going to do that, but the ghost went back into the walls before i could do that
16:00:48 *** ChanServ sets mode: +o jmiranda
16:00:53 <jmiranda> now i'm back
16:01:26 <Mkop> Keelhaul: I'm figuring it out for you, one sec
16:01:36 <Keelhaul> Mkop: i found it, thx
16:01:40 <Keelhaul> http://www.mediawiki.org/wiki/Help:Images
16:02:17 <Mkop> our css doesn't seem to do what it's supposed to
16:02:37 <Mkop> [[Image:whatever|frame]] doesn't put a box
16:02:55 <bwolfe> looking into it
16:07:31 <Mkop> or you can use a table:
16:07:34 <Mkop> {| border="1"
16:07:34 <Mkop> |[[Image:Screenshot_inpatientcare_manage_rooms_list_tagged.png]]
16:07:34 <Mkop> |}
16:09:27 <bwolfe> Keelhaul: ok, fixed the stylesheet. now you can do [[Image:Screenshot_inpatientcare_manage_rooms_list_tagged.png|frame|Figure 1: Room list]]
16:09:35 <Keelhaul> thx
16:09:40 <Keelhaul> do i have to provider alt text?
16:09:43 <Keelhaul> oh
16:09:52 <Keelhaul> you can add titles to images like that?
16:11:45 <Mkop> captions
16:11:53 <Mkop> you still need to italicize though
16:14:34 <Mkop> bwolfe: what does mrn mean?
16:15:12 <Mkop> also, if a method is deprecated in an interface, can I go ahead and deprecate it in the classes as well?
16:22:10 <Keelhaul> bwolfe: still doesnt add a frame
16:22:12 <Keelhaul> at least in the preview
16:22:49 <Mkop> Keelhaul: Ctrl-F5 to reload the css
16:23:03 <Keelhaul> thx
16:31:08 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7732]: serialization: add the putting cdata function for serialization and supply … <http://dev.openmrs.org/changeset/7732> || OpenMRS Changesets: Changeset [7731]: dataintegrity: changed the dbunit jar version from 2.2 to 2.4.4 <http://dev.openmrs.org/changeset/7731>
16:31:39 <Mkop> bwolfe: I have some questions if you're here
16:35:21 <bwolfe> Mkop: mrn == medical record number
16:35:33 <bwolfe> Mkop: yes, deprecate it in the class as well
16:36:05 <Mkop> the hard class being HibernateAdministrationDAO
16:39:03 <Mkop> bwolfe: there are a few serialization things that are giving deprecation warnings
16:39:23 <Mkop> should I ignore those since serialization is being redone this summer?
16:40:26 <Keelhaul> this is a huge screenshot
16:40:41 <Keelhaul> i hope this page isnt too large for implementers on low bw
16:41:25 <Mkop> Keelhaul: is png the best format to use?
16:41:38 <Mkop> and do you want to do it lower-resolution?
16:41:44 <Mkop> even on my screen the screenshots don't fit
16:41:46 <Keelhaul> if you want pixel precise screenshots, i dont know of anything better
16:41:58 <Mkop> does it need to be pixel-precise?
16:41:58 <Keelhaul> heh
16:42:06 <Keelhaul> it helps readability
16:42:20 <Keelhaul> the timeline has a fixed width, i cant make it smaller atm
16:42:27 <Mkop> how much readability is lost with jpg compression?
16:42:44 <Mkop> it has a fixed width in pixels?
16:42:50 <Keelhaul> yes
16:42:54 <Keelhaul> set by js
16:43:11 <Keelhaul> if i make the browser windows smaller, i'll have to scroll
16:43:25 <Mkop> that might not be the best strategy, since not everyone has the same resolution
16:43:37 <Keelhaul> i know
16:43:39 <Mkop> can you do it as screenwidth*.7 or so?
16:43:45 <Keelhaul> but it needs a minimum width to properly display the items
16:43:50 <Keelhaul> items cant be less than a pixel wide
16:44:15 <Keelhaul> this thing is a temp solution anyway
16:44:34 <Keelhaul> until someone can come up with a flash based timeline
16:44:37 <Keelhaul> which i cant do myself
16:45:33 <Mkop> I'll be back in a few minutes
16:45:33 <Mkop> bye
16:47:46 <Keelhaul> bwolfe: are there any web services for openmrs
16:48:24 <bwolfe> Mkop: you can ignore those serialization ones for now
16:56:26 <Keelhaul> bwolfe: what'd you say, png or jpg
16:57:08 <Keelhaul> all pngs are 50-150K each atm
16:58:41 *** jmiranda1 has joined #openmrs
17:00:18 <bwolfe> Keelhaul: either is fine...the smaller of the two is better
17:00:26 <bwolfe> Keelhaul: there is a REST module that works right now
17:00:29 <Keelhaul> but jpeg will blur it
17:00:52 <bwolfe> Keelhaul: and there is a ticket that is near completion to get web services into core
17:00:58 <Keelhaul> ah ok
17:01:05 <Keelhaul> can they be used for any kind of data
17:01:16 <Keelhaul> or each service for specific data
17:04:18 <bwolfe> Keelhaul: it will probably be opt-in
17:04:29 <bwolfe> but any module can add their own webserivce
17:04:34 <bwolfe> or make their service webserviceable
17:04:40 <Keelhaul> yea
17:04:49 <Keelhaul> but i dont wanna do it from scratch
17:05:02 <Keelhaul> so i thought maybe there's a basis for it
17:07:19 *** jabobo has joined #openmrs
17:13:47 *** jmiranda2 has joined #openmrs
17:13:52 *** jmiranda1 has quit IRC
17:15:41 *** jmiranda1 has joined #openmrs
17:15:42 *** jmiranda2 has quit IRC
17:16:11 *** jacobb has quit IRC
17:16:59 <Mkop> bwolfe: another bunch of these warnings are due to upgrading to hibernate 3
17:17:18 <bwolfe> we've been on hibernate 3 for a while
17:17:33 <bwolfe> I don't know how to fix the the getConnection() warnings. :-/
17:17:49 <Mkop> I've been talking to the guys in #hibernate
17:18:23 <Mkop> [12:03] <sebersole> sessionFactory.getCurrentSession().doWork( new Work() { void execute(Connection connection) { // your work... } } )
17:18:41 <bwolfe> very interesting
17:18:42 <Mkop> that was their suggested replacement for ps = sessionFactory.getCurrentSession().connection().prepareStatement(sql);
17:18:48 *** jmiranda has quit IRC
17:19:04 <Mkop> well, not a direct replacement obviously
17:19:24 <Mkop> I guess it's a replacement for that line plus all the code referring to that PreparedStatement
17:19:50 <bwolfe> yeah
17:19:56 <bwolfe> did they say why they did that?
17:20:21 *** nimanthab has quit IRC
17:20:46 <Mkop> there was a whole debate about it
17:20:53 <Mkop> in IRC
17:20:57 <Mkop> I didn't get a clear answer
17:21:00 <bwolfe> heh
17:21:05 <bwolfe> so you started an argument?
17:21:07 <Mkop> something to do with the fact that the connection is only valid during the method call
17:21:18 <Mkop> apparently it was controversial when they deprecated it also
17:21:23 <Mkop> http://opensource.atlassian.com/projects/hibernate/browse/HHH-2603
17:21:27 <OpenMRSBot> <http://ln-s.net/3BYV> (at opensource.atlassian.com)
17:21:31 <bwolfe> I see, so they didn't want people saving the connection to a local var. that makes sense
17:29:53 *** luzhuangwei has quit IRC
17:30:31 <Mkop> so even though technically there are 70 deprecation warnings, in essence they all fall into about 3 categories: 1) Session.connection() stuff, 2) imports for deprecated objects, 3) serialization, 4) a couple workflowstate things that we need to figure out
17:30:53 <Mkop> bwolfe: ^^
17:31:41 <bwolfe> ok, cool
17:31:50 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7735]: serialization: delete for my second work for short serializtion <http://dev.openmrs.org/changeset/7735> || OpenMRS Changesets: Changeset [7734]: dataintegrity: adding a new module test class <http://dev.openmrs.org/changeset/7734> || OpenMRS Changesets: Changeset [7733]: serializtion: delete MyDomDriver.java <http://dev.openmrs.org/changeset/7733>
17:31:59 <bwolfe> once 1.5.x is created (for 1.5 alpha) we'll be able to pull out a lot of those imports
17:33:26 *** jmiranda1 has quit IRC
17:34:39 <Mkop> that's excluding report.* and reporting.*
17:34:52 <Mkop> which give about 800 warnings among them
17:35:05 <bwolfe> Mkop: if you want to tackle the getconnection ones, make a new ticket for it. changing to how they did it should be fine
17:35:08 <Mkop> due to everything being deprecated with the move to the reporting module
17:35:24 <Mkop> I'll make a new ticket, and close out this one
17:35:32 <Mkop> maybe I'll be the one who attacks the new ticket
17:36:51 <Mkop> bwolfe: for category 4 above, I'm a bit lost on some of them
17:37:02 <Mkop> I'm not sure if there _is_ a solution in some cases
17:38:03 <Mkop> example: ProgramWorkflowStateEditor.java line 36, uses ProgramWorkflowService.getState(Integer)
17:43:14 <bwolfe> Mkop: yeah, the workflow stuff needs to be looked at pretty hard
17:46:03 <bwolfe> Keelhaul: which module of yours extends encounter ?
17:46:10 <Keelhaul> inpatientcare
17:46:48 <nribeka> out of topic: indianapolis is number one place for new grads
17:46:57 <bwolfe> nice
17:47:12 <Mkop> what does that mean?
17:47:40 <nribeka> http://www.cnn.com/2009/LIVING/worklife/05/13/cb.top10.cities.grads/index.html?iref=mpstoryview
17:47:41 <OpenMRSBot> <http://ln-s.net/3BYr> (at www.cnn.com)
17:52:36 <Mkop> bwolfe: what do you suggest I do for those workflow things?
17:52:57 <bwolfe> I think you have to leave them for now
17:53:31 <bwolfe> I think the solution will be to either add more methods to the service or to change the logic around the place that is calling the service
17:55:12 <Keelhaul> hmm
17:55:35 <Keelhaul> i need some kind of push service for discharge letters
17:55:43 <Keelhaul> since they have to be actively "created" by someone
17:55:47 <Keelhaul> whose name appears in the message
17:56:44 <Keelhaul> without saving the message in the db
18:00:15 <Keelhaul> is anyone familiar with how discharge letters are passed on?
18:01:06 <Keelhaul> 1) local provider generates a letter, which is an xml message used to generate a PDF file, xml message is gone afterwards and cannot be pulled by a third party
18:01:08 <Keelhaul> this is how it is now
18:01:14 <Keelhaul> an alternative would be
18:01:44 <Keelhaul> 2) local provider generates a letter and it is saved in the db along with the xml message, a third party can access saved letters via a web service or smt
18:02:31 <Keelhaul> a local provider can generate a new one from that encounter at any time and overwrite the old one, but a third party can only get what's saved
18:04:06 <bwolfe> option 2 seems safer Keelhaul
18:04:19 <bwolfe> so that data doesn't get lost
18:04:41 <Keelhaul> well the encounter is always there
18:04:47 <Keelhaul> a new one can be generated from the same data anytime
18:04:47 <Keelhaul> but
18:05:30 <Keelhaul> the problem is that the author can only be someone from the hospital, recipients cant write the letter themselves
18:06:09 <Keelhaul> so unless it's possible to access the recipient's web service and push the letter at creation, it cant be sent to anyone
18:08:07 <Keelhaul> the DischargeLetter object has almost 40 properties
18:08:17 <Keelhaul> i'd have to make a column for most of them
18:14:58 *** jmiranda has joined #openmrs
18:14:58 *** ChanServ sets mode: +o jmiranda
18:32:58 *** scottyaz has joined #openmrs
18:33:07 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1489 (task created): Fix calls to Session.connection() <http://dev.openmrs.org/ticket/1489> || OpenMRS Tickets: Ticket #487 (defect closed): Weird end case: adding voided patient name causes patient delete <http://dev.openmrs.org/ticket/487#comment:6> || OpenMRS Changesets: Changeset [7737]: Added note to deploy-web about write access <http://dev.openmrs.org/changeset/7737> || OpenMRS Changesets: Changeset [7736]: Removed voided box as an option for new identifiers/names/addresses on the … <http://dev.openmrs.org/changeset/7736>
18:39:33 <Mkop> bwolfe: I just added ticket 1489 on that connection() thing
18:41:15 *** jacobb has joined #openmrs
18:47:59 *** scottyaz has quit IRC
18:49:46 *** jabobo has quit IRC
18:56:26 *** Mkop has quit IRC
19:35:34 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1490 (defect created): Searching for drug orders of multiple drug types in cohort builder does not work <http://dev.openmrs.org/ticket/1490>
20:03:41 *** james_regen has quit IRC
20:39:37 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7738]: reporting module: Add initial Tracnet test, modify services and … <http://dev.openmrs.org/changeset/7738>
21:43:05 *** bwolfe has quit IRC
21:47:28 *** joesolomon has joined #openmrs
21:56:39 *** Keelhaul has quit IRC
22:08:00 *** joesolomon has quit IRC
22:10:58 *** kane77 has quit IRC
22:13:43 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7739]: rwandaprimarycarepilot module: a bunch of improvements. <http://dev.openmrs.org/changeset/7739>
23:19:28 *** bodobacs has quit IRC