| 00:00:23 | *** Agnor has quit IRC |
| 00:04:24 | <r0bby> hrm |
| 00:19:47 | <r0bby> let's see if the module wants to play nice |
| 00:24:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1438 (task closed): Migrate all reporting web components into a module <http://dev.openmrs.org/ticket/1438#comment:5> || OpenMRS Changesets: Changeset [7477]: reportingcompatibility 1.5: Update lib-common and config.xml to reflect ⦠<http://dev.openmrs.org/changeset/7477> || OpenMRS Changesets: Changeset [7476]: reportingcompatibility 1.5: Following code review, removing new service ⦠<http://dev.openmrs.org/changeset/7476> || OpenMRS Changesets: Changeset [7475]: Removes all web-related reporting components from core, in favor of using ⦠<http://dev.openmrs.org/changeset/7475> || OpenMRS Modules: Reporting Compatibility 1.5.0.1 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=reportingcompatibility&version=&1.5.0.1> |
| 00:30:16 | <r0bby> I have an awesome mentor it seems :) |
| 00:30:40 | <r0bby> he got that doen rather quickly |
| 00:32:27 | <r0bby> the reporting thing |
| 00:46:56 | *** atomicturtle has joined #openmrs |
| 00:47:26 | *** atomicturtle has left #openmrs |
| 01:02:03 | <r0bby> I love how DWR issues can bring spring to its knees |
| 01:08:38 | <bwolfe> r0bby: yeah, mike is a rockstar |
| 01:08:43 | <r0bby> he is :) |
| 01:09:03 | <r0bby> yeh groovy just made its way into the groovy module (the JSON code does what is needed _AND_ it works) |
| 01:09:19 | <r0bby> I can't be bothered converting it to java |
| 01:09:19 | <bwolfe> it works again? nice |
| 01:09:23 | <r0bby> it will |
| 01:09:28 | <r0bby> soon as i add the mapping |
| 01:09:35 | <r0bby> it won't *SAVE* but it should run |
| 01:09:48 | <r0bby> well it will save just not what you want |
| 01:09:59 | <r0bby> I can't figure out for the life of me why it's not saving the correct object |
| 01:10:17 | <r0bby> I hope for the sake of OpenmRS i'm sacrificing my schoolwork! |
| 01:10:31 | <r0bby> actually I just hate it that much that im doing something i like better :0 |
| 01:10:33 | <r0bby> :) |
| 01:11:14 | <r0bby> I even spoke w/ Guillaume to get an idea of the license, he said i could consider it public domain |
| 01:11:34 | <r0bby> bad idea to throw an attribution to him in the code? |
| 01:11:51 | <r0bby> ie in the servlet doing the JSON // thanks to Guillaume LaForge for this |
| 01:13:05 | <r0bby> btw the |
| 01:13:16 | <r0bby> Ctrl+enter is the shortcut in groovyconsole to run |
| 01:13:22 | <r0bby> ctrl+R too :) |
| 01:14:03 | <bwolfe> r0bby: nice. I did like htat suggestion. because I'm a big fan of <tab>enter on forms |
| 01:14:09 | <bwolfe> (but control-enter will suffice) |
| 01:14:26 | <bwolfe> wouldn't hurt to give him attribution |
| 01:15:10 | <r0bby> I'm kinda uncomfortable throwing the OPL license at the top |
| 01:16:11 | <r0bby> bwolfe: the best part: the servlet delegates to a util method which takes the request and response, and writes to the response, the servlet has one line in the doPost() method :) |
| 01:16:35 | <bwolfe> r0bby: you don't have to put the OPL at the top |
| 01:18:13 | <r0bby> heh, i just always did |
| 01:18:20 | <r0bby> in this case, i'm not |
| 01:20:10 | <r0bby> w00t ducktyping gone awry |
| 01:21:28 | <r0bby> do you have any idea if groovlets are possible via modules |
| 01:21:35 | <r0bby> I know modules run in an odd environment |
| 01:21:42 | <r0bby> which i don't fully grok |
| 01:21:54 | <r0bby> if they are, then this just became a hell of a lot easier |
| 01:24:03 | <r0bby> I just wanna get this to a point where running works at least |
| 01:24:29 | <r0bby> then i can relax |
| 01:25:25 | <r0bby> DOH! |
| 01:27:56 | <r0bby> OKIES json is returned correctly. |
| 01:28:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Sending open MRS HL7 Messages <http://forum.openmrs.org/viewtopic.php?f=10&t=440#p1538> |
| 01:32:09 | <r0bby> I wonder if burke will flip his lid that i snuck groovy in |
| 01:33:37 | <r0bby> i <3 this |
| 01:33:53 | <r0bby> are any of our classloaders leaking |
| 01:34:01 | <r0bby> (the reason for OOM errors) |
| 01:35:41 | <bwolfe> r0bby: yes, they leak. there is a class referenced somewhere that isn't getting unloaded by tomcat...which causes all classes to be kept around that were loaded by that classloader |
| 01:36:06 | <r0bby> fix is unknown or just low priority? |
| 01:37:24 | <r0bby> If that came off as condescending, it shouldn't have |
| 01:37:54 | <bwolfe> unknown |
| 01:38:08 | <bwolfe> I've spent plenty of time looking for it :-/ |
| 01:41:23 | * r0bby sighs |
| 01:42:49 | <r0bby> hrm |
| 01:43:08 | <r0bby> I was hoping to pull out the JS from the JSP file, but i need to get at the context path :x |
| 01:43:25 | <r0bby> I could throw it all in a class on there and create a class member.. |
| 01:48:43 | <r0bby> jj |
| 01:48:45 | <r0bby> er |
| 01:51:01 | <r0bby> this theming is off |
| 01:51:51 | <r0bby> i blame jquery UI tabs |
| 02:07:51 | <r0bby> I wish I knew what was puking on this |
| 02:08:57 | *** docpaul has joined #openmrs |
| 02:08:57 | *** ChanServ sets mode: +o docpaul |
| 02:09:04 | <docpaul> hi. :) |
| 02:09:08 | <r0bby> hey paul |
| 02:09:18 | * r0bby bangs his head on his desk |
| 02:11:42 | <r0bby> how's it hangin :) |
| 02:11:52 | <docpaul> just getting some work done |
| 02:12:21 | <r0bby> trying to get JSON to play nice w/ the groovy module |
| 02:12:38 | <docpaul> groovy forms or groovy |
| 02:13:02 | <r0bby> groovy |
| 02:13:06 | <r0bby> I've been fixing it up |
| 02:13:29 | <docpaul> does burke know? :) |
| 02:13:33 | <r0bby> yes |
| 02:13:36 | <docpaul> coolness |
| 02:13:41 | <r0bby> burke is well aware, in fact i broke it |
| 02:13:47 | <r0bby> so the need to fix it is kinda dire |
| 02:15:05 | <r0bby> cute... it seems to be puking when there's ouput |
| 02:16:14 | <r0bby> http://github.com/glaforge/groovywebconsole/blob/832817147d9fdd95252a948527f3b590962149f2/war/WEB-INF/groovy/executor.groovy |
| 02:16:17 | <OpenMRSBot> <http://ln-s.net/3-97> (at github.com) |
| 02:16:26 | <r0bby> the new way to grab output, result, etc |
| 02:16:30 | <r0bby> unfortunately it's busted |
| 02:16:50 | <r0bby> I checked on the license, basically public domain |
| 02:16:59 | <r0bby> I emailed asking |
| 02:17:34 | <r0bby> slightly modified, but for the mostpart the same |
| 02:19:03 | <r0bby> something freaky is going on and i can't for the life figure out what |
| 02:20:17 | *** rryan` is now known as rryan |
| 02:22:23 | *** upul has joined #openmrs |
| 02:22:23 | *** ChanServ sets mode: +v upul |
| 02:24:23 | <r0bby> hey upul |
| 02:24:48 | <upul> Hi r0bby |
| 02:38:39 | * r0bby growls |
| 02:38:48 | <r0bby> I don't know what i'd do w/o firebug |
| 02:38:57 | <r0bby> it's helping me a ton |
| 02:41:56 | *** amoga has joined #openmrs |
| 02:42:06 | <amoga> hi all |
| 02:42:09 | <docpaul> hi upul and amoga |
| 02:42:17 | <docpaul> what are you both up to? |
| 02:42:28 | <docpaul> upul: excited to have you as an OIP intern |
| 02:42:31 | <amoga> i have already set my machine up |
| 02:42:41 | <amoga> a lot |
| 02:42:46 | * r0bby still needs to get his module skeleton set up |
| 02:42:58 | <amoga> yes me too |
| 02:42:58 | <docpaul> being up to a lot is good |
| 02:43:06 | <amoga> i am in th emiddle of that |
| 02:43:08 | <r0bby> been cleaning up a mess I made |
| 02:43:10 | <docpaul> i've been working with omar, my student on this |
| 02:43:24 | <r0bby> and trying to debug a lovely bug |
| 02:43:52 | <amoga> my project is integrating openempi with openmrs |
| 02:43:54 | <docpaul> wow, edgerrin james and brett favre both got released today |
| 02:44:06 | <docpaul> amoga: neat.. i know the openempi team well |
| 02:44:16 | <amoga> please help me on that |
| 02:44:17 | <docpaul> most of them work for a company called misys |
| 02:44:33 | <docpaul> help with what? |
| 02:44:36 | <amoga> i cant find any documentation on openempi |
| 02:44:52 | <amoga> the site keeps on throwing http 500 |
| 02:45:16 | <amoga> my mentor has asked me to read some stuff from IHE technical papers |
| 02:45:29 | <amoga> busy doing that |
| 02:45:42 | <amoga> actually my exams are also going on |
| 02:45:53 | <amoga> they would end on 10th may |
| 02:46:11 | <amoga> so i would be a little behind from rest of u guys |
| 02:46:13 | <docpaul> i've been speaking with misys this evening over email... i'll get you more info |
| 02:46:19 | <amoga> please help me to make up |
| 02:46:25 | <amoga> thanks |
| 02:46:37 | <amoga> could you please mail me |
| 02:46:53 | <amoga> amogakmit@gmail.com |
| 02:47:03 | *** atomicturtle1 has joined #openmrs |
| 02:48:01 | <r0bby> I don't get this: "hai\n" is returned from one version, but another returns an extra space |
| 02:50:27 | <r0bby> .. |
| 02:52:07 | <upul> Doctor docpaul, I'm up to nothing these days |
| 02:54:33 | <r0bby> upul: that's redundant |
| 02:54:45 | <upul> :-) |
| 02:55:07 | <upul> local tv show has a name like that |
| 02:56:06 | *** nribeka has joined #openmrs |
| 02:56:06 | *** ChanServ sets mode: +v nribeka |
| 02:57:58 | <amoga> Methods for automatic record matching and linkage and their use in national statistics by Leicester Gill |
| 02:58:17 | <amoga> can anyone gimme this ebbok to read |
| 02:58:33 | <amoga> the text is not avaliable in open library |
| 02:59:17 | <r0bby> amoga: speak w/ nribeka he did the same project last summer |
| 02:59:39 | <r0bby> sigh |
| 03:00:29 | <r0bby> bwolfe: feel helping me out -- i don't get why the same code is entering an unwanted space when the _SAME_ code on GAE doesn't do the same |
| 03:00:32 | <r0bby> :( |
| 03:00:34 | <docpaul> nribeka focused on intrasystem MPI... amoga's focus will be intersystem MPI |
| 03:00:42 | <r0bby> ahhh |
| 03:01:38 | <nribeka> hi :D |
| 03:02:05 | * r0bby bangs his head on his desk |
| 03:02:39 | <r0bby> it is cute how JS pukes on extra spaces |
| 03:02:46 | <r0bby> when doing JSON |
| 03:03:00 | <r0bby> particularly jquery :/ |
| 03:07:09 | <upul> docpaul: how many years has OIP been running? |
| 03:07:40 | <docpaul> upul: 1 |
| 03:07:48 | <upul> this is the first year? |
| 03:08:00 | <r0bby> docpaul: next time I have an appt at columbia university medical center i'll try and see if i can meet up with andy kanter |
| 03:08:01 | <docpaul> more or less... yes |
| 03:08:09 | <docpaul> you should |
| 03:08:18 | <r0bby> is he at the medical center? |
| 03:09:08 | <docpaul> not sure... his appointment is through the biomedical informatics division |
| 03:11:02 | * r0bby sees |
| 03:14:06 | <r0bby> it's on the Morningside Heights campus |
| 03:14:20 | <r0bby> which is the main campus |
| 03:15:15 | <docpaul> he either sits there or at the earth institute |
| 03:15:27 | <r0bby> hrm |
| 03:15:37 | <r0bby> yeh i'm a ways away |
| 03:15:47 | <r0bby> good 10 min walk |
| 03:16:01 | <docpaul> from where you live? |
| 03:16:47 | <r0bby> from where i live it's not far |
| 03:16:52 | <r0bby> 56 minute walk |
| 03:17:28 | <r0bby> ~14 min by subway; 9 min by car; 56 minutes walking |
| 03:17:33 | <r0bby> from where i'd be |
| 03:17:40 | <docpaul> oh |
| 03:18:03 | <r0bby> The Metabolic Bone Disease Unit is running the study |
| 03:18:55 | <r0bby> you've prolly seen some of the papers from this study, i'm prolly screwing their results up :X |
| 03:19:08 | <r0bby> okay i gotta figure out what's going on, or put DWR back in |
| 03:22:15 | <r0bby> ...or |
| 03:27:29 | *** amoga has quit IRC |
| 03:29:39 | *** bwolfe has quit IRC |
| 03:31:44 | <r0bby> :'( |
| 03:31:51 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7478]: uuids branch: Added handlers for automatic setting of attributes that are ⦠<http://dev.openmrs.org/changeset/7478> |
| 03:31:52 | <nribeka> amoga is gone |
| 03:31:53 | <nribeka> :( |
| 03:41:54 | *** isurundt has joined #openmrs |
| 03:45:09 | *** scottyaz has joined #openmrs |
| 03:50:46 | *** atomicturtle1 has left #openmrs |
| 03:52:08 | *** jmiranda has quit IRC |
| 04:29:12 | *** nribeka1 has joined #openmrs |
| 04:40:24 | * r0bby sighs |
| 04:44:55 | *** nribeka2 has joined #openmrs |
| 04:46:13 | *** nribeka2 has quit IRC |
| 04:46:29 | *** nribeka2 has joined #openmrs |
| 04:47:29 | *** nribeka has quit IRC |
| 04:49:47 | <Keelhaul> http://www.facebook.com/group.php?sid=c7c7f280a233c7eaec1c39eaa4df3e0e&gid=5634604185&ref=search |
| 04:49:48 | <Keelhaul> =D |
| 04:49:55 | <OpenMRSBot> <http://ln-s.net/3-$5> (at www.facebook.com) |
| 04:50:52 | <nribeka2> bwolfe as in openmrs's bwolfe Keelhaul? |
| 04:51:03 | <Keelhaul> prolly not |
| 04:51:09 | <Keelhaul> most likely not |
| 04:51:19 | <Keelhaul> but still funny |
| 04:51:44 | <r0bby> name spelled wrong :P |
| 04:53:29 | <Keelhaul> join the group i invited you into, r0bby |
| 04:55:05 | <Keelhaul> Michael Kopinsky's birthday Today - Send a gift |
| 04:55:06 | <Keelhaul> =o |
| 04:55:33 | *** nribeka has joined #openmrs |
| 04:55:37 | *** ChanServ sets mode: +v nribeka |
| 05:03:07 | *** nribeka1 has quit IRC |
| 05:04:19 | *** nribeka has quit IRC |
| 05:04:34 | *** nribeka has joined #openmrs |
| 05:04:34 | *** ChanServ sets mode: +v nribeka |
| 05:13:04 | *** nribeka2 has quit IRC |
| 05:28:52 | *** Keelhaul has quit IRC |
| 05:29:15 | *** scottyaz has quit IRC |
| 05:47:02 | *** atomicturtle has joined #openmrs |
| 06:32:38 | *** pascal` has joined #openmrs |
| 06:35:04 | <pascal`> hi all |
| 06:35:55 | <upul> hi pascal` |
| 06:36:21 | <pascal`> hey upul |
| 06:36:30 | <upul> hey pascal` |
| 06:36:53 | <pascal`> o.O |
| 06:37:37 | <upul> pascal`: you had elections? |
| 06:37:59 | <pascal`> There were election in my country recently, yes |
| 06:38:08 | <upul> we had too |
| 06:40:53 | <pascal`> ok |
| 06:40:58 | <pascal`> what country again? |
| 06:41:23 | <upul> sri lanka, it was a provicial thing this time |
| 06:41:35 | <upul> we had lots of elections :-D |
| 06:42:25 | <pascal`> oic, ok |
| 06:42:49 | <pascal`> we had a public holiday on voting day |
| 08:17:22 | *** scottyaz has joined #openmrs |
| 09:03:55 | *** atomicturtle1 has joined #openmrs |
| 09:04:46 | *** atomicturtle has quit IRC |
| 09:42:19 | *** upul has quit IRC |
| 11:00:33 | *** scottyaz has quit IRC |
| 11:03:12 | *** atomicturtle1 has left #openmrs |
| 11:08:16 | *** upul has joined #openmrs |
| 11:08:16 | *** ChanServ sets mode: +v upul |
| 11:31:51 | <pascal`> wb upul |
| 11:38:10 | *** jmiranda has joined #openmrs |
| 11:38:10 | *** ChanServ sets mode: +o jmiranda |
| 11:43:59 | <upul> did I miss anything pascal` :-) |
| 11:44:41 | <upul> Good morning jmiranda |
| 11:45:00 | *** bwolfe has joined #openmrs |
| 11:45:00 | *** ChanServ sets mode: +o bwolfe |
| 11:45:11 | <upul> Good morning bwolfe |
| 11:45:17 | <jmiranda> hey upul |
| 11:45:51 | <upul> where are you jmiranda? |
| 11:46:00 | <jmiranda> right here |
| 11:46:04 | <bwolfe> hey upul |
| 11:46:13 | <jmiranda> (kidding, @home in madison, wi) |
| 11:46:15 | <bwolfe> its early jmiranda |
| 11:46:19 | <jmiranda> finally |
| 11:46:28 | <upul> bwolfe you've got a fan club ;-) |
| 11:46:44 | <jmiranda> bwolfe: yeah ... went to bed at midnight last night |
| 11:46:45 | <bwolfe> which fan club is that ? |
| 11:46:59 | <upul> jmiranda: i thought you were right there |
| 11:48:06 | <upul> bwolfe: read the logs when you have time |
| 11:49:27 | <bwolfe> upul: hmm, on facebook? I can't access the link. Can you screenshot it for me? |
| 11:49:43 | *** james_regen has joined #openmrs |
| 11:49:43 | *** ChanServ sets mode: +v james_regen |
| 11:49:57 | <r0bby> i went to bed @ 230 |
| 11:49:59 | <r0bby> i think |
| 11:50:19 | <upul> wait |
| 11:50:22 | <r0bby> the JSON implementation was more pain than it w0as worth; i have NO CLUE where this extra space was coming in |
| 11:50:26 | <r0bby> :( |
| 11:50:41 | <r0bby> (for groovy module, sooo back to DWR :( ) |
| 11:51:33 | <bwolfe> a space was killing you? I find that hard to believe |
| 11:51:46 | <r0bby> it wasn't killing me |
| 11:51:48 | <bwolfe> javascript usually doesn't care about whitespace |
| 11:51:54 | <r0bby> JSON does |
| 11:52:09 | <r0bby> because it was erroring on me |
| 11:52:49 | <r0bby> what was puzzling was the same code that was used on http://groovyconsole.appspot.com works fine |
| 11:52:53 | <r0bby> no space! |
| 11:53:33 | <r0bby> i tested it via regular stdout; same code from git; same result as when it was pushed via JSON |
| 11:53:36 | <r0bby> :( |
| 11:53:41 | <r0bby> shrug that's fine :) |
| 11:56:10 | <upul> bwolfe: http://img262.imageshack.us/img262/4076/beni.jpg |
| 11:56:13 | <OpenMRSBot> <http://ln-s.net/3-:J> (at img262.imageshack.us) |
| 11:56:26 | <upul> i didn't name it beni, it was the site |
| 11:56:42 | <upul> actually I don't have a facebook account |
| 11:57:13 | <bwolfe> how'd you get that then upul ? |
| 11:57:31 | <upul> upul is not my only name :-D |
| 11:57:37 | <upul> i have a lot of names |
| 11:57:41 | <bwolfe> there is a jazz player named Ben Wolfe, I'm guessing thats for him. however, until proven otherwise, I'll assume its for me. :-D |
| 11:58:21 | <upul> bwolfe: you don't use facebook? |
| 11:59:31 | <bwolfe> no, I swore it off when it first came out and have successfully resisted it for many years |
| 11:59:43 | <upul> me neither |
| 12:00:02 | <upul> I only have fake accounts to log in to that |
| 12:01:04 | <upul> but there is a person by my name, it's not me |
| 12:01:10 | <bwolfe> if there is something I /really/ need to see, I ask my wife to log into her account and check |
| 12:02:40 | *** atomicturtle has joined #openmrs |
| 12:05:40 | <r0bby> bwolfe: log in |
| 12:05:47 | <r0bby> Burke and Paul have it! |
| 12:06:03 | * r0bby hands bwolfe a nice cold cup of kool-aid |
| 12:06:04 | <r0bby> come on |
| 12:06:11 | <r0bby> drink it, everybody else is doing it!!!! |
| 12:06:32 | * bwolfe spits in r0bby's kool-aid |
| 12:07:36 | <r0bby> DRINK THE KOOL-AID!!! |
| 12:07:55 | <upul> kick him bwolfe kick him |
| 12:08:06 | <r0bby> you suck upul |
| 12:08:07 | <r0bby> :< |
| 12:08:37 | <r0bby> I'm out |
| 12:08:44 | <r0bby> school time. |
| 12:08:45 | <bwolfe> /kickban r0bby |
| 12:08:50 | <r0bby> <3 bwolfe |
| 12:08:53 | <bwolfe> argh! saved by a space r0bby !! ;-) |
| 12:08:59 | <upul> what about me? |
| 12:09:04 | * r0bby drinks the kool-aid himself and keels over |
| 12:09:33 | <r0bby> by handwriting from writing "null |
| 12:09:36 | <r0bby> by handwriting from writing "null |
| 12:09:38 | <r0bby> " |
| 12:09:42 | <r0bby> looks like nun |
| 12:09:44 | <r0bby> LOL |
| 12:09:53 | <r0bby> :x |
| 12:10:02 | <r0bby> </random> |
| 12:16:09 | *** atomicturtle has left #openmrs |
| 12:20:54 | *** upul has quit IRC |
| 12:26:28 | *** docpaul has quit IRC |
| 12:29:22 | *** isurundt has quit IRC |
| 13:00:29 | *** pascal` has quit IRC |
| 13:12:17 | *** pascal` has joined #openmrs |
| 13:19:19 | *** pascal` has quit IRC |
| 13:19:27 | *** pascal` has joined #openmrs |
| 13:32:11 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #432 (enhancement closed): Upgrade BIRT Report Module to the latest version of the OpenMRS API <http://dev.openmrs.org/ticket/432#comment:2> || OpenMRS Tickets: Ticket #551 (enhancement closed): Add better error handling to BIRT Report Module <http://dev.openmrs.org/ticket/551#comment:2> || OpenMRS Tickets: Ticket #554 (enhancement closed): Improve parameter support in BIRT Report Module <http://dev.openmrs.org/ticket/554#comment:2> || OpenMRS Tickets: Ticket #701 (defect closed): Add support for handling GET in Generate Report use case in BIRT Report Module <http://dev.openmrs.org/ticket/701#comment:2> || OpenMRS Tickets: Ticket #700 (defect closed): Add support for patient specific reports in BIRT Report Module <http://dev.openmrs.org/ticket/700#comment:2> || OpenMRS Tickets: Ticket #556 (enhancement closed): Upgrade BIRT Report Module to BIRT Report Engine 2.2.2 <http://dev.openmrs.org/ticket/556#comment:3> |
| 13:33:17 | *** amoga has joined #openmrs |
| 13:34:48 | *** Keelhaul has joined #openmrs |
| 13:34:48 | *** ChanServ sets mode: +v Keelhaul |
| 13:35:12 | *** amoga has quit IRC |
| 13:38:21 | *** Echidna_ has joined #openmrs |
| 13:46:57 | *** pascal` has quit IRC |
| 13:47:04 | *** pascal` has joined #openmrs |
| 13:48:22 | *** Echidna has quit IRC |
| 13:48:33 | *** pascal` has quit IRC |
| 13:48:46 | *** _pascal` has joined #openmrs |
| 13:53:14 | *** jasembo has joined #openmrs |
| 13:54:20 | <jasembo> bwolfe: Hi to you? |
| 13:54:37 | <bwolfe> hi jasembo |
| 13:54:57 | *** _pascal` has quit IRC |
| 13:55:34 | <jasembo> bwolfe: If am not wrong, you should be an admin. |
| 13:56:19 | <bwolfe> I am an admin, that is correct. what can I do for you? :-) |
| 13:56:52 | <bwolfe> (FYI: depending on your irc client, the irc admins usually have a marker. xchat==green dot, other clients == "@" character) |
| 13:57:39 | *** upul has joined #openmrs |
| 13:57:39 | *** ChanServ sets mode: +v upul |
| 14:04:15 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1450 (enhancement created): Upgrade BIRT Report Module to BIRT Runtime Engine API 2.3.x <http://dev.openmrs.org/ticket/1450> || OpenMRS Tickets: Ticket #1449 ( created): Upgrade BIRT Report Module to OpenMRS API v1.4.x <http://dev.openmrs.org/ticket/1449> || OpenMRS Tickets: Ticket #1448 ( created): Allow user to schedule a report to be generated and emailed once a week <http://dev.openmrs.org/ticket/1448> |
| 14:04:52 | <jasembo> Thanks for that info |
| 14:05:55 | <jasembo> bwolfe: was willing to inquire if the google summer of code 2009 has picked students to work on openMRS? |
| 14:06:51 | <bwolfe> yes, sorry, that process ended a few weeks ago. you can see the wiki page for the students we will have |
| 14:06:55 | <bwolfe> !soc2009 |
| 14:06:55 | <OpenMRSBot> bwolfe: Error: "soc2009" is not a valid command. |
| 14:06:59 | <bwolfe> !gsoc2009 |
| 14:06:59 | <OpenMRSBot> bwolfe: "gsoc2009" --- http://openmrs.org/wiki/Summer_Of_Code_2009 |
| 14:07:50 | <bwolfe> jasembo: are you in kenya per chance? |
| 14:08:07 | <jasembo> Yes, I am. |
| 14:11:25 | *** pascal` has joined #openmrs |
| 14:12:51 | <bwolfe> jasembo: cool. where about do you live and how'd you find openmrs? :-) |
| 14:15:10 | <jasembo> bwolfe: I heard of OpenMRS while in my first year. |
| 14:15:46 | <r0bby> ben, i'm gonna update the gsoc page |
| 14:15:55 | <r0bby> since the project name technically changed to Facility Data Module |
| 14:16:16 | <jasembo> bwolfe: However, I learnt of gsoc2009 through a forward from an employee on AMPATH |
| 14:16:59 | <bwolfe> r0bby: perfect, thanks |
| 14:17:40 | <r0bby> i tried moving it to assigned projects |
| 14:17:52 | <r0bby> I succeeded, but i couldn't remove it from unassigned projects |
| 14:18:41 | <bwolfe> jasembo: awesome! I used to work for AMPATH as their Openmrs programmer. Which Univ do you go to ? |
| 14:19:17 | <r0bby> http://openmrs.org/wiki/Summer_Of_Code_2009#Projects |
| 14:19:21 | <r0bby> done :-) |
| 14:19:22 | <jasembo> bwolfe: Am a computer science student at Moi University Chepkoilel Campus |
| 14:19:26 | <OpenMRSBot> <http://ln-s.net/3-BH> (at openmrs.org) |
| 14:19:56 | <r0bby> I need to track mike/darius down :) |
| 14:20:46 | <bwolfe> jasembo: very nice. would your employee friend happen to be Sam Mbugua, or was it someone else? |
| 14:21:12 | <jasembo> bwolfe: Someone else. |
| 14:21:38 | <jasembo> bwolfe: There is this IEDEA group |
| 14:22:27 | <jasembo> bwolfe: I had been issued with their regional website design to test on its security. |
| 14:23:28 | <r0bby> ~projects |
| 14:23:33 | <r0bby> !projects |
| 14:23:33 | <OpenMRSBot> r0bby: "projects" --- (#1) http://projects.openmrs.org, or (#2) http://openmrs.org/wiki/Unassigned_Projects |
| 14:24:00 | <r0bby> bad idea to move them to active projects? |
| 14:24:06 | <r0bby> or wait til soc starts? |
| 14:26:27 | *** upul has quit IRC |
| 14:32:04 | *** jasembo has quit IRC |
| 14:34:22 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7479]: Changes to highlight tabs (Shawn's changes) <http://dev.openmrs.org/changeset/7479> |
| 14:41:23 | *** amoga has joined #openmrs |
| 14:42:27 | <amoga> nribeka u there |
| 14:44:56 | *** upul has joined #openmrs |
| 14:44:56 | *** ChanServ sets mode: +v upul |
| 14:47:23 | <nribeka> yes sir |
| 14:49:05 | <amoga> i am a female |
| 14:49:13 | <amoga> sorry for that :) |
| 14:49:34 | <amoga> ok in the mornin we were in the middle of the conversation |
| 14:49:42 | <amoga> regarding MPI |
| 14:51:22 | <amoga> in my internship i was involved in intergrating mural(sun master patient indexing) with our project |
| 14:51:36 | *** atomicturtle has joined #openmrs |
| 14:51:59 | *** amoga has quit IRC |
| 14:52:26 | *** amoga has joined #openmrs |
| 14:53:31 | <nribeka> ok |
| 14:53:34 | <nribeka> sorry amoga :) |
| 14:53:49 | <nribeka> so is there anything that i could do? |
| 14:54:07 | <amoga> just wanted to ask you about the open mrs |
| 14:54:16 | <amoga> i was going through the site |
| 14:54:37 | <amoga> for creating patient we have very few fields |
| 14:54:49 | <amoga> would we extend it or keep it same |
| 14:55:03 | <nribeka> creating a new patient? in the demo site? |
| 14:55:15 | <amoga> are we following HL7 standards for patient demographics |
| 14:55:20 | <amoga> no |
| 14:55:22 | *** pascal` has quit IRC |
| 14:55:27 | <nribeka> i think that will be the core openmrs |
| 14:55:53 | <amoga> i downloaded the core project from svn |
| 14:55:53 | <nribeka> and the one responsible for the core patient demographic content will be bwolfe here |
| 14:56:22 | <amoga> ok i thought you designed the MPI for openmrs |
| 14:57:46 | <nribeka> hold on |
| 14:57:50 | <nribeka> let's call bwolfe |
| 14:57:51 | <nribeka> :D |
| 14:57:58 | <nribeka> hallow ben / bwolfe |
| 14:58:10 | <nribeka> amoga where are you right now? :D |
| 14:58:26 | *** atomicturtle has left #openmrs |
| 14:58:32 | <bwolfe> which part of of openmrs are you considering the MPI ? |
| 15:01:17 | <nribeka> amoga, are u still there? |
| 15:01:42 | <amoga> y |
| 15:02:33 | <amoga> no i havent looked at code as yet |
| 15:03:24 | <amoga> earlier in the day when we had a chat that time somebody told me that you have implemented the MPI |
| 15:05:50 | <nribeka> bwolfe, amoga referring to this :) |
| 15:05:51 | <nribeka> [03:00:34] <docpaul> nribeka focused on intrasystem MPI... amoga's focus will be intersystem MPI |
| 15:06:10 | <amoga> ya precisely |
| 15:06:14 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7480]: uuids: Added comments and unit tests to required data handlers <http://dev.openmrs.org/changeset/7480> || OpenMRS Tickets: Ticket #1451 (enhancement created): Allow users to send messages with PDF attachments <http://dev.openmrs.org/ticket/1451> |
| 15:06:16 | *** vindyani has joined #openmrs |
| 15:06:38 | <bwolfe> so the patientmatching module did something with an MPI ? |
| 15:11:05 | <nribeka> hmm confirming with james_regen right now bwolfe. but i think the answer is no |
| 15:11:07 | <nribeka> :) |
| 15:12:20 | *** k_nishant has joined #openmrs |
| 15:19:17 | <amoga> so is MPI implemented |
| 15:21:43 | <nribeka> no as far as i know |
| 15:21:55 | <nribeka> i think docpaul mistaken me for someone else? |
| 15:21:57 | <nribeka> perhaps |
| 15:22:34 | <amoga> thats fine |
| 15:22:48 | <amoga> now i guess i will meet you all after my exams |
| 15:22:54 | <amoga> i.e 10 th may |
| 15:27:37 | <nribeka> ah ok ok |
| 15:27:45 | <nribeka> everyone will be here almost all the time |
| 15:32:16 | *** amoga has quit IRC |
| 15:43:08 | *** vanmh has joined #openmrs |
| 15:50:17 | *** vindyani has quit IRC |
| 15:54:58 | *** upul has quit IRC |
| 16:11:03 | *** k_nishant has quit IRC |
| 16:43:18 | *** atomicturtle has joined #openmrs |
| 17:40:13 | *** jmiranda has quit IRC |
| 17:51:06 | *** nribeka has quit IRC |
| 18:17:26 | *** pakon has joined #openmrs |
| 18:25:02 | *** amoga has joined #openmrs |
| 18:25:17 | <amoga> hi bwolfe |
| 18:25:21 | <amoga> u there |
| 18:25:24 | <bwolfe> hey amoga |
| 18:25:31 | <amoga> one last qs |
| 18:26:11 | <amoga> in gsoc application one required technology was spring framework |
| 18:26:27 | <amoga> well in openmrs we are making use of AOP |
| 18:26:32 | <amoga> right |
| 18:27:07 | <amoga> i guess only that is needed or do we need to know the entire mvc spring framework |
| 18:27:08 | <amoga> ? |
| 18:27:54 | <bwolfe> amoga: to make a jsp page you will have to be somewhat familiar with it. there are many examples in openmrs and other modules that will help copy/paste |
| 18:28:10 | <bwolfe> most projects won't require knowledge of AOP |
| 18:28:30 | <bwolfe> most uses of AOP are done in a way so that you don't have to understand it completely and you certainly don't have to write much for it |
| 18:29:07 | <amoga> i know jsp and servlets ,where as mvc frameworks are concerned i am familiar with struts |
| 18:29:24 | <amoga> thats nice |
| 18:30:39 | *** nribeka has joined #openmrs |
| 18:30:39 | *** ChanServ sets mode: +v nribeka |
| 18:31:17 | *** jmiranda has joined #openmrs |
| 18:31:17 | *** ChanServ sets mode: +o jmiranda |
| 18:42:28 | *** amoga has quit IRC |
| 18:56:17 | * r0bby sighs |
| 19:43:09 | *** atomicturtle has left #openmrs |
| 19:58:32 | *** nribeka has left #openmrs |
| 20:17:54 | *** james_regen has quit IRC |
| 20:24:51 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7481]: global-property-types: Add Settings Controller, JSP, POJO and ⦠<http://dev.openmrs.org/changeset/7481> |
| 20:34:05 | *** pakon has quit IRC |
| 20:56:52 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7482]: --sockethl7listener * If the hl7 segment is NTE and not OBX, and this is ⦠<http://dev.openmrs.org/changeset/7482> |
| 21:28:54 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7485]: uuids: Removed not-null constraint on uuid in hibernate mappings so that ⦠<http://dev.openmrs.org/changeset/7485> || OpenMRS Changesets: Changeset [7484]: --chica * Change to use latest sockethl7listener <http://dev.openmrs.org/changeset/7484> || OpenMRS Changesets: Changeset [7483]: global-property-types: Chat log with Dave Thomas <http://dev.openmrs.org/changeset/7483> |
| 21:39:03 | *** Keelhaul has quit IRC |
| 21:50:24 | <r0bby> ...must...study |
| 22:00:58 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7487]: uuids: Minor changes to remove any unneeded changes and bring the uuids ⦠<http://dev.openmrs.org/changeset/7487> || OpenMRS Changesets: Changeset [7486]: uuids branch: cleaned up encounter required data <http://dev.openmrs.org/changeset/7486> |
| 22:05:50 | *** bwolfe has quit IRC |
| 22:19:10 | *** bjl24 has joined #openmrs |
| 22:29:03 | *** bjl24 has quit IRC |
| 22:32:59 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1452 (defect created): Add new Concept Error <http://dev.openmrs.org/ticket/1452> |
| 22:47:31 | *** omar has joined #openmrs |
| 22:48:00 | <omar> hi |
| 22:50:42 | <r0bby> hey omar :)) |
| 22:50:51 | <r0bby> congrats if i didnt say it :) |
| 22:51:09 | * r0bby must study a bit |
| 22:51:13 | <r0bby> then fix groovy module |
| 22:51:24 | <omar> thanks |
| 23:16:19 | *** Keelhaul has joined #openmrs |
| 23:16:19 | *** ChanServ sets mode: +v Keelhaul |
| 23:35:13 | *** docpaul has joined #openmrs |
| 23:35:13 | *** ChanServ sets mode: +o docpaul |
| 23:35:25 | <docpaul> hi. :) |
| 23:35:49 | <omar> hi |
| 23:35:57 | <docpaul> oh, hello omar! :) |
| 23:36:05 | <omar> hi |
| 23:36:23 | <omar> Im here, working in the module, dont think that i forget it |
| 23:36:34 | <omar> now Im reading about the extension Points |
| 23:36:36 | <docpaul> how is it going? :) |
| 23:36:47 | <docpaul> is the technology cool so far? :) |
| 23:36:54 | <omar> I think the module architecture is a nice idea |
| 23:37:09 | <docpaul> provides for a lot of flexibility |
| 23:37:16 | <omar> yes, |
| 23:39:43 | <omar> It's going well everything, I hope tommorrow I can commint a simple helloworld wit patient data |
| 23:40:39 | <omar> and update my blog ;) |
| 23:43:20 | <r0bby> docpaul to the rescue! |
| 23:43:34 | <r0bby> i kinda think it cripples what I want! |
| 23:43:37 | <r0bby> groovlets :( |
| 23:43:50 | <r0bby> I have no idea how to get it working -- perhaps i don't understand the constraints :) |
| 23:44:11 | <r0bby> docpaul: i was talking to brian the other night when eclipse integration in IDEA decided it didnt wanna work anymore |
| 23:44:22 | <r0bby> knowing he used IDEA i asked him if it happened to him |
| 23:44:33 | <r0bby> but after reloading the plugin it worked again magically.. |
| 23:44:52 | <r0bby> I'm also running on the new G1 garbage collector |
| 23:45:15 | <r0bby> hrm not idea |