IRC Chat : 2009-05-15 - OpenMRS

00:00:02 <Keelhaul> oh
00:00:10 <Keelhaul> i was talking to some guy in a java channel last night
00:00:15 <Keelhaul> 4 ppl with a group assignment
00:00:19 <Keelhaul> 2 of them did all the work
00:00:30 <Keelhaul> the other two werent reachable until 5h before it was due
00:00:42 <Keelhaul> so they just went and told the prof the other two didnt do anything
00:01:25 <Mkop> this guy has not been unreachable (except today), he's just been kinda following along as I lead
00:01:31 <Mkop> and I need to explain everything to him
00:11:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7764]: ncd: partial progress on hibernate mapping object renaming and javadoc … <http://dev.openmrs.org/changeset/7764>
00:33:55 *** Echidna has quit IRC
00:42:01 <Mkop> grrrr
00:49:34 *** Echidna_ has joined #openmrs
00:50:46 *** Keelhaul|afk has joined #openmrs
00:53:56 *** Keelhaul has quit IRC
01:05:09 *** bodobacs has quit IRC
01:46:02 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7768]: reporting module: Create IndicatorResult interfaces and classes, move … <http://dev.openmrs.org/changeset/7768> || OpenMRS Changesets: Changeset [7767]: ncd: partial progress on hibernate mapping object renaming and javadoc … <http://dev.openmrs.org/changeset/7767> || OpenMRS Changesets: Changeset [7766]: reporting module: Null checks to CohortIndicatorDataSetDefinition <http://dev.openmrs.org/changeset/7766> || OpenMRS Changesets: Changeset [7765]: reporting module: Utility methods for aggregation <http://dev.openmrs.org/changeset/7765>
02:30:08 *** upul has joined #openmrs
02:30:08 *** ChanServ sets mode: +v upul
03:28:55 *** atomicturtle has joined #openmrs
03:41:38 *** bwolfe has quit IRC
03:44:19 *** nribeka has joined #openmrs
03:44:19 *** ChanServ sets mode: +v nribeka
04:08:48 *** omar has joined #openmrs
04:31:47 *** Mkop has quit IRC
05:05:19 *** harshini has joined #openmrs
05:07:48 *** Keelhaul|afk has quit IRC
05:12:34 *** harshini has quit IRC
05:27:21 *** harshini has joined #openmrs
05:30:21 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7769]: dataintegrity: changed the HibernateDataIntegrityDAO.java. Removed the … <http://dev.openmrs.org/changeset/7769>
05:34:40 *** harshini has quit IRC
05:42:38 *** scottyaz has quit IRC
05:49:14 *** harshini has joined #openmrs
05:50:09 <nribeka> yo all
05:52:46 *** harshini has quit IRC
05:53:27 <upul> hey dude
05:57:27 *** atomicturtle has quit IRC
05:57:31 *** atomicturtle has joined #openmrs
06:25:38 *** upul has quit IRC
06:32:17 *** scottyaz has joined #openmrs
06:52:30 *** pascal` has joined #openmrs
06:58:38 *** upul has joined #openmrs
06:58:38 *** ChanServ sets mode: +v upul
07:02:30 <pascal`> hey upul
07:18:30 *** harshini has joined #openmrs
07:27:10 *** harshini has quit IRC
07:31:09 <upul> hey pascal`
07:38:07 *** upul_ has joined #openmrs
07:38:07 *** ChanServ sets mode: +v upul_
07:38:49 *** upul has quit IRC
07:39:13 *** upul has joined #openmrs
07:39:14 *** ChanServ sets mode: +v upul
07:43:09 *** upul_ has quit IRC
07:43:18 *** upul has quit IRC
07:44:09 *** omar has quit IRC
07:56:26 *** harshini has joined #openmrs
07:57:57 *** bodobacs has joined #openmrs
08:01:00 *** amoga has joined #openmrs
08:01:14 *** upul has joined #openmrs
08:01:14 *** ChanServ sets mode: +v upul
08:06:22 *** harshini has quit IRC
08:38:41 *** openmrs_6442 has joined #openmrs
08:39:37 *** openmrs_6442 has quit IRC
08:39:57 *** Pascal has joined #openmrs
08:40:03 *** openmrs_6442 has joined #openmrs
08:40:19 *** Pascal is now known as pascal`_
08:40:45 *** pascal`_ is now known as pascal``
08:41:27 *** openmrs_6442 has quit IRC
08:47:49 *** pascal`` is now known as pascal`_
08:57:37 *** atomicturtle1 has joined #openmrs
08:57:37 *** atomicturtle has quit IRC
08:58:17 *** pascal` has quit IRC
09:13:22 *** harshini has joined #openmrs
09:15:11 *** pascal`_ has quit IRC
09:21:42 *** harshini has quit IRC
09:31:56 *** scottyaz has quit IRC
10:06:07 *** scottyaz has joined #openmrs
10:41:04 *** harshini has joined #openmrs
10:43:38 <harshini> hi all
10:43:38 <harshini> i was trying to understand the basic module
10:43:38 <harshini> <bean id="basicmoduleFormController" class="@MODULE_PACKAGE@.web.controller.BasicModuleFormController"> <property name="commandName"><value>thePatientList</value></property> <property name="formView"><value>/module/@MODULE_ID@/basicmoduleForm</value></property> <property name="successView"><value>basicmoduleLink.form</value></property> </bean>
10:43:38 <harshini> as far as i know a bean would be created with following properties
10:44:12 <harshini> can anyone explain me what does basicmoduleLink.form means
10:44:28 <harshini> i dont have it in my module pacakge
10:46:36 <r0bby> okay
10:46:51 <r0bby> okay, that's the controller definition
10:47:33 <r0bby> commandName is what the form backing object will be referred to as
10:47:54 <r0bby> read the spring mvc docs
10:47:57 <r0bby> they explain it
10:49:13 <r0bby> formView is the path to the JSP file minus the .jsp extension
10:49:33 <r0bby> andsuccessView is what it will be referred to when we request it via the url from openmrs
10:49:42 <r0bby> what was the qesution?
10:50:07 <r0bby> and basicmoduleLink.form is a spring mvc convention (since it's a form we're dealing w/)
10:50:26 <r0bby> harshini: http://static.springframework.org/spring/docs/2.5.x/reference/mvc.html
10:50:27 <OpenMRSBot> <http://ln-s.net/3-aX> (at static.springframework.org)
10:50:33 <r0bby> work your way through that
10:50:51 <harshini> thanks
11:07:48 <harshini> i.e successView would invoke BasicFormController
11:07:53 <harshini> am i on the right track
11:13:09 *** harshini has quit IRC
11:16:24 *** harshini has joined #openmrs
11:21:11 *** harshini has quit IRC
11:24:07 *** harshini has joined #openmrs
11:25:05 *** upul has quit IRC
11:26:05 <r0bby> harshini: yup[
11:26:32 <r0bby> when you go to http://localhost:8080/openmrs/modules/basicmodule/basicmoduleLink.form
11:26:37 <r0bby> it'll invoke the controller
11:26:45 <harshini> thanks a lot
11:26:47 <r0bby> and pull all data it needs from the command object etc
11:27:01 <r0bby> the spring mvc tutorial should help ya :)
11:27:19 <r0bby> a lot of that noise is reduced using the new @Controller annotation available in spring 2.5
11:27:24 *** james_regen has joined #openmrs
11:27:24 *** ChanServ sets mode: +v james_regen
11:27:38 <r0bby> examples exist the rwandaprimarycarepilot module
11:27:52 <r0bby> and in the groovy module
11:28:55 <r0bby> (for @Controller annotations
11:47:20 *** scottyaz has quit IRC
11:49:54 *** scottyaz has joined #openmrs
11:50:02 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7773]: dataintegrity: changed the openmrs api jars in the lib-common. Updated the … <http://dev.openmrs.org/changeset/7773> || OpenMRS Changesets: Changeset [7772]: groovy module: make the image smaller so it fits neatly in the lower … <http://dev.openmrs.org/changeset/7772> || OpenMRS Changesets: Changeset [7771]: groovy module: small cosmetic change <http://dev.openmrs.org/changeset/7771> || OpenMRS Changesets: Changeset [7770]: groovy module: add a background logo. <http://dev.openmrs.org/changeset/7770>
11:58:00 *** atomicturtle has joined #openmrs
11:58:00 *** atomicturtle1 has quit IRC
12:05:00 *** bwolfe has joined #openmrs
12:05:00 *** ChanServ sets mode: +o bwolfe
12:15:35 <r0bby> bwolfe: o/
12:15:41 <r0bby> :< I lost $200
12:15:41 <bwolfe> hey
12:15:50 <r0bby> ...and never went to bed :)
12:16:03 <bwolfe> atlantic city?
12:16:21 <r0bby> _BUT_ burke sent me a logo to use as a background for the textbox :D we more or less cloned groovywebconsole
12:18:24 *** harshini has quit IRC
12:18:40 *** harshini has joined #openmrs
12:23:17 * r0bby pokes OpenMRSBot
12:24:01 <r0bby> :)
12:24:22 <r0bby> bwolfe: this doesn't break our policy of not giving attributions
12:24:43 <r0bby> http://dev.openmrs.org/browser/openmrs-modules/groovy/src/org/openmrs/module/groovy/GroovyUtil.groovy?rev=7775#L109
12:24:52 <OpenMRSBot> <http://ln-s.net/3Bwb> (at dev.openmrs.org)
12:25:10 <r0bby> (I felt it was right since he actually gave me the green light, i emailed him privately)
12:25:27 *** harshini has quit IRC
12:25:32 <r0bby> and i pretty much ripped the code verbatim adding ignores for other packages
12:25:33 <bwolfe> r0bby: no, thats good. I've done that in a few places in openmrs core where I've stolen/borrowed code
12:25:42 <r0bby> Okay good.
12:26:23 <r0bby> once i get saving work, i'm gonna email him to show him what his code did :)
12:27:05 <r0bby> I could probably very easily throw together a generic groovywebconsole usign DWR :)
12:27:09 <r0bby> not just openmrs :-)
12:27:38 <r0bby> and when i get work started up on groovyforms, i'm gonna take the enhanced ui for groovy module and integrate it :)
12:29:07 <r0bby> it's kinda pretty neat
12:29:09 <bwolfe> why? why not just require the groovy module from groovyforms? Then groovyforms doesn't have to put the groovy jar into /lib
12:29:19 <r0bby> hrm
12:29:34 <r0bby> that'd make it easier than dealing w/ maintaining BOTH
12:29:53 <r0bby> but I suppose i could make an extension pt
12:30:13 <r0bby> I'll look into it :)
12:30:47 <r0bby> groovyforms is on trhe backburner; let's focus on the facility data module
12:31:04 <bwolfe> good idea
12:32:39 <r0bby> groovy module is only being done b/c it's straight forward
12:32:52 <r0bby> (I knew what needed to be done; i just happened to bust it!)
12:33:04 *** upul has joined #openmrs
12:33:04 *** ChanServ sets mode: +v upul
12:33:06 <r0bby> but i fixed it *AND* made it better :D
12:35:39 <r0bby> i found one thing i hated
12:35:43 <r0bby> if im gonna use groovy
12:35:52 <r0bby> damn well better use the language features!
12:35:53 <r0bby> :)
12:36:20 <r0bby> I wish i could get the PIH guys to use groovy full on :)
12:36:22 <r0bby> meh
12:36:42 <bwolfe> not going to happen
12:36:45 <r0bby> I'm more productive...
12:36:47 <r0bby> Yeh, i know
12:36:50 <r0bby> I spoke to mike :P
12:37:12 *** harshini has joined #openmrs
12:37:42 <r0bby> I think burke and I are the only openmrs devs who know groovy :)
12:37:48 <r0bby> burke knows it better than me actually
12:39:26 <bwolfe> burke knows most things better than most people
12:39:32 <bwolfe> so don't feel too bad :-p
12:40:02 <r0bby> yeh burke amazes me :)
12:40:18 <r0bby> it's burke's voice in my head that screamed to refactor groovy module :P
12:40:29 <r0bby> or maybe it was the existing voices...
12:40:33 <r0bby> who knows :P
12:43:02 <r0bby> http://dev.openmrs.org/changeset/
12:43:07 <r0bby> that's why i love groovy
12:43:25 <r0bby> this line: final def ret = [res,output,trace] as String[]
12:43:39 <r0bby> that's native list syntax, coerced to a String[].
12:44:08 <r0bby> if you coerce to a Set and it contains duplicates, the dupes will be filtered out :)
12:44:54 <r0bby> I don
12:45:01 <r0bby> t get what scares people bout groovy
12:45:06 <r0bby> it's java for the most part!
12:45:12 <r0bby> (that's why i love it)
12:45:34 <r0bby> it mostly maps 1:1
12:45:41 <r0bby> except in a few cases
12:46:17 *** upul_ has joined #openmrs
12:46:17 *** ChanServ sets mode: +v upul_
12:52:56 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7776]: groovy module: tweaking the wording on the acknowledgement <http://dev.openmrs.org/changeset/7776> || OpenMRS Changesets: Changeset [7775]: groovy module: add a special thanks to Guillaume Laforge for allowing me … <http://dev.openmrs.org/changeset/7775> || OpenMRS Changesets: Changeset [7774]: Fixing concept_word schema update errors <http://dev.openmrs.org/changeset/7774>
12:53:50 *** upul has quit IRC
12:54:34 <r0bby> WHOA!
12:54:42 <r0bby> upul is an apache commitrer?!?!??!?!!
12:54:47 <r0bby> since when..
12:55:34 *** harshini has quit IRC
12:56:46 <r0bby> Won.t work with Shift, Alt, Ctrl keys in Safari
12:56:52 <r0bby> bwolfe: bug with the jquery plugin
12:57:09 <r0bby> I'm gonna try and bind f2
12:57:24 <bwolfe> r0bby: I don't care about safari :-p
13:02:24 *** Keelhaul has joined #openmrs
13:02:24 *** ChanServ sets mode: +v Keelhaul
13:16:10 <r0bby> hackishly the keycode is going to be f2.
13:16:29 <r0bby> randomly chosen by me, knowing no conflicts
13:25:00 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7777]: groovy module: slight refactoring involving how the final return array is … <http://dev.openmrs.org/changeset/7777>
13:28:22 <bwolfe> r0bby: how about both f2 and control-enter for those of us that have a quality browser?
13:28:53 * r0bby sighs
13:29:00 <r0bby> I'm coding this up by hand
13:29:17 <r0bby> f2 is easy
13:29:30 <r0bby> but your hand has to travel, oh the agony!!!!!!
13:31:14 <r0bby> some google hits are useless.
13:33:11 <r0bby> ok
13:33:20 <r0bby> I think i can handle this :)
13:42:30 <r0bby> bwolfe: there's a greasemonkey script i could write :)
13:42:40 <r0bby> but i still need to do a server-side dwr call :x
13:42:59 <r0bby> which will throw up and bust if groovy module is absent :)
13:44:11 <bwolfe> r0bby: what? I thought you were using that other library
13:44:36 <bwolfe> r0bby: define two hotkeys. one is f2 for safari users, the other is f2 OR control-enter for all other browsers
13:45:24 <r0bby> yeh
13:45:31 <r0bby> jquery busted
13:45:35 <r0bby> so I'm gonna roll my own :)
13:45:41 <r0bby> in the mean time
13:45:45 <r0bby> break time from that crap
13:45:50 <r0bby> this will be pushed to 1.4 i think
13:46:03 <r0bby> 1.3 will be UI improvements + saving to the db :)
13:46:10 <r0bby> unless hotkeys seem important
13:46:16 <r0bby> I was gonna do hotkeys for 1.3
13:46:25 <r0bby> but unless i can get it working before May 23rd :)
13:47:37 *** scottyaz has quit IRC
13:50:12 <bwolfe> r0bby: cmon...hot keys aren't that hard. http://pastebin.com/m64d6aef9
13:50:35 <bwolfe> that is what is in conceptForm.form so that control-left and control-right go to the previous/next concept
13:51:10 *** jmiranda has quit IRC
13:51:24 <bwolfe> (actually it looks like its just doing left/right)
13:52:23 *** scottyaz has joined #openmrs
13:55:38 <r0bby> ok
13:55:42 <r0bby> i'll use it :)
13:55:44 <r0bby> sorry ;x
13:55:56 <r0bby> im not used to js :(
13:56:06 <bwolfe> bah. js is your friend
13:56:10 <bwolfe> its easier than groovy
13:56:17 <r0bby> oh jesus that's easy
13:56:18 <bwolfe> and 100 times more scriptlike. :-)
13:56:43 <r0bby> incoming flood
13:56:44 <r0bby> $("#groovyScript").keyDown(function(event) {
13:56:44 <r0bby> if(event.keyCode == 113) {
13:56:44 <r0bby> eval();
13:56:44 <r0bby> }
13:57:00 <r0bby> });
13:57:06 <bwolfe> might want to check for the control-key as well
13:57:10 <bwolfe> or is 113 f2 ?
13:57:11 <r0bby> I know
13:57:12 <r0bby> :)
13:57:15 <r0bby> 113 == f2
13:57:32 <bwolfe> cool
13:57:35 <bwolfe> bbl
13:57:36 <r0bby> 113 || (ctrl + enter)
14:05:52 <r0bby> http://www.webonweboff.com/tips/js/event_key_codes.aspx
14:05:53 <r0bby> :)
14:06:01 <r0bby> I googled the keycodes :)
14:06:03 <OpenMRSBot> <http://ln-s.net/3ByN> (at www.webonweboff.com)
14:10:18 <upul_> funny picture http://defence.lk/new.asp?fname=20090515_13
14:11:26 <r0bby> upul_: when did you become an apache committer mr!
14:11:38 <r0bby> oh and i saw two mentions of openmrs!
14:11:46 <r0bby> (I have google blogsearch alerts for openmrs :)
14:15:18 <upul_> about 2 years ago
14:19:07 *** jmiranda has joined #openmrs
14:19:07 *** ChanServ sets mode: +o jmiranda
14:20:22 <r0bby> upul_: awesome :)
14:20:23 <r0bby> okay
14:20:28 <r0bby> time to shutdown the laptop
14:20:35 <r0bby> shall code later tonight or monday :)
14:20:42 <r0bby> adios.
14:28:22 *** luzhuangwei has joined #openmrs
14:51:00 *** amoga has quit IRC
14:53:59 *** upul__ has joined #openmrs
14:53:59 *** ChanServ sets mode: +v upul__
14:54:55 *** upul__ has quit IRC
14:57:35 *** atomicturtle1 has joined #openmrs
14:57:35 *** atomicturtle has quit IRC
14:57:41 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7780]: ncd:Refactored ncdcontext_XXX tables into a single table called … <http://dev.openmrs.org/changeset/7780> || OpenMRS Changesets: Changeset [7779]: in patientmatching module, changed advice to catch getPatientByExample as … <http://dev.openmrs.org/changeset/7779> || OpenMRS Changesets: Changeset [7778]: groovymodule: tweaked ant build to avoid corrupting images <http://dev.openmrs.org/changeset/7778>
14:58:06 *** upul_ has quit IRC
15:01:57 *** kane77 has joined #openmrs
15:16:27 <nribeka> http://www.geekherocomic.com/2009/05/15/undeniable-logic/ lol
15:16:31 <OpenMRSBot> <http://ln-s.net/3BzQ> (at www.geekherocomic.com)
15:27:06 *** upul has joined #openmrs
15:27:06 *** ChanServ sets mode: +v upul
15:29:12 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7784]: ncd:Updated ContextDAOTests to use datasets. Updated NLP dataset so that … <http://dev.openmrs.org/changeset/7784> || OpenMRS Changesets: Changeset [7783]: ncd:Added contextGroup clause to findContextByTypeAndGroup. <http://dev.openmrs.org/changeset/7783> || OpenMRS Changesets: Changeset [7782]: ncd:Moved findContextByTypeAndGroup back to HQL query form. <http://dev.openmrs.org/changeset/7782> || OpenMRS Changesets: Changeset [7781]: reporting: Merged core dataset changes from dataset refactoring branch. <http://dev.openmrs.org/changeset/7781>
15:31:09 *** scottyaz has quit IRC
15:38:32 *** nribeka has quit IRC
15:50:15 <upul> breavest kid 7 year old beheaded on May 17 1814 http://www.infolanka.com/org/srilanka/hist/hist8.html
15:50:17 <OpenMRSBot> <http://ln-s.net/3Bzl> (at www.infolanka.com)
15:51:12 *** jmiranda has quit IRC
16:01:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1491 (enhancement created): Short name concepts should also show preferred name on a concept name search <http://dev.openmrs.org/ticket/1491> || OpenMRS Changesets: Changeset [7787]: reporting: Merged a few relevant tests (and test data) from dataset … <http://dev.openmrs.org/changeset/7787> || OpenMRS Changesets: Changeset [7786]: reporting: Added a few unimplemented methods to the core reporting … <http://dev.openmrs.org/changeset/7786> || OpenMRS Changesets: Changeset [7785]: groovy module: upgrade groovy jar to 1.6.3 <http://dev.openmrs.org/changeset/7785>
16:07:32 *** jmiranda has joined #openmrs
16:07:32 *** ChanServ sets mode: +o jmiranda
16:32:08 *** upul has quit IRC
16:55:37 <Keelhaul> bwolfe: whats the common practice for module version vs module db version
16:57:13 <bwolfe> Keelhaul: independent
16:57:28 <bwolfe> or you can jump the db version up to whatever the current module version is. its up to you
16:57:53 <Keelhaul> ok
16:58:05 <Keelhaul> seems reasonable
17:00:21 <r0bby> sigh
17:00:45 <r0bby> such a bad idea to decide to never go to sleep.
17:00:50 <r0bby> I'm dead tired :(
17:01:00 <r0bby> been up for 24hrs almost :<
17:01:04 <Keelhaul> why
17:01:23 <r0bby> well, gambling of course :)
17:01:32 <Keelhaul> =o
17:01:35 <r0bby> atlantic city
17:01:46 <r0bby> yeh I gambling away $200 of last yrs soc money
17:01:59 <Keelhaul> way to spend time and money
17:02:21 <r0bby> hey, i had fun
17:02:28 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7788]: reporting module: Remove DataSetProviders and fix DataSetEvaluators and … <http://dev.openmrs.org/changeset/7788>
17:02:41 <r0bby> blackjack is great when the shoe is going great, it BLOWS when the shoe is going REALLLLLLLLLLLLLLLLLLLLLY bad
17:03:03 <Keelhaul> wahts the difference to playing blackjack on the computer
17:03:09 <Keelhaul> all you get is a card drawn at a time
17:03:13 <Keelhaul> and then you win or lose
17:05:47 *** omar has joined #openmrs
17:06:46 <omar> hi everybody, any news about the labs?
17:09:37 <Keelhaul> hi
17:10:21 <Keelhaul> bwolfe: a large text always occupised 4gb?
17:10:24 <Keelhaul> err
17:10:30 <Keelhaul> occupies*
17:14:03 <bwolfe> Keelhaul: ?
17:14:10 <bwolfe> omar: no more news
17:14:48 <omar> Ok, tnx
17:14:57 <Keelhaul> bwolfe: i need to save an xml document in the db
17:15:07 <Keelhaul> so i'm trying to pick the right TEXT size
17:15:13 <Keelhaul> tiny, normal, large
17:15:14 <Keelhaul> medium
17:15:34 <Keelhaul> mysql reference says largetext requires 2^32 bytes
17:16:02 <Keelhaul> so i wondered if it's up to 2^32 or if it's always 2^32 nm the content
17:18:12 <bwolfe> I would get its "up to" 2^32
17:19:28 <Keelhaul> mediumblob is 16mb
17:19:32 <Keelhaul> and /text
17:19:42 <Keelhaul> and regular text 64kb
17:19:50 <Keelhaul> that should suffice for discharge letter xml docs
17:19:56 <Keelhaul> or should it
17:19:58 <Keelhaul> hm
17:20:09 <Keelhaul> this example one is 18kb
17:20:16 <Keelhaul> a real one count contain way more data
17:36:18 *** omart13x has joined #openmrs
17:54:46 *** omar has quit IRC
17:57:11 *** atomicturtle1 has quit IRC
17:57:15 <Keelhaul> bwolfe: could you take a look at this please
17:57:16 <Keelhaul> http://rafb.net/p/8ZyfUd92.html
17:57:40 <Keelhaul> i want discharge letters to have a primary key which references an encounter_id
17:57:49 <Keelhaul> and a one to one mapping in hibernate
17:58:10 *** atomicturtle has joined #openmrs
18:05:14 *** nribeka has joined #openmrs
18:05:14 *** ChanServ sets mode: +v nribeka
18:10:57 *** bwolfe has quit IRC
18:47:59 *** luzhuangwei has quit IRC
19:09:30 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7790]: reporting module: Remove need for unchecked Ignore on DataSetColumn <http://dev.openmrs.org/changeset/7790> || OpenMRS Changesets: Changeset [7789]: serialization: add function to deal with collcetion containing short … <http://dev.openmrs.org/changeset/7789>
19:41:30 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7793]: reporting module: Create trunk and branches and move current code into … <http://dev.openmrs.org/changeset/7793> || OpenMRS Changesets: Changeset [7792]: reporting: Modified encounter dataset implementation. <http://dev.openmrs.org/changeset/7792> || OpenMRS Changesets: Changeset [7791]: reporting: Added patient data set implementation. <http://dev.openmrs.org/changeset/7791>
19:43:30 *** james_regen has quit IRC
20:13:31 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7795]: reporting module: Deleting 1.4.x branch, since we will not be supporting … <http://dev.openmrs.org/changeset/7795> || OpenMRS Changesets: Changeset [7794]: reporting module: Create 1.4.x branch <http://dev.openmrs.org/changeset/7794>
20:29:03 *** kane77 has quit IRC
20:45:34 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7796]: reporting module: Upgrading to latest openmrs jar files <http://dev.openmrs.org/changeset/7796>
20:58:27 *** atomicturtle1 has joined #openmrs
20:58:27 *** atomicturtle has quit IRC
21:40:13 *** nribeka has quit IRC
21:54:35 *** Mkop has joined #openmrs
22:13:05 *** Mkop1 has joined #openmrs
22:23:05 *** Mkop has quit IRC
22:25:37 *** Keelhaul has quit IRC
23:10:43 *** Mkop1 has quit IRC
23:21:15 *** nribeka has joined #openmrs
23:21:15 *** ChanServ sets mode: +v nribeka
23:25:43 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7797]: mdrtb module -- starting standard regimen dialog. xml parser needs … <http://dev.openmrs.org/changeset/7797>
23:58:00 *** atomicturtle has joined #openmrs
23:58:00 *** atomicturtle1 has quit IRC
23:59:57 <nribeka> tenis time