| 00:06:22 | *** jportela has left #openmrs |
| 00:19:15 | *** mjohnst has quit IRC |
| 01:48:43 | *** harsha has joined #openmrs |
| 01:48:56 | <harsha> hi Ben |
| 02:00:24 | *** harsha has left #openmrs |
| 03:07:55 | *** jriley has joined #openmrs |
| 03:20:23 | *** djazayeri has joined #openmrs |
| 03:20:23 | *** ChanServ sets mode: +o djazayeri |
| 04:37:58 | *** bwolfe has quit IRC |
| 05:30:18 | *** EClaesson has quit IRC |
| 06:10:55 | *** dkayiwa has joined #openmrs |
| 06:17:37 | *** danielf` has joined #openmrs |
| 06:17:37 | *** ChanServ sets mode: +v danielf` |
| 06:23:28 | *** bwolfe has joined #openmrs |
| 06:23:28 | *** ChanServ sets mode: +o bwolfe |
| 06:34:39 | *** sreya has joined #openmrs |
| 06:35:28 | <sreya> hi djazayeri |
| 06:55:52 | *** pascal` has joined #openmrs |
| 06:57:09 | *** ChanServ sets mode: +v pascal` |
| 06:57:28 | *** sreya has quit IRC |
| 07:16:04 | *** pascal` has quit IRC |
| 07:16:23 | *** danielf` has quit IRC |
| 07:21:19 | *** pascal` has joined #openmrs |
| 07:21:21 | *** danielf` has joined #openmrs |
| 07:21:21 | *** ChanServ sets mode: +v danielf` |
| 08:01:04 | *** dmexs_ has joined #openmrs |
| 08:03:38 | *** dmexs has quit IRC |
| 08:09:03 | *** dmexs_ has quit IRC |
| 08:10:38 | *** EClaesson has joined #openmrs |
| 08:13:25 | *** Hazamonzo has joined #openmrs |
| 08:21:32 | *** rafa has joined #openmrs |
| 08:21:32 | *** ChanServ sets mode: +v rafa |
| 08:55:23 | *** bwolfe has quit IRC |
| 08:55:32 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Fixed module engine executing sqldiff based on the String ordering - TRUNK-1668... <http://feedproxy.google.com/~r/OMRStrunk/~3/NENpJXbS8SM/OpenMRS> || New Changeset: OpenMRS (trunk): User management page fails on searching with role and include disabled users - TRUNK-2108... <http://feedproxy.google.com/~r/OMRStrunk/~3/eVGcDioSkh0/OpenMRS> |
| 09:07:01 | *** dkayiwa_ has joined #openmrs |
| 09:07:01 | *** dkayiwa has quit IRC |
| 09:07:02 | *** dkayiwa_ is now known as dkayiwa |
| 09:33:25 | *** danielf` has quit IRC |
| 09:51:53 | *** rafa has quit IRC |
| 10:00:56 | <pascal`> hey dkayiwa |
| 10:01:09 | <dkayiwa> hey pascal |
| 10:01:46 | <pascal`> dkayiwa, does the XForms Module have the functionality to capture an Obs for a Boolean concept using a checkbox? |
| 10:02:01 | <dkayiwa> yes |
| 10:02:24 | <pascal`> dkayiwa++ |
| 10:02:40 | <dkayiwa> only after you prove that it works as you expect it |
| 10:02:45 | <dkayiwa> :) |
| 10:02:53 | <pascal`> dkayiwa, The default rendering is a select with Yes/No options |
| 10:03:02 | <dkayiwa> yes |
| 10:03:12 | <pascal`> I've tried dragging a checkbox widget from palette |
| 10:03:28 | <pascal`> then, in the widget properties, binding to the boolean concept |
| 10:03:34 | <dkayiwa> ok |
| 10:03:47 | <pascal`> It looks like everything is working, except obs isn't saved to the database |
| 10:04:03 | <dkayiwa> oh let me cross check |
| 10:04:06 | <pascal`> I read on the Widget Properites Pane wiki page that you need to use the child binding |
| 10:04:11 | <pascal`> https://wiki.openmrs.org/display/docs/XForms+Module+Widget+Properties+Pane |
| 10:04:18 | <OpenMRSBot> <http://ln-s.net/8ig-> (at wiki.openmrs.org) |
| 10:04:49 | <dkayiwa> does your boolean just save true or false to the database? |
| 10:05:01 | <pascal`> but it's difficult to determine /exactly/ what you have to do, and it mentions something called the "profile tab", which I can't find. |
| 10:05:27 | <dkayiwa> let me try it out on my openmrs instance and see |
| 10:05:31 | <pascal`> dkayiwa, well, that's what we'd like, but no obs with the concept_id of the boolean concept is being persisted at all |
| 10:05:39 | <pascal`> thanks dkayiwa |
| 10:05:42 | <pascal`> dkayiwa++ |
| 10:05:49 | <dkayiwa> another option is use one radio button |
| 10:06:02 | <dkayiwa> which you can toggle between true and false |
| 10:06:08 | <dkayiwa> ever tried that? |
| 10:06:20 | <pascal`> I haven't tried that |
| 10:06:31 | <dkayiwa> it is the simplest |
| 10:06:42 | <pascal`> The select does the job, but we're trying to replicate a preexisting paper form, which is why I'm asking :) |
| 10:06:54 | <dkayiwa> you can right click on the default drop down list |
| 10:07:05 | <dkayiwa> and then select change widgets H or V |
| 10:07:10 | <dkayiwa> oh i see :D |
| 10:07:30 | <dkayiwa> the radio button is closer to a checkbox than the default drop down list |
| 10:07:55 | <dkayiwa> the only difference being that it is round instead of square |
| 10:08:02 | <dkayiwa> but its just one |
| 10:08:16 | <pascal`> Yeah, will probably use that if a checkbox isn't possible |
| 10:08:20 | <pascal`> thanks |
| 10:08:28 | <dkayiwa> but let me first look into the check bix |
| 10:09:31 | <pascal`> thanks |
| 10:09:37 | <dkayiwa> yo welcome |
| 10:09:59 | <jriley> Darius, are you on? |
| 10:10:45 | <pascal`> jriley, djazayeri appears to be away... it's 3:10am in Seattle. |
| 10:11:13 | <dkayiwa> pascal: do you want the checke box un ticked state to mean false, or no selection? |
| 10:11:17 | <jriley> Thanks. It seemed unlikely, but worth asking. |
| 10:12:48 | <dkayiwa> pascal: does the paper have a way of specifying no selection? |
| 10:13:12 | <dkayiwa> (as in the question was just not answered vs answered with false) |
| 10:13:49 | <pascal`> dkayiwa, hmm... |
| 10:13:58 | <dkayiwa> :D |
| 10:14:06 | <pascal`> dkayiwa, I think in this case, not answered=false |
| 10:14:12 | <dkayiwa> ok |
| 10:14:25 | <pascal`> Yeah, it's got to be, because there's only one checkbox |
| 10:14:32 | <dkayiwa> ok |
| 10:22:37 | *** jriley has quit IRC |
| 10:22:47 | *** jriley has joined #openmrs |
| 10:24:48 | *** rafa has joined #openmrs |
| 10:24:48 | *** ChanServ sets mode: +v rafa |
| 10:40:03 | *** jriley has quit IRC |
| 11:01:28 | *** dmexs has joined #openmrs |
| 11:02:58 | <dkayiwa> pascal: should i send to your gmail or jembi email address? |
| 11:04:01 | <pascal`> dkayiwa, jembi |
| 11:04:06 | <dkayiwa> ok |
| 11:05:00 | *** jportela has joined #openmrs |
| 11:05:10 | <jportela> hi |
| 11:05:20 | <dkayiwa> pascal: sent |
| 11:05:28 | <pascal`> dkayiwa++ |
| 11:05:46 | <dkayiwa> only after it works as you want :) |
| 11:07:10 | <pascal`> hehe |
| 11:07:21 | <dkayiwa> :D |
| 11:07:21 | <pascal`> You get points for trying :P |
| 11:07:26 | <dkayiwa> hahahaha |
| 11:12:20 | *** bwolfe has joined #openmrs |
| 11:12:20 | *** ChanServ sets mode: +o bwolfe |
| 11:34:09 | *** james_regen has joined #openmrs |
| 11:34:20 | *** ChanServ sets mode: +v james_regen |
| 11:34:21 | <pascal`> dkayiwa++ |
| 11:34:30 | <pascal`> Looks like it's working, thanks!! |
| 11:34:38 | <pascal`> Let's see if Tinashe can also confirm |
| 11:34:42 | <dkayiwa> oh thats good news |
| 11:34:52 | <dkayiwa> thanks for the early feedback :) |
| 11:36:42 | <pascal`> np, I think it's working fine... it looks like Tinashe is going to take a while to provide feedback, so I think for now you can assume it's working (= |
| 11:36:58 | <dkayiwa> ok :D |
| 11:37:15 | <pascal`> dkayiwa++ |
| 11:37:17 | <pascal`> bwolfe-- |
| 11:37:19 | <pascal`> bwolfe++ |
| 11:37:25 | <pascal`> (= |
| 11:37:40 | <dkayiwa> :D |
| 11:37:48 | <bwolfe> >:O |
| 11:38:36 | <pascal`> ^_^ |
| 11:39:28 | <dkayiwa> [:) |
| 11:39:55 | <pascal`> d[-_-]b |
| 11:45:12 | <pascal`> bwolfe, is there some trick that you know of about getting Advisors to invoke when service methods are called via DWR? |
| 11:45:31 | <pascal`> I don't see why there would be, but my Advisor just isn't being invoked =S |
| 11:45:45 | <bwolfe> is it invoked when you call by other methods (non dwr) ? |
| 11:46:53 | <pascal`> bwolfe, well, it's PatientService.getPatients |
| 11:47:10 | <pascal`> not sure how to invoke that using the webapp without DWR |
| 11:47:42 | *** bwolfe has quit IRC |
| 11:48:00 | *** bwolfe has joined #openmrs |
| 11:48:00 | *** ChanServ sets mode: +o bwolfe |
| 11:48:48 | <bwolfe> pascal`: have you verified that it the advice is registered though? |
| 11:49:09 | <bwolfe> like call patientservice.getpatients from a java controller and see if yours is invoked |
| 11:49:22 | <bwolfe> (just trying to verify if its dwr's problem or if its your module setup) |
| 11:50:21 | <pascal`> bwolfe, I stepped though the service context code and it's being registered there |
| 11:50:32 | <pascal`> but yeah, I'm not sure it has anything to do with DWR, but I'll see if I can confirm that |
| 11:58:27 | <pascal`> bwolfe, now it's being invoked |
| 11:58:28 | <jportela> where can I find the java code for openmrs jsp tags (for instance, <openmrs:forEachEncounter>) ? |
| 11:58:39 | <pascal`> arg. |
| 11:59:07 | <bwolfe> the java classes are named like the tag, so control-shift-t : ForEachEncounter |
| 11:59:18 | <pascal`> jportela, org.openmrs.web.taglib |
| 11:59:32 | <jportela> thanks |
| 11:59:51 | <bwolfe> I've forgotten where things are since I use control-shift-t for everything now :-) |
| 12:00:47 | <pascal`> I prefer control-shift-r |
| 12:01:59 | <bwolfe> you can use that too, but then you can't use the camel-case shortcut. FEE == ForEachEncounter |
| 12:02:11 | <bwolfe> control-shift-r will also find non-java files though too |
| 12:03:10 | <pascal`> I'm usually guessing controller or JSP names, so I don't normally need the camelcase |
| 12:03:25 | <pascal`> cool feature if you know what you're looking for though |
| 12:04:33 | <jportela> that certainly helps |
| 12:13:17 | *** muthah has joined #openmrs |
| 12:16:07 | <pascal`> bwolfe, looks like the problem might be adding the advisor programatically vs using the xml config |
| 12:16:26 | <bwolfe> ah, I see |
| 12:16:29 | <bwolfe> how were you adding it? |
| 12:18:47 | <pascal`> Well, I was adding it programatically, and it wasn't being invoked |
| 12:18:58 | <pascal`> then I tried using the XML and then it was getting invoked |
| 12:19:05 | <pascal`> but only after stopping it and starting it |
| 12:19:06 | *** dkayiwa has quit IRC |
| 12:19:24 | <pascal`> so now I'm trying the same thing with a build where it's getting added programatically |
| 12:20:12 | <bwolfe> pascal`: what version of openmrs? |
| 12:20:15 | <pascal`> I'm adding it programatically in the activator |
| 12:20:27 | <pascal`> bwolfe, 1.7.1 Build 17223 |
| 12:22:18 | <pascal`> nope, still not getting invoked |
| 12:23:53 | <bwolfe> which method in the activator? |
| 12:24:00 | <bwolfe> pascal`: ^^ |
| 12:24:15 | *** wluyima_ has quit IRC |
| 12:24:28 | <pascal`> bwolfe, willStart() |
| 12:24:53 | <bwolfe> you might need to put it on the activator method that is called after spring is restarted |
| 12:25:02 | <bwolfe> your advice might be getting overridden (just a guess now) |
| 12:25:52 | <pascal`> ah |
| 12:26:39 | <pascal`> I'll try that bwolfe, thanks! |
| 12:28:10 | *** jportela has quit IRC |
| 12:33:58 | <pascal`> That did the trick, thanks bwolfe |
| 12:34:01 | <pascal`> bwolfe++ |
| 12:34:04 | <pascal`> bwolfe++ |
| 12:34:10 | <bwolfe> woot! |
| 12:34:16 | <bwolfe> !bwolfe |
| 12:34:16 | <OpenMRSBot> bwolfe: "bwolfe" --- (#1) is a Jedi, or (#2) Supreme Chancellor of OpenMRS |
| 12:34:28 | <bwolfe> !karma bwolfe |
| 12:34:28 | <OpenMRSBot> bwolfe: Karma for "bwolfe" has been increased 107 times and decreased 26 times for a total karma of 81. |
| 12:34:41 | <bwolfe> there we go. 81 is a nice, I'll take it |
| 12:34:48 | <bwolfe> *a nice number |
| 12:35:11 | <pascal`> !karma pascal` |
| 12:35:11 | <OpenMRSBot> pascal`: Karma for "pascal`" has been increased 19 times and decreased 1 time for a total karma of 18. |
| 12:35:22 | <pascal`> hehe, similar number (= |
| 12:36:04 | <bwolfe> ha |
| 12:36:11 | <bwolfe> !karma |
| 12:36:11 | <OpenMRSBot> bwolfe: Highest karma: "bwolfe" (81), "groovy" (30), and "pascal`" (18). Lowest karma: "emacs" (-4), "windows" (-4), and "Eyjafjallajökull" (-4). You (bwolfe) are ranked 1 out of 218. |
| 12:36:22 | <bwolfe> looks like you're top three pascal` :-) |
| 12:36:22 | *** muthah has quit IRC |
| 12:36:38 | <bwolfe> and a volcano is in last place! |
| 12:36:49 | <bwolfe> emacs-- |
| 12:36:53 | <bwolfe> emacs-- |
| 12:36:54 | <bwolfe> vi++ |
| 12:37:02 | <bwolfe> there, now emacs is losing |
| 12:42:41 | <pascal`> emacs-- |
| 12:42:43 | <pascal`> vim++ |
| 12:42:53 | <pascal`> !karma vim |
| 12:42:53 | <OpenMRSBot> pascal`: Karma for "vim" has been increased 5 times and decreased 1 time for a total karma of 4. |
| 12:42:57 | <pascal`> aww yeah. |
| 13:02:03 | <bwolfe> !karma vi |
| 13:02:03 | <OpenMRSBot> bwolfe: Karma for "vi" has been increased 10 times and decreased 0 times for a total karma of 10. |
| 13:05:08 | *** wluyima_ has joined #openmrs |
| 13:05:42 | *** batkinson has joined #openmrs |
| 13:13:55 | *** dkayiwa has joined #openmrs |
| 13:20:59 | <pascal`> bwolfe, how could it be possible that my wrapper is invoked once (first time after the module starts), but then never again? |
| 13:21:42 | <bwolfe> you mean invoked when getpatients is called or just invoked as it is being added? |
| 13:22:00 | <pascal`> invoked the first time getpatients is being called |
| 13:22:42 | <pascal`> I'm trying to add the advisor programatically from the contextRefreshed method now, to see if that makes a difference |
| 13:27:33 | <pascal`> nope same thing, my advisor get's invoke at the first patient search, but then never again |
| 13:27:50 | *** downeym has joined #openmrs |
| 13:27:50 | *** ChanServ sets mode: +o downeym |
| 13:27:50 | *** OpenMRSBot sets mode: +o downeym |
| 13:28:28 | <pascal`> strangely, it get's invoked for getPatients(String) calls, but not for the getPatients(String, String, List<PatientIdentifierType>, boolean) method which does eventually get called |
| 13:28:32 | <pascal`> bwolfe ^^ |
| 13:28:50 | *** ChanServ changes topic to "OpenMRS: open source medical record systems for the developing world - http://openmrs.org/ - IRC info & logs: http://go.openmrs.org/irc - Development sprint channel: #openmrs-sprint - Happy Birthday djazayeri" |
| 13:29:29 | <bwolfe> ah |
| 13:29:54 | <bwolfe> is getPatients(String) just calling "getPatients(string, string, ...) or is it doing "Context.getPatientService().getPatients(string, string...) " |
| 13:30:23 | <pascal`> I'll check, but that will only solve part of the mystery |
| 13:31:27 | <pascal`> bwolfe, getPatients(String) isn't access the other methods via a service call =S |
| 13:31:45 | <pascal`> *accessing |
| 13:32:14 | <bwolfe> so its a direct call in the impl? advice is skipped in that case |
| 13:32:18 | <bwolfe> so thats an openmrs bug |
| 13:32:40 | <pascal`> bwolfe, yup |
| 13:33:18 | <pascal`> bwolfe, still doesn't explain why my advisor is invoked only the first time after my module is started and then never again |
| 13:34:05 | <bwolfe> no, it doesn't |
| 13:34:14 | <bwolfe> are you removing it in your advisor? ;-) |
| 13:35:27 | <pascal`> bwolfe, no, but i have something like the following in my contextRefreshed() method: Context.addAdviser(PatientService.class, new Advisor()) |
| 13:35:56 | <pascal`> bwolfe, is it possible that it's instantiating multiple advisors and getting confused? That doesn't really explain things though =\ |
| 13:36:10 | <bwolfe> pastebin your advisor code |
| 13:36:44 | <pascal`> well, it's not really just one advisor, but ok |
| 13:50:24 | *** zubair has joined #openmrs |
| 13:54:03 | *** jportela has joined #openmrs |
| 13:56:02 | *** chopin has joined #openmrs |
| 13:56:02 | *** ChanServ sets mode: +v chopin |
| 13:56:33 | *** batkinson has quit IRC |
| 14:02:09 | *** bwolfe has quit IRC |
| 14:03:07 | *** bwolfe has joined #openmrs |
| 14:03:07 | *** ChanServ sets mode: +o bwolfe |
| 14:11:46 | *** cta has joined #openmrs |
| 14:14:16 | *** EClaesson has quit IRC |
| 14:16:45 | *** tinasherioga has joined #openmrs |
| 14:16:53 | <downeym> Hi tinasherioga and welcome to the #openmrs IRC channel. |
| 14:17:11 | <pascal`> Hi downeym and welcome to the #openmrs IRC channel. |
| 14:17:18 | <downeym> :) |
| 14:17:51 | <tinasherioga> thanks...had just installed xchat...just testing logging in...cheers... |
| 14:18:00 | *** tinasherioga has left #openmrs |
| 14:19:01 | <bwolfe> heh, I guess its a hi and bye for tinashe. :-p |
| 14:19:18 | <pascal`> (= |
| 14:26:12 | *** chopin has quit IRC |
| 14:27:57 | <pascal`> !ticket 2218 |
| 14:27:57 | <OpenMRSBot> pascal`: Allow me to help you with that. More details on ticket 2218 can be found at http://tickets.openmrs.org/browse/2218 |
| 14:27:57 | <cta> bwolfe: Hello, mr. Ben Wolfe. I've already read your last comment on ticket 2201. And I can say that I know where that place in web tier, that you were talking about. So, I can append necessary changes to LoginServlet.java. |
| 14:28:36 | <pascal`> !ticket TRUNK-2218 |
| 14:28:36 | <OpenMRSBot> pascal`: Allow me to help you with that. More details on ticket TRUNK-2218 can be found at http://tickets.openmrs.org/browse/TRUNK-2218 |
| 14:29:56 | <pascal`> bwolfe, ^^ |
| 14:31:05 | *** downeym has quit IRC |
| 14:37:47 | *** dmexs has quit IRC |
| 14:40:15 | <zubair> hello |
| 14:48:19 | <bwolfe> hi zubair |
| 14:48:38 | <zubair> how r u ?? |
| 14:51:02 | <bwolfe> good |
| 14:54:17 | *** pascal` has quit IRC |
| 14:54:57 | *** chopin has joined #openmrs |
| 14:54:57 | *** ChanServ sets mode: +v chopin |
| 15:00:20 | <cta> bwolfe: Hello, mr. Ben Wolfe. I've already read your last comment on ticket 2201. And I can say that I know where that place in web tier, that you were talking about. So, I can append necessary changes to LoginServlet.java. |
| 15:03:01 | *** rafa has quit IRC |
| 15:03:54 | *** rafa has joined #openmrs |
| 15:03:54 | *** ChanServ sets mode: +v rafa |
| 15:05:59 | *** rafa has quit IRC |
| 15:09:39 | *** rafa has joined #openmrs |
| 15:09:39 | *** ChanServ sets mode: +v rafa |
| 15:10:49 | *** rafa has quit IRC |
| 15:12:33 | *** downeym has joined #openmrs |
| 15:12:33 | *** ChanServ sets mode: +o downeym |
| 15:12:33 | *** OpenMRSBot sets mode: +o downeym |
| 15:12:36 | *** rafa has joined #openmrs |
| 15:12:36 | *** ChanServ sets mode: +v rafa |
| 15:13:09 | *** rafa has quit IRC |
| 15:13:31 | *** rafa has joined #openmrs |
| 15:13:31 | *** ChanServ sets mode: +v rafa |
| 15:14:06 | *** rafa has quit IRC |
| 15:14:27 | *** rafa has joined #openmrs |
| 15:14:27 | *** ChanServ sets mode: +v rafa |
| 15:15:31 | *** rafa has quit IRC |
| 15:16:32 | <jportela> how can I "Request Code Review" in JIRA? |
| 15:16:39 | <jportela> I don't find the button, or anything similar |
| 15:18:08 | *** rafa has joined #openmrs |
| 15:18:08 | *** ChanServ sets mode: +v rafa |
| 15:18:57 | *** rafa has quit IRC |
| 15:19:22 | *** mynick has joined #openmrs |
| 15:19:32 | <downeym> Hi mynick and welcome to the #openmrs IRC channel. |
| 15:20:52 | <bwolfe> jportela: which ticket? |
| 15:21:37 | <jportela> !ticket TRUNK-285 |
| 15:21:37 | <OpenMRSBot> jportela: Allow me to help you with that. More details on ticket TRUNK-285 can be found at http://tickets.openmrs.org/browse/TRUNK-285 |
| 15:22:43 | *** mynick has quit IRC |
| 15:24:07 | *** cta has quit IRC |
| 15:30:57 | *** rafa has joined #openmrs |
| 15:30:57 | *** ChanServ sets mode: +v rafa |
| 15:31:43 | *** lh has joined #openmrs |
| 15:32:25 | *** jportela_ has joined #openmrs |
| 15:32:26 | *** jportela has quit IRC |
| 15:32:26 | *** jportela_ is now known as jportela |
| 15:32:35 | <downeym> Hi jportela and welcome to the #openmrs IRC channel. |
| 15:32:38 | *** downeym has quit IRC |
| 15:32:52 | *** jportela has quit IRC |
| 15:34:30 | *** monhx has joined #openmrs |
| 15:36:03 | *** monhx has quit IRC |
| 15:38:49 | *** jportela has joined #openmrs |
| 15:39:58 | *** pascal` has joined #openmrs |
| 15:44:45 | *** bryq has joined #openmrs |
| 16:01:38 | *** downeym has joined #openmrs |
| 16:01:38 | *** ChanServ sets mode: +o downeym |
| 16:01:38 | *** OpenMRSBot sets mode: +o downeym |
| 16:03:04 | *** jportela has quit IRC |
| 16:05:29 | *** chopin has quit IRC |
| 16:06:36 | *** dkayiwa has quit IRC |
| 16:12:58 | *** Mkop has joined #openmrs |
| 16:12:58 | *** ChanServ sets mode: +v Mkop |
| 16:12:59 | *** jportela has joined #openmrs |
| 16:15:46 | *** kmit has joined #openmrs |
| 16:16:07 | *** pascal` has quit IRC |
| 16:16:31 | <kmit> hi wluyima_ |
| 16:17:44 | <wluyima_> hi kmit |
| 16:18:01 | <kmit> i am rahul |
| 16:18:28 | <kmit> i didnt receive any comments on the contact information on persons |
| 16:18:46 | <kmit> i dont know whether its good or bad |
| 16:19:12 | *** chopin has joined #openmrs |
| 16:19:14 | *** ChanServ sets mode: +v chopin |
| 16:20:29 | *** rafa has quit IRC |
| 16:23:05 | *** Mkop has quit IRC |
| 16:23:08 | <bwolfe> kmit: it is neither good nor bad |
| 16:23:10 | <bwolfe> :-) |
| 16:23:30 | <kmit> or it simply got ignored :( |
| 16:25:38 | <downeym> !patience |
| 16:25:38 | <OpenMRSBot> downeym: "patience" --- patience is Patience is very important in GSoC. Relax and go code something useful. |
| 16:30:22 | *** gauthami has joined #openmrs |
| 16:30:30 | <gauthami> hi james_regen |
| 16:33:39 | *** batkinson has joined #openmrs |
| 16:35:03 | <james_regen> hi gauthami |
| 16:35:15 | <kmit> hey just send you a mail |
| 16:35:16 | <jportela> about Encounters... are the day/month/year the only Date attributes you can store, or can you also store the Hour/Minute (I'm talking at the web interface level) |
| 16:35:25 | <kmit> regarding the transposed thing |
| 16:35:29 | <kmit> jportela: |
| 16:35:37 | <kmit> sorry its for james_regen |
| 16:37:58 | <james_regen> i see your email, guathami. yeah, transposed fields would ideally be available for the user to combine fields |
| 16:38:25 | <james_regen> the details of how to implement it, though still need to be determined. |
| 16:39:05 | *** zubair has quit IRC |
| 16:40:03 | <kmit> ok so when he select the transposed fields the individual fields should be deselected automatically |
| 16:41:03 | <james_regen> probably. using the name in multiple comparisons might be a bad idea |
| 16:44:38 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Retired locations should appear at the bottom of choice lists on the "Edit Patient" page - TRUNK-2128 <http://feedproxy.google.com/~r/OMRStrunk/~3/8BtMWjX8eIQ/OpenMRS> |
| 16:46:42 | *** gauthami has quit IRC |
| 16:46:42 | *** kmit has quit IRC |
| 16:52:09 | *** zubair has joined #openmrs |
| 16:52:33 | <zubair> hello |
| 16:59:36 | *** deadpool has joined #openmrs |
| 17:00:36 | <djazayeri> jportela: I don't think there's a time widget anywhere in the openmrs core. |
| 17:01:12 | <djazayeri> so in the web interface you can't set the hour/minute |
| 17:01:19 | <jportela> yes, I submitted a patch under that assumption |
| 17:01:20 | <djazayeri> the API and data model support it, of course. |
| 17:03:54 | *** pascal` has joined #openmrs |
| 17:06:44 | *** aja has joined #openmrs |
| 17:09:49 | *** danielf` has joined #openmrs |
| 17:09:49 | *** ChanServ sets mode: +v danielf` |
| 17:10:07 | *** danielf` has quit IRC |
| 17:11:56 | *** jportela has quit IRC |
| 17:12:03 | *** aja has quit IRC |
| 17:15:45 | *** chopin has quit IRC |
| 17:16:40 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Delete meetings <http://forum.openmrs.org/viewtopic.php?f=22&t=778#p2950> |
| 17:17:59 | *** downeym has quit IRC |
| 17:26:59 | *** rafa has joined #openmrs |
| 17:26:59 | *** ChanServ sets mode: +v rafa |
| 17:28:40 | *** chopin has joined #openmrs |
| 17:28:40 | *** ChanServ sets mode: +v chopin |
| 17:31:05 | *** jportela has joined #openmrs |
| 17:35:33 | *** dkayiwa has joined #openmrs |
| 18:13:36 | *** dkayiwa has quit IRC |
| 18:23:31 | *** pascal` has quit IRC |
| 18:30:01 | *** jportela has left #openmrs |
| 18:39:41 | *** downeym has joined #openmrs |
| 18:39:41 | *** ChanServ sets mode: +o downeym |
| 18:39:41 | *** OpenMRSBot sets mode: +o downeym |
| 18:40:54 | <downeym> lh: Hi. :) |
| 18:41:32 | <lh> downeym: greetings. may i ask about our upcoming call here or is private better? |
| 18:49:46 | *** zubair has quit IRC |
| 19:10:34 | *** Hazamonzo has quit IRC |
| 19:14:43 | *** dkayiwa has joined #openmrs |
| 19:19:12 | <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: Happy birthday to #OpenMRS community member & developer @djazayeri! <http://twitter.com/OpenMRS/statuses/57516321470025728> |
| 19:23:57 | *** rafa has quit IRC |
| 19:35:35 | *** mjohnst has joined #openmrs |
| 19:37:19 | *** Hazamonzo has joined #openmrs |
| 19:49:33 | <chopin> wluyima_, bwolfe ... didn't we get rid of dojo in 1.8? |
| 19:50:08 | <bwolfe> we stopped using it in most places, its still in the code base though |
| 19:50:33 | <chopin> hmm, seems to be highly visible in formentry |
| 19:50:39 | * chopin tries removing some things from taskpaneheader |
| 19:54:08 | *** bryq has quit IRC |
| 19:55:41 | *** bryq has joined #openmrs |
| 19:56:06 | <chopin> I just noticed some $() calls in openmrs.js |
| 19:56:23 | <chopin> i assume those refer to old dojo translations to document.getElementById() |
| 19:59:42 | <bwolfe> yes, use jQuery() for the jq impl |
| 19:59:54 | <chopin> mmkay |
| 20:00:10 | <chopin> and when all it does is hide something, can i just do $j("#id").hide()? |
| 20:02:17 | <bwolfe> probably |
| 20:02:23 | *** james_regen has quit IRC |
| 20:22:36 | *** dkayiwa has quit IRC |
| 20:32:58 | *** bryq has quit IRC |
| 20:34:00 | *** rafa has joined #openmrs |
| 20:34:00 | *** ChanServ sets mode: +v rafa |
| 20:42:00 | *** dkayiwa has joined #openmrs |
| 20:42:33 | *** chopin has quit IRC |
| 20:53:00 | *** batkinson has quit IRC |
| 21:04:47 | *** rafa has quit IRC |
| 21:05:56 | *** miranda_ has joined #openmrs |
| 21:05:56 | *** dkayiwa has quit IRC |
| 21:06:06 | <downeym> Hi miranda_ and welcome to the #openmrs IRC channel. |
| 21:06:17 | *** miranda_ has quit IRC |
| 21:06:29 | *** dkayiwa has joined #openmrs |
| 21:19:59 | *** Echidna has quit IRC |
| 21:20:22 | *** Echidna has joined #openmrs |
| 21:20:22 | *** ChanServ sets mode: +v Echidna |
| 21:51:30 | *** mjohnst has left #openmrs |
| 21:54:52 | *** downeym has quit IRC |
| 22:09:37 | *** dkayiwa has quit IRC |
| 22:20:17 | *** wluyima_ has quit IRC |
| 22:43:06 | *** jportela has joined #openmrs |
| 22:51:18 | *** wluyima_ has joined #openmrs |
| 22:57:53 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS (trunk): Trying to create a user account for an existing patient actually duplicates the person - TRUNK-2034 <http://feedproxy.google.com/~r/OMRStrunk/~3/ZmDyd56B888/OpenMRS> |
| 23:19:56 | *** jportela has quit IRC |
| 23:47:38 | *** gbastien has joined #openmrs |