| 00:39:04 | *** NameFILIP has joined #openmrs |
| 00:39:04 | *** ChanServ sets mode: +v NameFILIP |
| 00:43:32 | *** NameFILIP has quit IRC |
| 00:46:00 | *** rday has quit IRC |
| 00:48:20 | *** didymo has quit IRC |
| 00:48:52 | *** didymo has joined #openmrs |
| 00:49:22 | *** rday has joined #openmrs |
| 01:29:55 | *** rday has quit IRC |
| 01:39:33 | *** NameFILIP has joined #openmrs |
| 01:39:33 | *** ChanServ sets mode: +v NameFILIP |
| 01:44:30 | *** NameFILIP has quit IRC |
| 01:48:38 | *** cospih has quit IRC |
| 01:50:37 | *** mogoodrich_ has quit IRC |
| 02:10:01 | *** wyclif has joined #openmrs |
| 02:39:53 | *** evmw has quit IRC |
| 02:40:03 | *** NameFILIP has joined #openmrs |
| 02:40:03 | *** ChanServ sets mode: +v NameFILIP |
| 02:44:17 | *** NameFILIP has quit IRC |
| 02:46:27 | *** harshadura has joined #openmrs |
| 03:09:38 | *** evmw has joined #openmrs |
| 03:09:38 | *** ChanServ sets mode: +v evmw |
| 03:40:32 | *** NameFILIP has joined #openmrs |
| 03:40:32 | *** ChanServ sets mode: +v NameFILIP |
| 03:45:06 | *** NameFILIP has quit IRC |
| 03:59:45 | *** evmw has quit IRC |
| 04:02:03 | *** evmw has joined #openmrs |
| 04:02:17 | *** ChanServ sets mode: +v evmw |
| 04:07:03 | *** evmw has quit IRC |
| 04:10:52 | *** harshadura has quit IRC |
| 04:11:08 | *** harshadura has joined #openmrs |
| 04:31:12 | *** didymo has quit IRC |
| 04:32:00 | *** wyclif has quit IRC |
| 04:41:03 | *** NameFILIP has joined #openmrs |
| 04:41:03 | *** ChanServ sets mode: +v NameFILIP |
| 04:45:30 | *** NameFILIP has quit IRC |
| 04:53:09 | *** davidpardz has left #openmrs |
| 04:57:14 | *** davidpardz has joined #openmrs |
| 04:57:14 | *** ChanServ sets mode: +v davidpardz |
| 04:59:10 | *** davidpardz has quit IRC |
| 05:00:22 | *** maninc has joined #openmrs |
| 05:18:38 | *** rday has joined #openmrs |
| 05:24:00 | *** saramirza has joined #openmrs |
| 05:41:32 | *** NameFILIP has joined #openmrs |
| 05:41:33 | *** ChanServ sets mode: +v NameFILIP |
| 05:45:50 | *** NameFILIP has quit IRC |
| 05:50:51 | *** saramirza has quit IRC |
| 05:54:16 | *** harshadura_ has joined #openmrs |
| 05:55:52 | *** r0bby has joined #openmrs |
| 05:55:53 | *** ChanServ sets mode: +v r0bby |
| 05:57:24 | *** robbyoconnor has quit IRC |
| 05:58:04 | *** saramirza has joined #openmrs |
| 06:27:54 | *** shrewduh has joined #openmrs |
| 06:30:34 | *** snehas has joined #openmrs |
| 06:31:28 | <shrewduh> Is there a way to automate concept indexing? We are using some sql scripts to add/setup concepts. |
| 06:37:13 | *** snehas has quit IRC |
| 06:57:49 | *** rday has quit IRC |
| 07:12:08 | *** NameFILIP has joined #openmrs |
| 07:12:08 | *** ChanServ sets mode: +v NameFILIP |
| 07:16:23 | *** NameFILIP has quit IRC |
| 07:20:33 | *** saramirza has quit IRC |
| 07:25:50 | *** davidpardz has joined #openmrs |
| 07:25:50 | *** ChanServ sets mode: +v davidpardz |
| 07:25:52 | *** harshadura_ has quit IRC |
| 07:28:15 | *** dkayiwa has joined #openmrs |
| 07:32:05 | <harshadura> hi dkayiwa |
| 07:32:13 | <dkayiwa> harshadura: hi |
| 07:33:08 | <harshadura> dkayiwa: in my form schema: i have a OBS called "MEDICAL RECORD OBSERVATIONS" |
| 07:33:29 | *** r0bby is now known as robbyoconnor |
| 07:35:23 | <harshadura> dkayiwa: my embedded form gets submitted successfully and it creates a new encounter too, but when i click the encounter again it shows the default values which i have set in the xform not the ones i entered last. |
| 07:35:38 | <harshadura> dkayiwa: something like this url : http://localhost:8088/openmrs/admin/encounters/encounter.form?encounterId=16 |
| 07:36:17 | <harshadura> dkayiwa: what you think cause this matter ? |
| 07:37:27 | <dkayiwa> harshadura: like which value? |
| 07:38:50 | <harshadura> dkayiwa: like FAMILY NAME, GIVEN NAME |
| 07:39:55 | <dkayiwa> harshadura: encounter forms do not save patient demographic data. they only save OBS |
| 07:40:22 | <dkayiwa> harshadura: see XFRM-104 |
| 07:40:25 | <dkayiwa> !ticket XFRM-104 |
| 07:40:27 | <OpenMRSBot> dkayiwa: [#XFRM-104] Allow users to update patient demographic data and person attribute data - OpenMRS JIRA - https://tickets.openmrs.org/browse/XFRM-104 |
| 07:40:41 | <harshadura> dkayiwa: can i add FAMILY NAME as a obs? |
| 07:41:07 | <dkayiwa> harshadura: https://wiki.openmrs.org/display/docs/Encounters+and+observations |
| 07:41:23 | <harshadura> dkayiwa: do you memorize ticket numbers xD |
| 07:41:43 | <dkayiwa> harshadura: i just type in the browser with auto complete. or search JIRA :) |
| 07:41:56 | <harshadura> :) |
| 07:54:58 | <harshadura> dkayiwa: do i have an alternative for this ? :( |
| 07:55:18 | <harshadura> seems like the feature isnt available yet |
| 07:55:25 | <dkayiwa> harshadura: yes. just work on XFRM-104 |
| 07:55:26 | <dkayiwa> :) |
| 07:55:31 | <harshadura> xD |
| 07:56:33 | <harshadura> dkayiwa: really ? I just want to save some text fields no matter demographic data |
| 07:56:53 | <dkayiwa> harshadura: what do you mean by no matter demographic data? |
| 07:58:48 | <harshadura> dkayiwa: sorry, i mean i dont need to save demographic data just some random fields |
| 07:59:06 | <dkayiwa> harshadura: those should be OBS |
| 07:59:44 | <harshadura> dkayiwa: great thanks i will give it a try |
| 08:01:48 | *** maninc has quit IRC |
| 08:03:34 | *** KC9YYQ has quit IRC |
| 08:05:21 | *** KC9YYQ has joined #openmrs |
| 08:13:21 | <harshadura> dkayiwa: is it okay if i drag the fields of "Patients" into "OBS" section at form schema: "patients" sections consist with "PATIENT.FAMILYNAME" etc |
| 08:13:35 | *** kavuri has joined #openmrs |
| 08:13:39 | *** kavuri has left #openmrs |
| 08:14:02 | <dkayiwa> harshadura: an obs comes from the concept dictionary |
| 08:14:33 | <harshadura> dkayiwa: oops ok |
| 08:15:11 | <harshadura> dkayiwa: can you guide me to do it for a single field ? |
| 08:15:38 | <dkayiwa> harshadura: https://wiki.openmrs.org/display/docs/XForms+Module+User+Guide |
| 08:15:39 | <OpenMRSBot> <http://ln-s.net/8afL> (at wiki.openmrs.org) |
| 08:16:09 | *** NameFILIP has joined #openmrs |
| 08:16:09 | *** ChanServ sets mode: +v NameFILIP |
| 08:16:24 | <harshadura> dkayiwa: ok i will check that again :) |
| 08:16:29 | <dkayiwa> harshadura: you need to read under the section named: Creating an Xform |
| 08:17:34 | <harshadura> dkayiwa: could you please check that section , i think one important image is missing |
| 08:18:46 | <dkayiwa> harshadura: yes |
| 08:19:09 | <dkayiwa> harshadura: but you can proceed without it |
| 08:19:31 | <harshadura> ok dkayiwa :) |
| 08:20:33 | *** dkayiwa has quit IRC |
| 08:37:24 | *** maninc has joined #openmrs |
| 08:50:11 | *** rnjn has joined #openmrs |
| 08:50:58 | *** maninc has quit IRC |
| 09:04:27 | *** maninc has joined #openmrs |
| 09:22:54 | *** NameFILI_ has joined #openmrs |
| 09:28:33 | <davidpardz> harshadura: hi |
| 09:28:55 | <harshadura> hey davidpardz |
| 09:29:32 | <davidpardz> harshadura: do you have a couple of minutes for a spring question? |
| 09:30:15 | <davidpardz> harshadura: question about spring mvc :P |
| 09:30:26 | <harshadura> ok, tell me davidpardz |
| 09:30:44 | <harshadura> haha xD thats hard i knw xD |
| 09:31:12 | <harshadura> NVM i will try to be helpful as much as i can xD |
| 09:32:06 | *** NameFILIP has quit IRC |
| 09:35:47 | <davidpardz> harshadura: I create a form controller and trying to use the command object on its form, but even when I have declared all the properties in the command object class, I can't access a certain property from the from jsp. neither using nested binding nor the command object |
| 09:35:47 | <davidpardz> harshadura: hope I made myself clear |
| 09:36:31 | <davidpardz> harshadura: and I keep getting javax.el.PropertyNotFoundException |
| 09:37:15 | <davidpardz> harshadura: any idea what I am missing ? |
| 09:38:53 | *** rafa has joined #openmrs |
| 09:38:53 | *** ChanServ sets mode: +v rafa |
| 09:46:30 | <harshadura> hi davidpardz, sorry for the delay, just went out for awhile :) |
| 09:51:48 | <harshadura> davidpardz: u their? can you show me the code ? |
| 09:54:09 | <davidpardz> hey harshadura no problem I have solved it |
| 09:54:32 | <davidpardz> harshadura: it was something about the java bean convention |
| 09:54:33 | <harshadura> davidpardz: nice |
| 09:54:40 | <davidpardz> harshadura: thank you! |
| 09:54:54 | <harshadura> davidpardz: yw xD |
| 10:11:13 | *** k-joseph has joined #openmrs |
| 10:14:23 | <k-joseph> join #facebook |
| 10:14:47 | *** k-joseph has left #openmrs |
| 10:15:58 | *** k-joseph has joined #openmrs |
| 10:36:07 | *** evmw has joined #openmrs |
| 10:36:07 | *** ChanServ sets mode: +v evmw |
| 10:51:48 | *** maninc has quit IRC |
| 10:59:02 | *** maninc has joined #openmrs |
| 11:04:39 | *** maninc has quit IRC |
| 11:05:20 | *** davidpardz has left #openmrs |
| 11:23:12 | *** harshadura has quit IRC |
| 11:23:21 | *** maninc has joined #openmrs |
| 11:23:43 | <rnjn> hi everyone |
| 11:24:06 | <rnjn> just wanted to get to know the best practice in terms of logging using log4j |
| 11:24:41 | <rnjn> currently, I create a logger in my class, and log info. no log4j.xml files anywhere, as mentioned in the guides |
| 11:26:40 | <rnjn> the issue is, the default log4j setting logs WARN and above. |
| 11:27:06 | <rnjn> any suggestions/am I doing something wrong? |
| 11:38:06 | *** dkayiwa has joined #openmrs |
| 11:49:00 | *** rafa has quit IRC |
| 11:59:32 | *** rafa has joined #openmrs |
| 11:59:32 | *** ChanServ sets mode: +v rafa |
| 12:01:48 | *** k-joseph has quit IRC |
| 12:35:42 | *** maninc has quit IRC |
| 12:43:45 | *** k-joseph has joined #openmrs |
| 12:48:54 | *** NameFILI_ has quit IRC |
| 12:49:13 | *** sashrika has joined #openmrs |
| 12:49:50 | *** NameFILIP has joined #openmrs |
| 12:49:50 | *** ChanServ sets mode: +v NameFILIP |
| 12:51:10 | *** harshadura has joined #openmrs |
| 12:51:10 | *** ChanServ sets mode: +v harshadura |
| 12:51:26 | <sashrika> mseaton: Hi... |
| 12:51:29 | <harshadura> hi rafa |
| 12:53:09 | <harshadura> rafa: what kind of command line program you use with windows, just curious because i had difficulties when copying logs on windows using CMD and cygwin |
| 13:17:23 | *** shrewduh has quit IRC |
| 13:17:59 | <dkayiwa> suranga: hi |
| 13:21:04 | *** robbyoconnor has quit IRC |
| 13:21:28 | *** robbyoconnor has joined #openmrs |
| 13:21:28 | *** ChanServ sets mode: +v robbyoconnor |
| 13:38:23 | *** rnjn has quit IRC |
| 13:58:54 | *** harsz89 has joined #openmrs |
| 13:58:54 | *** ChanServ sets mode: +v harsz89 |
| 14:03:43 | <h3llborn> no scrum going on today since its 4th of july? :P |
| 14:06:37 | <h3llborn> rafa: wanna just do our little scrum now? or are you busy? :p |
| 14:07:01 | <rafa> h3llborn: hey |
| 14:07:05 | <rafa> h3llborn: sure! |
| 14:07:16 | <h3llborn> rafa: seems like everyone's mia cause of 4th of july :P |
| 14:08:30 | <rafa> h3llborn: I'm not based in US, working as usual |
| 14:08:56 | <h3llborn> rafa: either way, today I'll be focusing as I said in my email, on the windows version of that script, replacing maven with a stable version and working on the installer to see if I can get it to work efficently :P |
| 14:10:13 | <rafa> h3llborn: perfect! try to check if it's possible to create an installer once and just replace the content that is being unpacked |
| 14:10:44 | <h3llborn> rafa: ok sounds good! so re-use the template just use differnt scripts eh? |
| 14:10:58 | *** k-joseph has quit IRC |
| 14:11:48 | <rafa> h3llborn: to be clear we can package scripts for all OSes in every installer |
| 14:12:00 | <rafa> h3llborn: they won't colide anyway |
| 14:12:19 | <h3llborn> rafa: ok just let the installer choose which one to unpack? :P |
| 14:12:28 | <rafa> h3llborn: no it can unpack all of them |
| 14:12:50 | <h3llborn> rafa: ok, well I'll give it a try :) |
| 14:12:57 | <rafa> h3llborn: they have a different extension for Windows and Unix so there won't be any problem |
| 14:13:03 | <h3llborn> rafa: btw how's the h2 database testing going? |
| 14:13:05 | <rafa> h3llborn: it's how maven is packaged for example |
| 14:13:17 | <rafa> h3llborn: it ships with scripts for all OSes |
| 14:13:32 | <h3llborn> rafa: does it? haha I didn't even notice :P |
| 14:14:21 | <rafa> h3llborn: yes, some have no extension (unix) and some have bat |
| 14:14:27 | <rafa> h3llborn: see the bin directory |
| 14:15:00 | <h3llborn> rafa: kk, is there anything you need me to fix with the h2 pull request? |
| 14:15:01 | <rafa> h3llborn: anyway, really the only thing installer must do is extract these files and set PATH to point to the installation dir |
| 14:15:27 | <rafa> h3llborn: no fixes so far |
| 14:15:37 | <h3llborn> rafa: gotcha on that :P and sounds good, you still doing some tests? |
| 14:16:08 | <rafa> h3llborn: yes, I still need to check why that junit test fails |
| 14:16:30 | <h3llborn> rafa: ya, that was the weiredes thing, I never understood why that happend :s |
| 14:16:43 | <h3llborn> rafa: at one point it actually passed witht he same config , on another time it didn't |
| 14:16:55 | <rafa> h3llborn: ok |
| 14:17:25 | *** k-joseph has joined #openmrs |
| 14:17:39 | <h3llborn> rafa: sounds good, well if there's anything else let me know. otherwise I'm gonna go ahead and get started with a vm |
| 14:18:31 | <rafa> h3llborn: just wanted to say I'm very happy with your work so far! |
| 14:18:36 | <rafa> h3llborn: keep it up! |
| 14:18:44 | <h3llborn> rafa: thanks, that means a lot :) I try haha |
| 14:19:31 | <rafa> h3llborn: ok, heading out for dinner now |
| 14:19:37 | <rafa> h3llborn: have fun! |
| 14:19:37 | <h3llborn> rafa: ok enjoy! :) |
| 14:19:42 | <h3llborn> rafa: thanks! |
| 14:19:52 | <rafa> h3llborn: thanks! |
| 14:29:45 | *** rafa has quit IRC |
| 14:39:43 | *** k-joseph has quit IRC |
| 14:45:59 | *** k-joseph has joined #openmrs |
| 15:01:48 | *** wyclif has joined #openmrs |
| 15:34:49 | <k-joseph> dkayiwa: hi |
| 15:35:01 | <dkayiwa> k-joseph: hi |
| 15:35:07 | <k-joseph> dkayiwa: is there any problem with the wiki pages |
| 15:35:47 | <dkayiwa> k-joseph: yes looks like the server is down |
| 15:35:48 | <k-joseph> dkayiwa: am trying to access one ticket page and it is generating an error, |
| 15:35:54 | <k-joseph> Service Temporarily Unavailable |
| 15:35:58 | <dkayiwa> k-joseph: i also tried JIRA and failed a few mins ago |
| 15:37:41 | <dkayiwa> k-joseph: it should be back now |
| 15:38:51 | <k-joseph> dkayiwa: ok, now my issue is, about TRUNK-2449, seen your previous comment an am still thinking on how i can address it, if i can remember very well you said in the comment whether i would make a pull request about on solving the Form Entry tab, right? |
| 15:40:00 | <k-joseph> dkayiwa: i actually thought that in that tab, we should only display the last three encounters as the heading says, if am wrong, please correct me!!! |
| 15:42:31 | <dkayiwa> k-joseph: the heading should be adjusted basing on the value supplied in that global property |
| 15:42:40 | <dkayiwa> k-joseph: does that make sense? |
| 15:53:07 | <k-joseph> dkayiwa: it does absolutely make sense, |
| 16:01:09 | <dkayiwa> good |
| 16:09:30 | *** harshadura has quit IRC |
| 16:15:24 | *** harshadura has joined #openmrs |
| 16:19:39 | <dkayiwa> suranga: hi |
| 16:19:58 | <suranga> dkayiwa: helloooo :-) |
| 16:20:20 | <dkayiwa> suranga: aren't you interested in also implementers translating? :) |
| 16:21:03 | <suranga> dkayiwa: um... you mean I should have sent it to the implementors mailing list ? |
| 16:21:14 | <dkayiwa> suranga: sure |
| 16:21:23 | <dkayiwa> suranga: both |
| 16:21:45 | <suranga> dkayiwa: thanks, will do that. This is a two year ticket, and would love to close it :P |
| 16:22:05 | <dkayiwa> suranga: oh yes. the ticket has gray hair :) |
| 16:26:34 | *** shrewduh has joined #openmrs |
| 16:27:08 | *** jblaya has joined #openmrs |
| 16:51:56 | <OpenMRSBot> Recent updates in the world of openmrsci: CA-CA-83 has FAILED : Updated by Ce?sar Henrique Vortmann <https://ci-stg.openmrs.org/browse/CA-CA-83> |
| 17:03:25 | *** dkayiwa_ has joined #openmrs |
| 17:04:06 | *** dkayiwa has quit IRC |
| 17:04:06 | *** dkayiwa_ is now known as dkayiwa |
| 17:14:48 | *** NameFILIP has quit IRC |
| 17:44:33 | *** sashrika has quit IRC |
| 17:45:55 | *** NameFILIP has joined #openmrs |
| 17:45:55 | *** ChanServ sets mode: +v NameFILIP |
| 17:53:59 | *** NameFILIP has quit IRC |
| 17:54:11 | *** NameFILIP has joined #openmrs |
| 17:54:11 | *** ChanServ sets mode: +v NameFILIP |
| 18:13:44 | *** r0bby has joined #openmrs |
| 18:13:44 | *** ChanServ sets mode: +v r0bby |
| 18:15:00 | *** evmw has quit IRC |
| 18:16:39 | *** wyclif has quit IRC |
| 18:17:28 | *** robbyoconnor has quit IRC |
| 18:31:07 | *** rday has joined #openmrs |
| 18:37:57 | <k-joseph> dkayiwa: hi |
| 18:38:02 | <dkayiwa> k-joseph: hi |
| 18:39:39 | <k-joseph> dkayiwa: i request you to have a look at https://github.com/k-joseph/openmrs-core/commit/8989509817ff5c4e5d79f8d958849b6020938da2#commitcomment-3568581 and you help me to have a better view of what am supposed to do incase i need to make it better, thanks |
| 18:39:42 | <OpenMRSBot> <http://ln-s.net/-MaD> (at github.com) |
| 18:40:29 | <dkayiwa> k-joseph: do as always by creating a pull request |
| 18:41:51 | <k-joseph> dkayiwa: i thought it would be better for you to review that so that you can help me answer a few questions that i have about what i need to add on the commit |
| 18:52:20 | <dkayiwa> k-joseph: i will comment on the commit |
| 18:53:37 | <k-joseph> dkayiwa: the above link is a commit url, https://github.com/k-joseph/openmrs-core/commit/8989509817ff5c4e5d79f8d958849b6020938da2#commitcomment-3568581 |
| 18:53:37 | <OpenMRSBot> <http://ln-s.net/-MaD> (at github.com) |
| 18:55:23 | <dkayiwa> k-joseph: have you changed the ticket state |
| 18:59:02 | <k-joseph> dkayiwa: currently in code review state |
| 18:59:20 | <dkayiwa> k-joseph: ok |
| 19:09:32 | *** rday has quit IRC |
| 19:41:26 | *** r0bby has quit IRC |
| 19:41:51 | *** r0bby has joined #openmrs |
| 19:41:51 | *** ChanServ sets mode: +v r0bby |
| 19:49:52 | *** harsz89 has quit IRC |
| 19:53:46 | *** harsz89 has joined #openmrs |
| 19:53:46 | *** ChanServ sets mode: +v harsz89 |
| 20:10:38 | <k-joseph> dkayiwa: hi |
| 20:13:39 | *** dkayiwa has quit IRC |
| 20:14:43 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: KenyaUI Library 1.4 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyaui&version=&1.4> || OpenMRS Modules: KenyaUI Library 1.3.17 uploaded to OpenMRS Module Repository <https://modules.openmrs.org/modules/view.jsp?module=kenyaui&version=&1.3.17> |
| 20:16:23 | <k-joseph> harshadura: hi |
| 20:19:52 | *** dkayiwa has joined #openmrs |
| 20:29:42 | <k-joseph> dkayiwa: hi |
| 20:29:49 | <dkayiwa> k-joseph: hi |
| 20:43:24 | <k-joseph> dkayiwa: hi |
| 20:43:34 | <dkayiwa> k-joseph: hi |
| 20:43:49 | <k-joseph> dkayiwa: i have made several changes on the previous commit and i have some thing am seeking to break down, i have also updated the ticket page and i have asked a issue on the github url pasted on the ticket page that i kindly request you to answer perhaps as soon as you can, will be glad if considered, thanks |
| 20:44:14 | <k-joseph> dkayiwa: commit link at https://github.com/k-joseph/openmrs-core/commit/TRUNK-2449 |
| 20:44:19 | <OpenMRSBot> <http://ln-s.net/-MdI> (at github.com) |
| 20:48:51 | <dkayiwa> k-joseph: ok |
| 20:50:08 | <dkayiwa> k-joseph: hi |
| 20:58:03 | *** k-joseph has quit IRC |
| 22:11:43 | *** NameFILIP has quit IRC |
| 22:43:53 | *** harshadura has quit IRC |
| 22:56:36 | *** harshadura has joined #openmrs |
| 23:13:42 | *** NameFILIP has joined #openmrs |
| 23:13:42 | *** ChanServ sets mode: +v NameFILIP |
| 23:18:23 | *** NameFILIP has quit IRC |