IRC Chat : 2013-04-15 - OpenMRS

00:01:29 *** annarm has joined #openmrs
00:03:26 *** ShinyAnna has quit IRC
00:18:23 *** Metalan has joined #openmrs
00:19:36 *** lh has quit IRC
00:30:34 *** h3llborn has quit IRC
00:41:23 *** nimby has joined #openmrs
00:58:51 <Metalan> Has someone here ever sent an HL7 message via the REST API? Anyone?
01:42:57 <Metalan> All I want in life is someone to explain me how to convert an OpenMRS Patient Identifier into a valid HL7 PID segment
01:43:02 <Metalan> That's all I've ever wanted
01:43:09 <Metalan> Since I'm a little boy
01:43:16 <Metalan> I've been googling it for years
01:43:22 <Metalan> Well, more like hours
01:44:09 <Metalan> But still.
01:49:55 *** annarm has quit IRC
01:50:09 *** annarm has joined #openmrs
01:56:25 <harshadura> hi Metalan
01:56:36 <Metalan> Hello
01:58:37 <Metalan> harshadura, forgot to mention you :)
01:59:00 <harshadura> Metalan: since its still sunday for lot of countries core devs are not here online, so pls use developer mailing list to ask your question, probably someone will reply as they see it in next morning
01:59:06 <harshadura> email: dev@openmrs.org
01:59:27 <Metalan> If I don't figure it out then I'll do that, thanks
01:59:54 <harshadura> Metalan: sorry, i am not familiar with HL7
01:59:59 <harshadura> ok
02:02:00 <Metalan> harshadura: No problem, I'll keep trying.
02:14:34 <harshadura> Metalan: I am also interested to learn about HL7, if you dont mind could you pls do a knowledge transfer to me
02:14:53 <Metalan> Sure, give me a couple of days
02:15:10 <harshadura> Metalan: ok :-)
02:15:34 <Metalan> harshadura: PM your email if you like, and I'll send you whatever I can
02:15:55 <harshadura> one jz quick question: have u ever used openmrs hl7 module
02:16:42 <Metalan> No, I tried to use the unfinished HL7 Query Module, but it keeps dying on me
02:17:06 <Metalan> I'm using the REST services module to send HL7 messages to be processed by the HL7 parsing abilities implemented in the core
02:17:13 <harshadura> ahh yes i meant the same module
02:20:58 <harshadura> Metalan: what i understand by googling and reading is, HL7 is a standard, so what the openmrs module does is after the user sends the required info to the HL7 query module it converts those to HL7 message and reply back, Am i correct ?
02:22:11 <Metalan> harshadura: Yeah, you do a GET request to a specific URL and it's supposed to only return a HL7 message with the required information
02:22:29 <harshadura> suranga: are you here around? Metalan (suranga is the dev behind OpenMRS HL7 query module)
02:23:21 <Metalan> harshadura: I see. I'm not trying to use the HL7 Module, since I'm trying to do input by HL7 instead of output, but it's possible suranga could help
02:24:21 <harshadura> Metalan: gotcha
02:34:34 *** harsz89 has joined #openmrs
02:47:51 <jkeiper> Metalan: there are HL7 resources
02:48:11 *** NameFILIP has joined #openmrs
02:48:14 <jkeiper> Metalan: but I would look at the unit tests for the ORUR01Handler to see examples of valid HL7 messages
02:48:54 <Metalan> jkeiper: I think my message is valid, I built it using HAPI. I was getting a parse error, but not anymore
02:49:29 <Metalan> jkeiper: Now it says the person can't be resolved. I used the OpenMRS identifier as the PID ID, but I don't know if I have to use something else or format it differently
02:49:42 *** NameFILIP has quit IRC
02:50:09 <jkeiper> Metalan: for now, if you just use the person_id value, it can be like this: 3^^^^
02:50:18 <jkeiper> Metalan: if 3 is the person_id
02:51:07 <Metalan> jkeiper: Is person_id different from the OpenMRS identifier that is formatted like "7279MP-4"?
02:51:45 <jkeiper> yes
02:52:06 <jkeiper> Metalan: if you want to use that, you have to reference the identifier type ... one sec, reading source
02:55:03 <jkeiper> Metalan: the assigningAuthority must match the name of the identifier type
02:55:23 <jkeiper> Metalan: http://www.interfaceware.com/hl7-standard/hl7-field-CX.html
02:55:27 <OpenMRSBot> <http://ln-s.net/-0jM> (at www.interfaceware.com)
02:56:56 <Metalan> jkeiper: How do I get the assigning authority segment to match the identifier type?
02:57:20 <jkeiper> Metalan: like: 101-8^8^M10^OpenMRS Identification Number
02:58:27 <Metalan> jkeiper: Oh, just the whole thing? k, trying
02:59:10 <jkeiper> Metalan: yes, i think that is correct
02:59:15 <jkeiper> Metalan: at least that is what the code says
02:59:31 <jkeiper> Metalan: https://github.com/openmrs/openmrs-core/blob/master/api/src/main/java/org/openmrs/hl7/impl/HL7ServiceImpl.java#L696
02:59:36 <OpenMRSBot> <http://ln-s.net/-0jS> (at github.com)
02:59:41 <jkeiper> Metalan: that is the code doing the interpretation of the CX record
03:00:02 *** annarm has quit IRC
03:05:35 *** harsz89 has quit IRC
03:05:40 *** NameFILIP has joined #openmrs
03:06:46 <Metalan> jkeiper: Interesting, now it just gets stuck in the queue
03:06:52 <Metalan> I'm using person_id, not the OpenMRS identifier
03:07:21 <Metalan> jkeiper: Every time it's trying to clear the message queue: ERROR - TimerSchedulerTask.run(54) |2013-04-14 22:07:00,084| FATAL ERROR: Task [class org.openmrs.scheduler.tasks.TaskThreadedInitializationWrapper] failed due to exception
03:10:11 <Metalan> [org.springframework.transaction.UnexpectedRollbackException]
03:10:11 <Metalan> org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only
03:10:16 *** harsz89 has joined #openmrs
03:12:09 <jkeiper> Metalan: once it's stuck, you have to put it on hold
03:12:12 <jkeiper> that message
03:13:38 <Metalan> jkeiper: I did, but now it just doesn't get processed. Every time I post the message, the same thing happens
03:15:03 *** annarm has joined #openmrs
03:16:39 *** annarm has left #openmrs
03:20:11 *** harshadura has quit IRC
03:20:50 <Metalan> Should the check digit scheme always be M10?
03:20:56 <Metalan> jkeiper: PID|||7279MP-4^4^M10^OpenMRS Identification Number
03:21:06 <Metalan> Getting stuck with that one :/
03:26:41 <jkeiper> Metalan: might need a ^ at the end too
03:29:14 <Metalan> jkeiper: PID|||7279MP-4^4^M10^OpenMRS Identification Number^
03:29:15 <Metalan> Same error
03:31:31 <jkeiper> Metalan: did you finish out the PID with name, etc?
03:32:27 *** harshadura has joined #openmrs
03:32:27 *** ChanServ sets mode: +v harshadura
03:37:20 * jkeiper has to run
03:37:38 <jkeiper> good luck Metalan ... again, you can try using the ORUR01Handler unit tests to see why your PID segment fails
03:38:39 <Metalan> Thanks for the help, jkeiper
03:57:00 *** Metalan has quit IRC
04:01:42 *** harshadura has quit IRC
04:03:55 *** nimby has quit IRC
04:35:32 *** Metalan has joined #openmrs
04:39:46 *** NameFILI_ has joined #openmrs
04:39:59 *** NameFILIP has quit IRC
04:40:00 *** nimby has joined #openmrs
04:44:06 *** jb360 has quit IRC
04:44:39 *** h3llborn has joined #openmrs
04:46:25 *** nimby has quit IRC
04:53:14 *** nimby has joined #openmrs
05:13:13 *** h3llborn has quit IRC
05:40:55 *** killer123 has joined #openmrs
05:48:21 *** harsz89 has quit IRC
05:53:16 *** shortend has joined #openmrs
06:10:51 *** harsz89 has joined #openmrs
06:12:38 *** jenn_ has quit IRC
06:15:59 *** ibewes has joined #openmrs
06:20:51 *** rcrichton has joined #openmrs
06:34:34 *** jenn_ has joined #openmrs
06:37:37 *** nimby has quit IRC
06:41:01 *** Metalan has quit IRC
06:41:44 *** nimby has joined #openmrs
06:47:10 *** CS_Fan has joined #openmrs
06:47:30 <CS_Fan> hi
06:47:53 <CS_Fan> Can anybody tell what all the garbage collector in javamelody does
06:57:46 *** CS_Fan is now known as Changed_Name
06:57:57 *** Changed_Name is now known as CS_Fan
06:58:19 * CS_Fan answer
07:00:22 <ibewes> CS_Fan: hello! Does javamelody include a custom GC?
07:07:33 *** r0bby has joined #openmrs
07:07:33 *** ChanServ sets mode: +v r0bby
07:10:34 *** robbyoconnor has quit IRC
07:10:49 *** r0bby has quit IRC
07:11:13 *** r0bby has joined #openmrs
07:11:13 *** ChanServ sets mode: +v r0bby
07:13:47 *** r0bby_ has joined #openmrs
07:13:47 *** ChanServ sets mode: +v r0bby_
07:13:58 *** r0bby has quit IRC
07:22:43 *** AndroUser has joined #openmrs
07:37:50 *** nimby has quit IRC
07:44:19 *** NameFILIP has joined #openmrs
07:47:14 *** NameFILI_ has quit IRC
08:04:36 *** dkayiwa has joined #openmrs
08:12:42 *** kavuri has joined #openmrs
08:44:03 *** k-joseph has joined #openmrs
08:45:56 *** AndroUser has quit IRC
08:57:50 *** rcrichton has quit IRC
09:17:08 *** killer123 has quit IRC
09:18:29 *** k-joseph has quit IRC
09:34:12 *** jenn_ has quit IRC
09:44:23 *** jenn_ has joined #openmrs
09:46:30 *** NameFILI_ has joined #openmrs
09:48:33 *** NameFILIP has quit IRC
10:23:25 *** tkivite has joined #openmrs
10:31:37 *** ibewes has quit IRC
10:31:42 *** shortend has quit IRC
10:32:06 *** ibewes has joined #openmrs
10:38:33 *** kavuri has quit IRC
10:39:08 *** kavuri has joined #openmrs
10:42:45 *** shortend has joined #openmrs
10:44:25 *** cospih has joined #openmrs
11:18:13 *** r0bby_ has quit IRC
11:29:09 *** femilawal has joined #openmrs
11:34:17 *** portablejim has joined #openmrs
11:34:17 *** portablejim has joined #openmrs
11:38:45 *** dkayiwa has quit IRC
11:41:25 *** NameFILI_ has quit IRC
12:09:12 *** femilawal has quit IRC
12:15:53 *** r0bby_ has joined #openmrs
12:15:53 *** ChanServ sets mode: +v r0bby_
12:18:26 *** r0bby_ is now known as robbyoconnor
12:18:58 <sunbiz> mseaton: are u here??
12:20:19 *** rkorytkowski has joined #openmrs
12:20:19 *** ChanServ sets mode: +v rkorytkowski
12:20:19 *** rkorytkowski is now known as rafa
12:33:37 <sunbiz> rafa: are u here??
12:33:44 <rafa> sunbiz: yes, hi
12:36:15 *** ruwanego has joined #openmrs
12:38:03 *** robbyoconnor has quit IRC
12:41:29 *** jenn_ has quit IRC
12:45:41 *** k-joseph has joined #openmrs
12:49:15 *** dkayiwa has joined #openmrs
12:53:37 *** robbyoconnor has joined #openmrs
12:53:38 *** ChanServ sets mode: +v robbyoconnor
12:55:33 *** garima_ has joined #openmrs
12:58:56 *** garima_ has joined #openmrs
13:00:22 <garima_> rafa: hi
13:02:19 *** r0bby has joined #openmrs
13:02:20 *** ChanServ sets mode: +v r0bby
13:03:03 <rafa> garima_: hi
13:03:27 <garima_> rafa: i needed clarification on RESTWS-370
13:03:37 <rafa> !ticket RESTWS-370
13:03:38 <OpenMRSBot> rafa: [#RESTWS-370] Lookup for concept using .../concept/ does not follow REST conventions - OpenMRS JIRA - https://tickets.openmrs.org/browse/RESTWS-370
13:03:44 *** supun has joined #openmrs
13:04:18 *** robbyoconnor has quit IRC
13:04:25 <garima_> rafa: is the search supposed to be in a search handler?
13:04:34 <rafa> garima_: yes
13:05:19 <rafa> garima_: just make it behave the same as /concept/<conceptname> , but the call should be /concept?name=conceptname
13:05:56 <rafa> garima_: it means you just need to move some code from getByUniqueId to a search handler
13:06:19 <garima_> rafa: yeah thats what i figured
13:06:29 *** r0bby_ has joined #openmrs
13:06:29 *** ChanServ sets mode: +v r0bby_
13:06:46 <garima_> rafa: the ConceptResource1_8 should have just search by id and not by name, right?
13:06:56 <rafa> garima_: right
13:07:11 <rafa> garima_: by uuid to be precise
13:07:27 <garima_> rafa: yes, like every other resource have
13:07:32 <rafa> garima_: correct
13:08:02 *** r0bby has quit IRC
13:08:29 <garima_> rafa: then there should be a test written in controller folder too, right?
13:08:33 *** supun has quit IRC
13:08:44 <rafa> garima_: right, always test :)
13:09:45 <garima_> rafa: the test that is already there must be in the resource subfolder of the test, just need to move it to controller subfolder and test again
13:09:56 <rafa> garima_: correct :)
13:10:13 <garima_> rafa: thats all i needed to know, thanks :)
13:10:35 <rafa> garima_: you are welcome
13:11:25 <garima_> rafa: did you happen to have a look at TRUNK-2883
13:11:37 <rafa> garima_: not yet
13:12:04 *** dkayiwa_ has joined #openmrs
13:12:08 <rafa> !ticket TRUNK-2883
13:12:10 <OpenMRSBot> rafa: [#TRUNK-2883] Undefined personType/viewType combo: / - OpenMRS JIRA - https://tickets.openmrs.org/browse/TRUNK-2883
13:12:31 <rafa> dkayiwa: dkayiwa_ hey!
13:12:37 <dkayiwa_> rafa: hey
13:12:50 <rafa> dkayiwa_: would you mind looking at TRUNK-2883 for garima_ ? :)
13:13:01 <dkayiwa_> rafa: no i dont
13:13:08 <rafa> dkayiwa_: thanks!
13:13:28 *** Metalan has joined #openmrs
13:13:56 *** dkayiwa has quit IRC
13:13:56 *** dkayiwa_ is now known as dkayiwa
13:14:04 <garima_> rafa, dkayiwa: thanks :)
13:14:07 <Metalan> Anyone with any experience sending HL7 messages via the REST API?
13:14:14 <Metalan> It seems I bumped into this https://tickets.openmrs.org/browse/TRUNK-1765
13:14:17 <Metalan> But I'm not sure
13:14:38 <Metalan> I'm getting the same transaction rollback error and getting the message stuck in the queue
13:18:28 *** r0bby_ has quit IRC
13:20:33 *** supun has joined #openmrs
13:24:34 *** k-joseph has quit IRC
13:25:13 *** k-joseph has joined #openmrs
13:28:58 *** nyoman has joined #openmrs
13:30:49 *** wyclif has joined #openmrs
13:31:17 *** garima_ has quit IRC
13:33:44 *** harsz89 has quit IRC
13:35:33 *** k-joseph has quit IRC
13:49:53 *** nyoman has quit IRC
13:52:38 *** harsz89 has joined #openmrs
13:52:50 <wyclif> hi djazayeri_may_be
13:56:11 *** nyoman has joined #openmrs
13:57:40 <cpower> Hello everyone! Welcome to Monday!
13:58:20 * cpower was listening to motivational CD's on the way to work this morning...be prepared...
13:58:48 <cpower> Be the change you want to be!
13:59:10 <wyclif> hi djazayeri_may_be
14:00:47 <cpower> Let's get ready to SCRUMBLE!!!!
14:00:55 <cpower> !scrumon cpower
14:00:55 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster cpower- you may begin when ready.
14:01:43 <cpower> Order: mseaton , rafa , sunbiz , dkayiwa , djazayeri_may_be, suranga , wyclif
14:02:57 <cpower> mseaton: you are up
14:04:22 <cpower> mseaton: down for the count
14:04:29 <cpower> rafa: you are up
14:04:35 <rafa> Today:
14:04:35 <rafa> * Completed RA-18: Determine compass/sass configuration for letting one module extend the css of another one
14:04:35 <rafa> https://tickets.openmrs.org/browse/RA-18
14:04:35 <rafa> * Started with RA-8: Apps for "Legacy OpenMRS" functionality
14:04:35 <rafa> https://tickets.openmrs.org/browse/RA-8
14:04:35 <rafa> * Will add GSoC pages
14:04:35 <rafa> No blockers.
14:04:42 <cpower> great!
14:04:49 <cpower> sunbiz: you want share?
14:05:00 *** DraggonZ has joined #openmrs
14:05:17 <cpower> silence means no.....
14:05:29 <cpower> dkayiwa: You are up
14:05:59 <dkayiwa> Committed: Be able to select what datepicker widget appears in xforms - XFRM-147
14:06:00 <dkayiwa> Reviewed: Add voidNote() method to NoteDAO - TRUNK-3258
14:06:00 <dkayiwa> Reviewed: Undefined personType/viewType combo: - TRUNK-2883
14:06:00 <dkayiwa> Reviewed: Change calendar.js to support future dates. - TRUNK-3829
14:06:00 <dkayiwa> Reviewing: Update unit testing environment to use mocks - TRUNK-3586
14:06:01 <dkayiwa> No Blockers
14:06:08 *** andrea_ has joined #openmrs
14:06:31 *** garima has joined #openmrs
14:07:22 <cpower> djazayeri_may_be: you there?
14:07:55 <wyclif> may be not
14:08:00 <cpower> buzz
14:08:09 <cpower> suranga: you there
14:08:13 <suranga> howdy
14:08:21 <suranga> Not a lot of OMRS related stuff these days, im afraid.
14:08:27 <cpower> you want to give a quick update on what you've been doing
14:08:29 <suranga> Basically, ive been haunting the channel for GSOC interns
14:08:31 <cpower> booo!
14:08:37 <suranga> but my top priority TODO is to refine my GSOC project page
14:08:38 <cpower> ;-)
14:08:53 <suranga> so focuss right now is on GSOC work, but
14:08:53 <cpower> We welcome any help you give
14:08:57 <suranga> NO BLOCKERS
14:09:06 <cpower> there we go, wyclif you are up
14:09:09 <wyclif> Friday:
14:09:09 <wyclif> -RG quarterly staff meeting
14:09:09 <wyclif> -Fixed emr module ro run on devtest01 server
14:09:09 <wyclif> -AF-14 - IllegalArgumentException is thrown when loading apps and extensions
14:09:09 <wyclif> Monday:
14:09:10 <wyclif> -Emails
14:09:12 <wyclif> -Create an app for one of the admin sections
14:09:14 <wyclif>
14:09:16 <wyclif> Blockers: None
14:09:35 <suranga> BTW : I'll be back on track after Mid May once more :-)
14:09:44 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Kenya EMR UI Library 1.3.1 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyaui&ampversion=&amp1.3.1>
14:09:47 <cpower> suranga: awesome
14:10:55 <andrea_> cpower, just jumped on to make sure you all got last commits and test were ok
14:11:31 <cpower> Ok announcements: We've got another day of prep for RA sprint, then we will be working on the RA sprint. We/I am looking for items outside the RA sprint for community or random volunteers to help on. So if you have a small sprint/story item feel free to share with me!
14:11:59 <cpower> andrea_: sorry missed your login, feel free to give any updates you like
14:12:58 <andrea_> wyclif, rafa, did you get last commit, were tests ok?
14:13:45 <wyclif> andrea_, i didnt look at them, the dev in the community swimlane probably did
14:14:15 <andrea_> wyclif, ok just wanted to make sure
14:14:18 <cpower> and that's dkayiwa
14:14:31 <dkayiwa> cpower: oh yes :)
14:14:50 <andrea_> dkayiwa, hi
14:14:56 <dkayiwa> andrea_: hi
14:15:11 <andrea_> dkayiwa, did you see 3 tests I did?
14:15:23 *** ahsan has joined #openmrs
14:15:31 <dkayiwa> andrea_: can you remind me of the ticket number? :)
14:15:45 <andrea_> dkayiwa, TRUNK-3751
14:16:43 <dkayiwa> !ticket TRUNK-3751
14:16:45 <OpenMRSBot> dkayiwa: [#TRUNK-3751] Saying that a module requires OpenMRS 1.9.2-SNAPSHOT fails - OpenMRS JIRA - https://tickets.openmrs.org/browse/TRUNK-3751
14:18:17 <cpower> !scrumoff
14:18:17 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
14:19:26 *** shortend has quit IRC
14:19:30 <dkayiwa> andrea_: do you mind including the commit url? One that i can click and directly see the commit?
14:19:39 *** mackayush has joined #openmrs
14:19:56 *** djazayeri has joined #openmrs
14:19:56 *** ChanServ sets mode: +o djazayeri
14:20:03 *** ahsan has quit IRC
14:22:29 *** supun_ has joined #openmrs
14:23:29 <andrea_> dkayiwa, it is on my work laptop which I no longer have
14:23:47 *** mackayush has quit IRC
14:23:47 <dkayiwa> andrea_: had you committed it?
14:23:48 <andrea_> dkayiwa, let me check my fash drive1
14:23:54 <dkayiwa> andrea_: ok
14:24:01 <andrea_> dkayiwa, yes Friday afternoon
14:24:19 <dkayiwa> andrea_: did you include the commit url on the ticket?
14:24:48 <andrea_> dkayiwa: Yes: commit/510361455d2a110ba2722b11b205456d8fe55345
14:25:06 <dkayiwa> andrea_: can you give me a full url i can just click and am there?
14:25:20 <dkayiwa> andrea_: just to save me some time :)
14:25:33 *** supun has quit IRC
14:25:39 *** supun_ is now known as supun
14:28:35 <wyclif> hi djazayeri
14:29:01 <andrea_> dkayiwa: https://github.com/openmrs/openmrs-core/commit/510361455d2a110ba2722b11b205456d8fe55345
14:29:06 <OpenMRSBot> <http://ln-s.net/-0r$> (at github.com)
14:29:15 <dkayiwa> andrea_: can you include it on the ticket? :)
14:29:39 <andrea_> dkayiwa: yes
14:29:46 <dkayiwa> andrea_: excellent
14:30:48 <andrea_> dkayiwa: Just added a comment
14:31:18 <andrea_> dkayiwa, with commit url
14:31:48 <andrea_> dkayiwa, got to run now - let me know
14:31:58 <dkayiwa> andrea_: thanks!
14:34:14 <andrea_> dkayiwa, welcome
14:39:11 *** wyclif has quit IRC
14:50:36 *** Metalan has quit IRC
14:55:31 *** harsha89 has joined #openmrs
14:56:07 <downey> anyone have ideas about https://groups.google.com/a/openmrs.org/d/msg/dev/pQkI_nxDWa0/Qv4cD8MKESYJ ?
14:56:11 <OpenMRSBot> <http://ln-s.net/-0rt> (at groups.google.com)
14:57:23 *** DraggonZ has quit IRC
14:57:31 *** harsz89 has quit IRC
15:00:26 *** harsha89 has quit IRC
15:00:46 *** harsz89 has joined #openmrs
15:04:06 *** wyclif has joined #openmrs
15:07:50 <wyclif> hi dj
15:07:54 <wyclif> hi djazayeri
15:09:08 <djazayeri> wyclif: hi, on mirebalais standup; free in 10 minutes
15:09:38 *** garima has quit IRC
15:09:50 <wyclif> djazayeri, ok
15:13:54 *** Mkop has quit IRC
15:14:04 *** Mkop has joined #openmrs
15:14:04 *** ChanServ sets mode: +v Mkop
15:17:10 <djazayeri> wyclif: hi
15:17:40 <wyclif> djazayeri, does the current sprint have a jira dashboard?
15:18:19 <djazayeri> wyclif: we do not have a JIRA dashboard for "iteration 1"—we're going to be using mingle for this one, but that's not set up until Wednesday
15:19:07 <djazayeri> wyclif: if you're looking for a ticket to do, see my email from Thursday night or Friday morning, and if none of those are operative, pick a regular old non-Ref-App ticket that'll take a day.
15:20:20 <djazayeri> wyclif: stepping away for a moment
15:20:29 <wyclif> djazayeri, ok]
15:25:57 *** garima has joined #openmrs
15:36:15 *** DraggonZ has joined #openmrs
15:37:26 *** harshadura has joined #openmrs
15:38:48 *** garima has quit IRC
15:44:47 *** kavuri has quit IRC
15:46:18 *** portablejim has quit IRC
15:52:05 *** ibewes has quit IRC
15:56:09 *** harsz89 has quit IRC
16:00:23 *** harsz89 has joined #openmrs
16:02:45 *** hybridivy has joined #openmrs
16:02:57 *** hybridivy has left #openmrs
16:05:21 *** Mkop has quit IRC
16:05:26 *** wyclif has quit IRC
16:06:45 *** Mkop has joined #openmrs
16:06:45 *** ChanServ sets mode: +v Mkop
16:12:36 *** sara_ has joined #openmrs
16:13:19 *** lh has joined #openmrs
16:21:23 *** NameFILIP has joined #openmrs
16:27:27 *** NameFILIP has quit IRC
16:30:19 *** lh has quit IRC
16:32:18 *** h3llborn has joined #openmrs
16:40:44 *** lh has joined #openmrs
16:45:33 *** supun has quit IRC
16:45:47 *** garima has joined #openmrs
16:45:49 <rafa> sunbiz: I'm ready if you want to start earlier
16:51:27 <djazayeri> rafa: hey, got a moment to chat about what you did on uicommons?
16:51:39 <djazayeri> rafa: I haven't looked at it yet, so maybe I'll just look first.
16:51:42 *** garima has quit IRC
16:52:03 <rafa> djazayeri: I have about 10 minutes before a call
16:52:19 <djazayeri> rafa: perfect, that will prevent us from going too long. :-)
16:52:53 <dkayiwa> :)
16:53:48 <rafa> djazayeri: I didn't change much in what you did
16:54:58 <rafa> djazayeri: I've just changed packaging of uicommons a bit and a location of external scss files in referenceapplication
16:55:15 <djazayeri> rafa: so you removed the -1.0-SNAPSHOT
16:55:24 <djazayeri> rafa: that's because it's already in a 1.0-snapshot folder?
16:55:30 <djazayeri> rafa: once deployed to nexus, I mean?
16:55:55 <rafa> djazayeri: I've just change a name of a directory in a zip file
16:56:02 <djazayeri> rafa: ah, okay
16:56:06 <rafa> djazayeri: the artifact is still deployed with 1.0-SNAPSHOT
16:56:13 <djazayeri> rafa: makes sense
16:56:30 <djazayeri> rafa: and it looks like you've committed that .scss files in the referenceapplication module
16:56:35 <djazayeri> rafa: I wasn't expecting that
16:57:01 <djazayeri> rafa: I was expect that those would ignored
16:57:35 <rafa> djazayeri: yeah, so I did that in order to be able to see changes from uicommons
16:57:51 <djazayeri> rafa: what do you mean by see changes?
16:57:58 <rafa> djazayeri: I mean if anything changes in uicommons you will have evidence in referenceapplication or any other module of what changed
16:58:04 <rafa> djazayeri: and you will be able to act on that
16:58:24 *** supun has joined #openmrs
16:58:36 <djazayeri> rafa: okay, let's see whether that ends up being good or bad for the ux-ers actually doing the css development
16:59:02 <rafa> djazayeri: so for example some font is added in uicommons, you will instanantly know that when you try to commit
16:59:26 <rafa> djazayeri: same for any changes in variables, etc.
16:59:42 <djazayeri> rafa: I see why you'd want to do this, I just don't know if that's the best way for people to get accustomed to seeing those changes.
16:59:59 *** dkayiwa_ has joined #openmrs
17:00:08 *** dkayiwa has quit IRC
17:00:08 <rafa> djazayeri: yeah, we can change it anytime
17:00:08 *** dkayiwa_ is now known as dkayiwa
17:00:54 <rafa> djazayeri: the other thing I wasn't sure if we commit the auto generated css files
17:01:02 <djazayeri> rafa: I think we should not.
17:01:24 <rafa> djazayeri: ok, I think I agree
17:01:25 <djazayeri> rafa: in the same was as we don't commit compiled java .class files
17:03:06 *** dkayiwa_ has joined #openmrs
17:03:55 *** nimby has joined #openmrs
17:05:21 *** dkayiwa has quit IRC
17:08:03 *** dkayiwa has joined #openmrs
17:08:25 *** dkayiwa_ has quit IRC
17:08:58 <rafa> djazayeri: do we assume that all css files in src/main/webapp/resources/styles will be auto-generated?
17:09:16 <djazayeri> rafa: not necessarily
17:09:28 <rafa> djazayeri: so we want to ignore them one-by-one?
17:09:29 <djazayeri> rafa: we may include some written as css from an external source, e.g. jquery-ui or something
17:09:33 <djazayeri> rafa: yes, I think so.
17:09:42 <rafa> djazayeri: ok
17:16:42 *** dkayiwa_ has joined #openmrs
17:17:00 *** dkayiwa has quit IRC
17:17:00 *** dkayiwa_ is now known as dkayiwa
17:18:11 *** sandeep_hukku has joined #openmrs
17:18:15 *** rafa has quit IRC
17:19:57 *** elefone has joined #openmrs
17:20:37 <elefone> is there centralized auditing in openMRS yet? https://wiki.openmrs.org/display/projects/Centralized+Auditing+(Design+Page)
17:20:47 <elefone> or is it still on the roadmap?
17:21:36 <downey> jkeiper: ^
17:28:05 *** dkayiwa has quit IRC
17:34:58 *** dkayiwa has joined #openmrs
17:42:30 <sunbiz> rafa: sorry... was out for a bit
17:42:50 <sunbiz> rafa: are u still here??
17:45:53 *** lh has quit IRC
17:47:14 <jkeiper> elefone: that question is a huge can of worms, and i think burke, djazayeri and a few others have definite opinions about it ... just no way forward yet.
17:50:04 *** evmw has quit IRC
17:51:11 *** evmw has joined #openmrs
17:51:47 *** wyclif has joined #openmrs
17:52:06 *** cs123 has joined #openmrs
17:52:07 *** wyclif has quit IRC
17:53:07 <burke> jkeiper elefone: we _did_ make a final decision on this. we all agreed that jkeiper should have it ready by this Friday. :-)
17:53:32 <elefone> ah perfect
17:53:56 <elefone> so I can expect perfect code by this friday, I'll tell my boss & everyone will be happy :D
17:54:37 <jkeiper> well, in that case ...
17:54:37 <cs123> anyone here applying in gsoc
17:54:50 <burke> we weren't going to tell jkeiper until Thursday night... but I guess the cat's out of the bag now. It should be easy for him with all the extra time. :-)
17:54:53 * jkeiper has some work to do
17:57:46 *** lh has joined #openmrs
17:57:46 *** lh has joined #openmrs
17:58:42 <docpaul> hi. :)
17:58:56 <docpaul> the devtest01 UI is sure pretty
17:59:04 <burke> LOL
17:59:06 <docpaul> hi leslie :)
17:59:12 <burke> I mean... sure is!
17:59:19 <jkeiper> elefone: perhaps your boss is willing to dedicate your time to centralized auditing :-)
17:59:39 <docpaul> hi elefone :) have we met?
18:00:00 <elefone> @docpaul i don't think so, why do you ask?
18:00:20 <docpaul> just curious... i'm one of the founders of the project, and your nick didn't look familiar
18:00:29 <docpaul> welcome to the community. :)
18:01:36 *** DraggonZ has left #openmrs
18:04:19 <sunbiz> guys, does this visualize the openmrs-scrum correctly - http://imagebin.org/254152
18:05:11 <jkeiper> sunbiz: you mean a sprint?
18:05:47 <sunbiz> not just the sprint... the overall scrum methodology in practice in OpenMRS
18:06:04 <sunbiz> the sprint is indeed part of the it... the circles
18:08:37 <sunbiz> hi docpaul
18:09:27 <sunbiz> cpower - from our conversation - http://imagebin.org/254152
18:11:49 *** ruwanego has quit IRC
18:14:31 <sunbiz> downey: hey Michael, are u here??
18:14:46 <jkeiper> downey is in a meeting
18:14:49 <jkeiper> ... i can hear him
18:15:16 <sunbiz> jkeiper: BTW, I was curious the other day
18:15:28 <sunbiz> when you wrote in the email that you had issues with full CPU usage
18:15:40 <sunbiz> have u seen that bugfix that was released in MySQL 5.6
18:16:08 <sunbiz> simultaneous write bug in earlier versions of MySQL that resulted in CPU usage to peak?
18:17:01 <downey> sunbiz: hey there
18:17:24 <sunbiz> can you enable a module in confluence??
18:17:32 <sunbiz> like a plugin in something??
18:17:44 <downey> sunbiz: depends :)
18:17:55 <sunbiz> downey: ok... lemme take this private
18:29:43 *** lh has quit IRC
18:34:46 *** garima has joined #openmrs
18:35:46 *** supun has quit IRC
18:36:17 *** sandeep_hukku has quit IRC
18:40:40 *** sandeep_hukku has joined #openmrs
18:48:22 *** sara_ has quit IRC
18:56:04 *** nimby has quit IRC
18:56:49 <sandeep_hukku> hi everyone, i am very interested in the project of "Data Comparison Module" for gsoc 2013, but i am not sure how to go about the project, please help.
18:58:15 *** djazayeri1 has joined #openmrs
18:59:17 *** dkayiwa has quit IRC
19:01:12 *** djazayeri has quit IRC
19:02:57 *** cs123 has quit IRC
19:06:45 *** nimby has joined #openmrs
19:23:07 *** h3llborn has quit IRC
19:24:15 <jkeiper> sandeep_hukku: rafal is not here right now, but he is the one to meet
19:24:33 <jkeiper> sandeep_hukku: in the meantime, you can work on some core intro tickets and get familiar with the codebase :_)
19:24:36 <jkeiper> sandeep_hukku: and good luck!
19:27:42 *** dkayiwa_ has joined #openmrs
19:42:11 *** lauren has joined #openmrs
19:42:16 <lauren> /nick lstanisic
19:42:35 *** lauren is now known as Guest19856
20:07:33 *** Guest19856 has quit IRC
20:16:24 *** harsz89 has quit IRC
20:36:18 *** garima has quit IRC
20:37:23 *** dkayiwa_ has quit IRC
20:37:36 *** dkayiwa has joined #openmrs
20:42:00 <sandeep_hukku> jkeiper: can you provide me with the links for the core intro tickets.
20:42:10 <sandeep_hukku> jkeiper: Thanks in advance
20:42:17 *** dkayiwa has quit IRC
20:43:42 <downey> sandeep_hukku: https://wiki.openmrs.org/display/docs/Getting+Started+as+a+Developer
20:43:43 <OpenMRSBot> <http://ln-s.net/8bkO> (at wiki.openmrs.org)
20:43:47 *** CS_Fan has quit IRC
20:45:46 *** h3llborn has joined #openmrs
21:01:45 <cpower> Anybody in here living around Boston?
21:03:05 <downey> mseaton / cospih / evmw / djazayeri1 maybe?
21:04:56 *** nyoman has quit IRC
21:14:13 *** sandeep_hukku has quit IRC
21:16:49 *** wyclif has joined #openmrs
21:22:38 *** jblaya has joined #openmrs
21:23:15 *** h3llborn has quit IRC
21:27:48 *** wyclif has quit IRC
21:30:55 <jblaya> djazayeri1, djazayeri_may_be if I wanted to change all of the concepts from one locale to another, would I just have to change the locale in concept_name, concept_word, and concept_description?
21:31:16 *** h3llborn has joined #openmrs
21:31:30 <djazayeri1> jblaya: meaning you have stuff in es_CL and you want to swap all that to just es, or something like that?
21:31:48 <jblaya> djazayeri1, exactly, es_CL to es
21:32:07 <djazayeri1> jblaya: are there already concepts with names/descriptions in locale 'es'?
21:32:19 <jblaya> very few
21:32:49 <jblaya> djazayeri1, very few, do I need to make sure there are no conflicts in IDs?
21:34:41 <jblaya> djazayeri1, and I can change those to es_CL before, literally there's 5 I think
21:34:51 <jblaya> djazayeri1, 4 to be exact
21:36:25 <djazayeri1> jblaya: it might end up making some of those 4 ones illegal, if they end up with duplicates, or multiple locale_preferred, or something
21:36:49 <jblaya> djazayeri1, I can change them because they are True and False concepts
21:37:12 <djazayeri1> jblaya: can or can't?
21:37:34 <djazayeri1> jblaya: can you avoid moving over the es_CL names to those few concepts?
21:37:37 <jblaya> djazayeri1, can, in other words I will delete the name from es and put it to es_CL through the web interface
21:39:04 <jblaya> djazayeri1, ok, I'll delete those from es to make sure they don't get repeated
21:39:16 <jblaya> djazayeri1, aside from that anything else I should worry about?
21:39:18 <djazayeri1> jblaya: generally it's not best-practice to do this
21:39:30 <djazayeri1> jblaya: normally if you modify names through the API they are voided-and-recreated
21:39:34 <djazayeri1> jblaya: this will bypass that
21:39:41 <djazayeri1> jblaya: that would be a problem if you're using MDS
21:40:11 <djazayeri1> jblaya: given that I assume you're about to convert a huge number of names, it's probably your best option though
21:41:38 <jblaya> djazayeri1, yeah, and it's a brand new system, no obs entered yet
21:41:57 <jblaya> djazayeri1, basically found a big enough bug in es_CL where it's just going to be easier to be es for now
21:41:58 <djazayeri1> jblaya: and nothing imported into it with Metadata Sharing?
21:42:08 <jblaya> djazayeri1, have never touched that module
21:42:41 <djazayeri1> jblaya: okay, then I can't think of any problems with just changing es_CL to es for concept_name, concept_description, concept_word (first handling those other concepts manually)
21:43:10 <jblaya> djazayeri1, ok, will do and if I find any problems I'll let you know :)
21:45:04 *** dkayiwa has joined #openmrs
21:51:42 *** dkayiwa has quit IRC
21:55:19 *** dkayiwa has joined #openmrs
21:56:10 *** h3llborn has quit IRC
22:07:25 *** elefone has quit IRC
22:09:09 *** dkayiwa_ has joined #openmrs
22:11:39 *** dkayiwa has quit IRC
22:11:39 *** dkayiwa_ is now known as dkayiwa
22:20:09 *** kartik884 has joined #openmrs
22:20:33 *** andrea_ has quit IRC
22:26:08 *** annarm has joined #openmrs
22:28:23 *** kartik884 has quit IRC
22:29:00 *** lh has joined #openmrs
22:29:01 *** lh has joined #openmrs
22:29:59 *** jonathanf has joined #openmrs
22:35:40 *** cospih_ has joined #openmrs
22:37:08 *** cospih has quit IRC
22:56:52 *** evmw has quit IRC
23:04:24 *** NameFILIP has joined #openmrs
23:05:59 *** lh has quit IRC
23:11:30 *** wyclif has joined #openmrs
23:27:42 *** wyclif has quit IRC
23:30:04 *** jblaya has quit IRC
23:36:45 *** NameFILIP has quit IRC
23:37:46 *** jonathanf has quit IRC