| 00:27:50 | *** gbastien has joined #openmrs |
| 02:06:44 | *** dmexs has joined #openmrs |
| 02:06:45 | *** dmexs_ has quit IRC |
| 02:44:55 | *** mathiaslin has joined #openmrs |
| 03:39:54 | *** dmexs_ has joined #openmrs |
| 03:39:54 | *** dmexs has quit IRC |
| 04:02:54 | *** mathiaslin has quit IRC |
| 04:28:25 | *** gbastien has quit IRC |
| 04:45:53 | *** suho has joined #openmrs |
| 04:45:53 | *** ChanServ sets mode: +v suho |
| 04:49:04 | <suho> hi I'm trying to update ncd module to work with the current trunk |
| 04:50:17 | *** sri13 has joined #openmrs |
| 04:50:18 | <suho> i found there are openmrs-api-1.5.0.10458-.jar, web-openmrs-api-1.5.0.10458-.jar, test-openmrs-api-1.5.0.10458-.jar, |
| 04:50:30 | <suho> in the lib-common |
| 04:51:18 | <suho> can anyone help me how to update the module |
| 04:51:42 | <suho> djazayeri, can you please advice me on this ^ |
| 05:11:13 | *** mathiaslin has joined #openmrs |
| 05:51:41 | *** sri13_ has joined #openmrs |
| 05:52:19 | *** sri13 has quit IRC |
| 06:19:16 | *** bryq has joined #openmrs |
| 06:19:16 | *** ChanServ sets mode: +v bryq |
| 06:22:17 | *** mathiaslin has quit IRC |
| 06:30:45 | *** sri13_ has quit IRC |
| 06:54:39 | *** bwolfe has joined #openmrs |
| 06:54:39 | *** ChanServ sets mode: +o bwolfe |
| 07:07:56 | *** gauravpaliwal has joined #openmrs |
| 07:07:56 | *** ChanServ sets mode: +v gauravpaliwal |
| 07:12:19 | *** gauravpaliwal has quit IRC |
| 07:15:17 | *** bryq has quit IRC |
| 07:40:19 | <suho> hi bwolfe |
| 07:44:47 | *** pascal` has joined #openmrs |
| 07:58:40 | *** ChanServ sets mode: +v pascal` |
| 08:10:12 | <bwolfe> hi suho |
| 08:11:00 | <suho> hi I was in the process of update ncd module to work with the current trunk |
| 08:11:07 | <suho> i have a doubt |
| 08:11:21 | <suho> there in the lib-common |
| 08:11:30 | <suho> i find openmrs-api-1.5.0.10458-.jar, web-openmrs-api-1.5.0.10458-.jar, test-openmrs-api-1.5.0.10458-.jar, |
| 08:11:53 | <suho> do i need to change them with the current jars from the trunk |
| 08:12:31 | <suho> when i change i get some compile time errors |
| 08:13:02 | <suho> this is because of some api changes |
| 08:13:58 | <suho> i think they are not backward compatible |
| 08:15:16 | <suho> is there any possibility for this ? |
| 08:20:46 | <bwolfe> suho: yep, you're right on both questions |
| 08:21:11 | <bwolfe> look at the release notes for 1.6 to see the 1 or 2 non-backwards compatible changes between 1.5.x and 1.6.0 |
| 08:21:28 | <bwolfe> and look at the release notes for 1.7 to see the 1. or 2 non-backwards compatible changes between 1.6.x and 1.7 |
| 08:21:58 | <suho> i find the User class making the problem |
| 08:22:12 | <bwolfe> yep |
| 08:22:16 | <suho> it had implemented the person before |
| 08:22:18 | <bwolfe> User no longer extends Person |
| 08:22:45 | *** dkayiwa has joined #openmrs |
| 08:23:02 | <suho> so what can i do any suggestions to fox this issue |
| 08:23:35 | <dkayiwa> suho: was that for me? |
| 08:24:15 | <suho> can i change User to something else |
| 08:24:29 | <suho> dkayiwa, yes you can also help :) |
| 08:24:55 | <dkayiwa> is that for the ncd module? |
| 08:25:24 | <suho> yes |
| 08:26:15 | <bwolfe> User now has a person property, so you can change all user.get__ calls to user.getPerson().get____ calls |
| 08:27:31 | <suho> but i think if i do that change it wont be working with 1.5 :( |
| 08:27:53 | <suho> because there the user is not having .getPerson() method |
| 08:27:55 | <bwolfe> correct |
| 08:28:09 | <bwolfe> you will need to change the config.xml file to say the min version is 1.6.0 |
| 08:28:51 | <suho> ok |
| 08:29:36 | <suho> bwolfe, thanks for your help and time :) |
| 08:30:24 | <suho> dkayiwa, so I think ncd is not going to be backward comparable :( |
| 08:30:57 | <bwolfe> 1.5 isn't supported anymore by openmrs, so I think that should be fine suho |
| 08:31:05 | <dkayiwa> if it can be up to 1.6, i think that will be better than 1.8 or 1.9 :D |
| 08:31:26 | <suho> ok then great :) |
| 08:32:03 | <suho> so shall I use 1.6 api jars ? |
| 08:32:26 | <dkayiwa> looks like so |
| 08:33:19 | <suho> ok great |
| 08:34:16 | <suho> dkayiwa, i'll make the necessary changes and send you a patch |
| 08:34:25 | <dkayiwa> cool |
| 08:34:33 | <dkayiwa> 8) |
| 08:34:34 | <suho> dkayiwa, I think having a jira is better |
| 08:35:02 | <suho> so we can discuss there too |
| 08:35:16 | <dkayiwa> yes you can create a jira ticket for it and we start there |
| 08:35:32 | <dkayiwa> i like your suggestion. it is very nice!!! :D |
| 08:36:08 | <suho> thanks :) i'll start a Jira at ncd |
| 08:36:15 | <suho> and add the patch |
| 08:36:53 | <suho> dkayiwa, no reply for the messaging module :( |
| 08:37:25 | <suho> dkayiwa, I dont know how should i proceed in that ? |
| 08:37:37 | <dkayiwa> oh sorry about that. can you dirrectly email diet and also copy me? |
| 08:39:27 | <suho> yes i was talking about the one i send about one week before |
| 08:39:40 | <dkayiwa> yup |
| 08:40:14 | <dkayiwa> yes am referring to that very same one |
| 08:40:14 | *** bryq has joined #openmrs |
| 08:40:14 | *** ChanServ sets mode: +v bryq |
| 08:40:23 | <suho> ok |
| 08:43:00 | <suho> what to do, I think we can wait for same more time, as its not urgent at this point |
| 08:43:54 | <suho> dkayiwa, and I |
| 08:44:06 | <dkayiwa> ok |
| 08:44:12 | <suho> I'll work on ncd |
| 08:44:15 | <suho> ok great |
| 08:44:20 | <suho> thanks for your time |
| 08:44:22 | *** bwolfe has quit IRC |
| 08:44:33 | <dkayiwa> thanks more for yours :D |
| 08:44:48 | <suho> :D bye ttyl |
| 08:44:49 | *** bwolfe has joined #openmrs |
| 08:44:49 | *** ChanServ sets mode: +o bwolfe |
| 08:45:12 | <dkayiwa> bye for now |
| 08:53:52 | *** bwolfe has quit IRC |
| 08:55:04 | *** bwolfe has joined #openmrs |
| 08:55:04 | *** ChanServ sets mode: +o bwolfe |
| 08:59:05 | *** suho has quit IRC |
| 09:03:11 | *** bwolfe has quit IRC |
| 09:06:39 | *** dkayiwa has quit IRC |
| 09:06:51 | *** dkayiwa has joined #openmrs |
| 09:12:01 | *** suho has joined #openmrs |
| 09:12:01 | *** ChanServ sets mode: +v suho |
| 09:17:55 | *** rafa has joined #openmrs |
| 09:17:55 | *** ChanServ sets mode: +v rafa |
| 09:26:16 | *** bwolfe has joined #openmrs |
| 09:26:16 | *** ChanServ sets mode: +o bwolfe |
| 09:27:39 | <pascal`> hey bwolfe |
| 09:27:47 | <bwolfe> hi pascal` |
| 09:28:04 | <pascal`> bwolfe, you know anything about the patient search popup widget? |
| 09:28:40 | <bwolfe> pascal`: too much. what do you need? |
| 09:28:54 | <pascal`> bwolfe, can't quite figure out how to use it |
| 09:29:27 | <pascal`> bwolfe, I'm trying to figure it out by looking at personRelationships.jsp and encounterForm.jsp |
| 09:29:49 | <pascal`> bwolfe, I get the popup, but I'm not getting any result when I search... are there any docs for it? |
| 09:29:52 | <bwolfe> <openmrs_tag:patientField /> |
| 09:30:03 | <pascal`> bwolfe, yes, I got that much :) |
| 09:30:03 | <bwolfe> not really any docs :-/ |
| 09:30:41 | <bwolfe> oh |
| 09:30:43 | <pascal`> bwolfe, can I pastie you my jsp? |
| 09:30:53 | <bwolfe> check out the obsForm.jsp, I think it calls personField |
| 09:30:56 | <bwolfe> sure |
| 09:31:34 | <pascal`> bwolfe, Ok I'll look there too |
| 09:32:19 | *** bwolfe_ has joined #openmrs |
| 09:32:19 | *** ChanServ sets mode: +o bwolfe_ |
| 09:32:37 | *** bwolfe has quit IRC |
| 09:33:06 | <pascal`> bwolfe_, besides not getting any results in the actual search, I'm not sure how you specify the arguments for the callback function |
| 09:40:40 | <bwolfe_> brb, food |
| 09:40:51 | <dkayiwa> :D |
| 09:43:00 | *** rafa_ has joined #openmrs |
| 09:43:00 | *** ChanServ sets mode: +v rafa_ |
| 09:44:11 | *** rafa has quit IRC |
| 09:51:38 | *** rafa_ has quit IRC |
| 10:01:55 | <bwolfe_> pascal`: I don't see a problem really... |
| 10:03:31 | <bwolfe_> pascal`: check the tools-->error console |
| 10:03:39 | <bwolfe_> do you need to import DWRPersonService ? |
| 10:03:43 | <bwolfe_> (can't remember if thats automatic) |
| 10:03:56 | <bwolfe_> bbl |
| 10:07:59 | *** bwolfe_ has quit IRC |
| 10:17:36 | *** rafa has joined #openmrs |
| 10:17:36 | *** ChanServ sets mode: +v rafa |
| 10:22:56 | *** rafa_ has joined #openmrs |
| 10:22:56 | *** ChanServ sets mode: +v rafa_ |
| 10:24:44 | *** rafa has quit IRC |
| 10:39:48 | *** dkayiwa has left #openmrs |
| 10:40:06 | *** dkayiwa has joined #openmrs |
| 11:01:27 | *** robbyoconnor has joined #openmrs |
| 11:01:27 | *** ChanServ sets mode: +v robbyoconnor |
| 12:25:41 | *** suho has quit IRC |
| 12:55:59 | *** umashanthi has joined #openmrs |
| 12:55:59 | *** ChanServ sets mode: +v umashanthi |
| 13:06:47 | *** dkayiwa has quit IRC |
| 13:06:59 | *** dkayiwa has joined #openmrs |
| 13:14:05 | <dmexs_> hey dkayiwa |
| 13:14:11 | <dkayiwa> hey |
| 13:14:21 | <dmexs_> morning |
| 13:14:54 | <dmexs_> well it is over here at least, what time is it over there? |
| 13:15:13 | <dkayiwa> it 4:30 pm here |
| 13:15:19 | <dkayiwa> Sunday afternoon |
| 13:17:22 | <dmexs_> lol ah gotcha, well I tried working with your xforms update to use repeat sections and can't manage to get it to work |
| 13:17:44 | <dkayiwa> what exactly happened? |
| 13:19:19 | <dmexs_> i added a repeat section using the instructions that tell you to use a concept with a ConvSet but I can't get it working? |
| 13:20:29 | <dkayiwa> what happens instead of it working? |
| 13:20:50 | *** robbyoconnor has quit IRC |
| 13:21:54 | <dmexs_> it doesn't respond when I click the "add new" button |
| 13:22:30 | <dkayiwa> is that on an encounter form or patient registration form? |
| 13:22:38 | <dmexs_> patient registration |
| 13:22:54 | <dkayiwa> can u do a file save and send it to me? |
| 13:23:00 | <dmexs_> ok |
| 13:27:38 | <dkayiwa> whats the name of the field to be repeated? |
| 13:27:54 | <dmexs_> chief complaint |
| 13:28:35 | <dkayiwa> of what data type is it as per the openmrs concept dictionary? |
| 13:30:03 | <dmexs_> a coded question |
| 13:31:52 | <dkayiwa> and what class? |
| 13:32:16 | <dmexs_> question |
| 13:32:24 | <dkayiwa> did u have a look at this: https://wiki.openmrs.org/display/docs/XForms+Module+User+Guide |
| 13:32:25 | <OpenMRSBot> <http://ln-s.net/8afL> (at wiki.openmrs.org) |
| 13:32:40 | <dkayiwa> under: how do add a repeat section |
| 13:33:11 | <dmexs_> yes, i tried doing it that way and was a little un sure how to do it |
| 13:33:17 | <dmexs_> what I did was creat a new concept |
| 13:33:39 | <dmexs_> as a set, called it ConvSet and added chief complaint to it |
| 13:33:52 | <dmexs_> then I tried to add the convset to the list of fields on the form |
| 13:34:21 | <dkayiwa> i would love you send me a new form where you have done the exact steps as on that page |
| 13:35:56 | <dmexs_> when it says set members:... |
| 13:35:59 | <dmexs_> what does that mean |
| 13:36:23 | <dkayiwa> it means you add members for this set |
| 13:36:36 | <dkayiwa> you will see that on the concept page where you set the data type and class |
| 13:36:45 | <dmexs_> the members that i would like to show in the repeat section? |
| 13:36:50 | <dmexs_> so chief complaints |
| 13:36:51 | <dkayiwa> yes |
| 13:37:26 | <dmexs_> okay I have done this, and then added this convset to the form schema |
| 13:37:31 | <dmexs_> under observations |
| 13:38:00 | <dkayiwa> after u do all that as on the page, and it again does not work, just send me the form |
| 13:38:47 | <dmexs_> the problem is that after i add the convset to the form schema and I refresh in the xforms designed it doesn't show up in the list of fields |
| 13:38:56 | <dmexs_> *designer |
| 13:40:53 | <dmexs_> so as far as I can tell I have followed the instructiosn on that page |
| 13:41:26 | <dkayiwa> can you send me a screenshot of your concept page? |
| 13:41:39 | <dmexs_> for the convset? |
| 13:41:45 | <dkayiwa> where you set the convset and added the set members |
| 13:41:55 | <dkayiwa> as per the wiki instructions |
| 13:41:57 | <dmexs_> i can provide you with you a login if that would be easier too |
| 13:42:09 | <dkayiwa> yes and url |
| 13:58:10 | *** pascal` has quit IRC |
| 13:59:09 | *** dmexs has joined #openmrs |
| 13:59:26 | *** dmexs_ has quit IRC |
| 14:02:44 | *** bwolfe has joined #openmrs |
| 14:02:44 | *** ChanServ sets mode: +o bwolfe |
| 14:07:16 | *** mathiaslin has joined #openmrs |
| 14:32:57 | <dmexs> we switched to #openmrs-sprint (for whomever might read the log) |
| 14:33:19 | <dkayiwa> ok |
| 14:33:43 | <dkayiwa> can u use the latest version of the module |
| 14:33:52 | <dkayiwa> as in the module repository? |
| 14:43:29 | *** dkayiwa has quit IRC |
| 14:45:19 | *** dkayiwa has joined #openmrs |
| 14:47:02 | <dkayiwa> oh sorry i have remembered something |
| 14:47:11 | <dkayiwa> let me even update the documentation now |
| 14:47:18 | <dkayiwa> on the form schema screen |
| 14:47:31 | <dkayiwa> edit the presenting chief complaints field |
| 14:47:52 | <dkayiwa> and set the max property to -1 |
| 14:48:20 | <dmexs> the convset or the set member item? |
| 14:48:28 | <dkayiwa> the convset |
| 14:49:41 | <dmexs> but the convset's datatype is -1 |
| 14:49:45 | <dmexs> sorry is n/a |
| 14:49:53 | <dkayiwa> yes thats ok |
| 14:50:13 | <dmexs> and thus there's nowhere to enter a max property |
| 14:50:28 | <dkayiwa> on form schema |
| 14:50:28 | <dmexs> perhaps you should change it because I think we're misunderstanding each other |
| 14:50:36 | <dmexs> hmm ok |
| 14:51:55 | <dkayiwa> after that refresh the form |
| 14:52:49 | <dmexs> ok, they're both there now |
| 14:52:55 | <dkayiwa> yes |
| 14:53:12 | <dmexs> so do i need to set the actual repeat section bount to the convset and the box to the member? |
| 14:53:13 | <dkayiwa> now go back to the patient registration form |
| 14:53:17 | <dmexs> mhm |
| 14:53:36 | <dkayiwa> and refresh it |
| 14:53:55 | <dmexs> yup, it shows up |
| 14:54:05 | <dkayiwa> test the preview |
| 14:54:12 | <dkayiwa> and see if it allows you add new |
| 14:54:23 | <dkayiwa> if you dont see the widget on design surface |
| 14:54:31 | <dkayiwa> just click and refresh the design surface |
| 14:54:45 | <dkayiwa> by right clicking and select refresh |
| 14:56:25 | <dmexs> i it allows me to add new ones but now they're only numbers |
| 14:56:31 | <dmexs> i wanted concept answers |
| 14:56:34 | <dmexs> lemme try and change it back |
| 14:56:43 | *** robbyoconnor has joined #openmrs |
| 14:56:43 | *** ChanServ sets mode: +v robbyoconnor |
| 14:56:44 | <dkayiwa> no dont change it |
| 14:56:51 | <dkayiwa> i have one more step to give you |
| 14:57:00 | <dmexs> oh ok. |
| 14:57:05 | <dkayiwa> after selecting that text box on the design surface |
| 14:57:11 | <dkayiwa> go to the widget properties panel |
| 14:57:21 | <dkayiwa> set the value of the external source field to: concept |
| 14:57:34 | <dkayiwa> after that, go back and refresh the preview |
| 14:57:45 | <dkayiwa> now when you type, you should see a concept search widget |
| 14:58:25 | <dmexs> ok it's working |
| 14:58:34 | <dkayiwa> ok good |
| 14:58:40 | <dmexs> that seems extremely counter intuitive though since it's a number datatype? |
| 14:58:52 | <dmexs> lemme try actually using the form and make sure they get passed |
| 14:59:01 | <dkayiwa> yes i agree |
| 14:59:09 | <dkayiwa> its technical |
| 14:59:21 | <dkayiwa> its a number because what is stored is a conceptId |
| 14:59:25 | <dkayiwa> which is a number |
| 14:59:29 | <dmexs> gotcha |
| 14:59:40 | <dmexs> what does the concept answer store? |
| 14:59:42 | <dmexs> same thing no? |
| 14:59:50 | <dkayiwa> it stores a number |
| 15:00:01 | <dkayiwa> the actual conceptId |
| 15:00:13 | <dkayiwa> because the text varies according to locale |
| 15:00:18 | <dkayiwa> but number is constants |
| 15:01:30 | <dmexs> ok |
| 15:01:42 | <dmexs> internal server error when i try to use the form.. :( |
| 15:02:13 | <dkayiwa> can you send me what is in the more section of that window? |
| 15:03:39 | <dmexs> http://pastebin.com/3KEquKWm |
| 15:03:53 | <dkayiwa> ok |
| 15:06:32 | *** dmexs_ has joined #openmrs |
| 15:10:00 | <dkayiwa> ok |
| 15:10:09 | <dkayiwa> now go to the form schema |
| 15:10:19 | <dkayiwa> and click the view xslt link |
| 15:10:25 | <dkayiwa> tell me if you have anything there |
| 15:11:02 | <dmexs_> ok |
| 15:11:42 | <dmexs_> lots, would you like to see it? |
| 15:11:49 | <dkayiwa> no |
| 15:11:53 | <dmexs_> lol |
| 15:12:00 | <dkayiwa> :) |
| 15:12:10 | <dkayiwa> for which form was that? |
| 15:12:15 | *** aja has joined #openmrs |
| 15:13:49 | <dmexs_> the patient registration |
| 15:13:50 | *** suho has joined #openmrs |
| 15:13:50 | *** ChanServ sets mode: +v suho |
| 15:14:02 | <dmexs_> id = 3 |
| 15:14:54 | <dkayiwa> can u try again to submit the form? |
| 15:16:40 | <dmexs_> okay. |
| 15:17:50 | <dmexs_> same error |
| 15:17:56 | <dmexs_> java.lang.NullPointerException |
| 15:18:10 | <dkayiwa> can you send me your tomcat log contents? |
| 15:20:16 | <dmexs_> okay |
| 15:20:28 | <dmexs_> i'm assuming I need to get that form /var/log |
| 15:20:42 | <dkayiwa> the logs folder of tomcat |
| 15:22:44 | <dmexs_> ok |
| 15:26:25 | <dkayiwa> did you get that error while trying to create a new patient? |
| 15:27:40 | <dkayiwa> dmexs_ |
| 15:27:41 | *** robbyoconnor has quit IRC |
| 15:27:58 | <dmexs_> no, that's just the only error in the log |
| 15:28:27 | <dkayiwa> did u get the null pointer exception while trying to create a new patient? |
| 15:28:30 | <dmexs_> yes |
| 15:29:48 | <dkayiwa> strange |
| 15:30:14 | <dkayiwa> because i have tried using to create two patients using the same form and i was successfull |
| 15:30:36 | <dkayiwa> how do you do it? |
| 15:30:48 | <dkayiwa> mind telling me the steps you do? |
| 15:30:53 | *** gbastien has joined #openmrs |
| 15:30:53 | <dmexs_> did you use the repeating sections? |
| 15:30:59 | <dkayiwa> yes |
| 15:31:05 | <dkayiwa> i added three items |
| 15:31:09 | <dkayiwa> and they were all saved |
| 15:31:11 | <dmexs_> and what concepts did you use? |
| 15:31:21 | <dmexs_> can I see a patient that you added? |
| 15:31:43 | <dkayiwa> name: Another Patient |
| 15:32:24 | <dkayiwa> you can click the view encounter icon |
| 15:32:37 | <dkayiwa> and you will see the obs i entered while creating the patient |
| 15:33:23 | <dmexs_> the obs under chief complain show up as numbers :| |
| 15:33:29 | <dmexs_> but yes I see the patient you created |
| 15:33:49 | <dkayiwa> yes because we saved them as integers |
| 15:34:37 | <dkayiwa> you could as well change the data type to text |
| 15:34:56 | <dmexs_> so there's no way for them to be displayed as the concept name? |
| 15:35:03 | <dmexs_> hmm ok |
| 15:35:20 | <dmexs_> and if they're text type they would be saved as such |
| 15:35:37 | <dkayiwa> but changing data type to text would not be a good approach |
| 15:36:25 | <dmexs_> no i want them to be searchable for reports |
| 15:37:21 | <dkayiwa> ok |
| 15:37:28 | <dkayiwa> change the data type back to coded |
| 15:37:45 | <dkayiwa> the one for chief complaints |
| 15:37:55 | <dkayiwa> change it from number to coded |
| 15:38:16 | <dmexs_> ok |
| 15:39:07 | *** umashanthi has quit IRC |
| 15:39:09 | <dmexs_> won't let me change it because observation data has been stored using ut.. |
| 15:39:10 | <dmexs_> hmm |
| 15:39:20 | <dkayiwa> oh i see |
| 15:39:50 | <dkayiwa> can you delete the obs i created from the database? |
| 15:40:18 | <dmexs_> okay, you only made on new patient? |
| 15:41:22 | <dkayiwa> yes |
| 15:46:40 | <dmexs_> im going to this in phpmyadmin unless theres a way within openmrs |
| 15:46:47 | <dkayiwa> ok |
| 15:47:26 | <dkayiwa> or you could just change the concept data type field |
| 15:47:31 | <dkayiwa> in the database |
| 15:47:41 | <dkayiwa> without having to delete those obs |
| 15:49:13 | <dmexs_> ahh nice |
| 15:49:27 | <dmexs_> because it wouldn't let me delete the obs due to some restraint |
| 15:49:36 | <dkayiwa> ok |
| 15:49:58 | *** bryq has quit IRC |
| 15:56:31 | *** bwolfe has quit IRC |
| 15:57:35 | <dmexs_> seems to be working but, when you go to view encounter it shows an empty presenting complaints table.. hmm |
| 15:58:42 | <dmexs_> if you look at patient id: LC2011-000058 |
| 15:59:37 | <dkayiwa> let me check |
| 16:04:54 | <dkayiwa> what is the data type for chief complaints in the form designer? |
| 16:07:32 | <dmexs_> number |
| 16:07:37 | <dmexs_> lemme refresh |
| 16:11:18 | <dkayiwa> ok |
| 16:11:26 | <dmexs_> it's still number |
| 16:12:35 | <dkayiwa> let me check again |
| 16:17:47 | <dmexs_> ok |
| 16:23:30 | <dkayiwa> looks like for now you will set the data type to text |
| 16:23:37 | <dkayiwa> if you want the actual text display |
| 16:24:22 | *** gbastien has quit IRC |
| 16:24:34 | <dmexs_> will it be searchable for reportts? |
| 16:25:18 | *** bryq has joined #openmrs |
| 16:25:18 | *** ChanServ sets mode: +v bryq |
| 16:25:19 | <dkayiwa> how do you plan to make your reports? |
| 16:25:51 | <dmexs_> with the report module |
| 16:27:30 | <dkayiwa> i think the reporting module deals with all concepts |
| 16:27:34 | <dkayiwa> regardless of type |
| 16:29:25 | <dmexs_> ok |
| 16:29:47 | <dmexs_> i'll try text and play around with it, i think it's time for me to go study though :( |
| 16:29:53 | <dkayiwa> ok |
| 16:29:53 | *** surangak has joined #openmrs |
| 16:29:57 | <dkayiwa> no problem |
| 16:30:12 | <dkayiwa> you can come back any other day and we iron it out a bit more |
| 16:30:22 | <dmexs_> okay, thanks for all your help |
| 16:30:35 | <dkayiwa> you are welcome |
| 16:30:41 | <dkayiwa> thanks too for your patience |
| 16:33:18 | *** suho has quit IRC |
| 16:36:17 | <dmexs_> don't mention it! |
| 16:36:31 | <dkayiwa> :) |
| 16:36:52 | <dkayiwa> i will not mention it to any one. :D |
| 16:38:28 | <dmexs_> lol |
| 16:38:40 | <dmexs_> :) |
| 16:39:07 | <dkayiwa> i remembered something |
| 16:39:18 | <dkayiwa> that problem lists would work better for your scenario |
| 16:39:43 | <dkayiwa> as in would let you search for a concept and also display text on the view encounter screen |
| 16:44:13 | *** sri13 has joined #openmrs |
| 16:48:29 | <dmexs_> okay, i will look in to that |
| 16:48:35 | <dkayiwa> ok |
| 16:49:06 | <dmexs_> the one thing I wanted though was for the doctor to add to the problem list and triage to add to a presenting complain |
| 16:49:06 | <dmexs_> t |
| 16:49:17 | <dmexs_> to distinguish complaint from actual diagnosis |
| 16:49:26 | <dkayiwa> ok |
| 16:50:17 | *** dmexs_ has quit IRC |
| 17:03:16 | *** rafa_ has quit IRC |
| 17:05:10 | *** dkayiwa has quit IRC |
| 17:05:26 | *** dkayiwa has joined #openmrs |
| 17:21:41 | *** rafa has joined #openmrs |
| 17:21:41 | *** ChanServ sets mode: +v rafa |
| 17:22:33 | *** sri13 has left #openmrs |
| 17:26:41 | *** rafa has quit IRC |
| 17:27:26 | *** rafa has joined #openmrs |
| 17:27:26 | *** ChanServ sets mode: +v rafa |
| 17:58:25 | *** bwolfe has joined #openmrs |
| 17:58:25 | *** ChanServ sets mode: +o bwolfe |
| 18:01:38 | *** rafa has quit IRC |
| 18:08:00 | *** bryq has quit IRC |
| 18:22:44 | *** bryq has joined #openmrs |
| 18:22:44 | *** ChanServ sets mode: +v bryq |
| 18:33:30 | *** mathiaslin has quit IRC |
| 18:37:56 | *** bwolfe has quit IRC |
| 18:39:02 | *** suho has joined #openmrs |
| 18:39:02 | *** ChanServ sets mode: +v suho |
| 18:39:13 | <suho> hi dkayiwa |
| 18:49:14 | <suho> hi djazayeri |
| 18:52:00 | <dkayiwa> hi suho |
| 18:54:17 | <suho> dkayiwa, hi i have added to the jira |
| 18:54:18 | <suho> https://tickets.openmrs.org/browse/NCD-233 |
| 18:54:42 | <dkayiwa> ok |
| 18:56:05 | *** suhothayan has joined #openmrs |
| 18:56:05 | *** ChanServ sets mode: +v suhothayan |
| 19:00:14 | *** suho has quit IRC |
| 19:00:39 | *** bwolfe has joined #openmrs |
| 19:00:39 | *** ChanServ sets mode: +o bwolfe |
| 19:00:55 | *** suhothayan is now known as suho |
| 19:02:25 | <suho> dkayiwa, i have also added the jars i used |
| 19:02:35 | <dkayiwa> ok |
| 19:02:53 | <suho> dkayiwa, when you have time have a look and give your feedback |
| 19:02:59 | <dkayiwa> thanks so much. will look though it and give you feedback by tomorrow |
| 19:03:05 | <dkayiwa> sure |
| 19:03:09 | <suho> great :) |
| 19:03:16 | <dkayiwa> :) |
| 19:03:52 | *** surangak has quit IRC |
| 19:26:05 | *** suho has quit IRC |
| 19:37:48 | *** dkayiwa has left #openmrs |
| 19:41:53 | *** rafa has joined #openmrs |
| 19:41:53 | *** ChanServ sets mode: +v rafa |
| 19:48:29 | *** aja has quit IRC |
| 20:25:02 | *** rafa has quit IRC |
| 20:28:42 | *** dmexs_ has joined #openmrs |
| 20:28:42 | *** dmexs has quit IRC |
| 20:38:35 | *** bryq has quit IRC |
| 21:11:01 | *** bwolfe has quit IRC |
| 21:21:28 | *** mandric has quit IRC |
| 22:29:14 | *** mandric has joined #openmrs |
| 22:49:54 | *** mandric has quit IRC |
| 22:50:25 | *** dmexs has joined #openmrs |
| 22:50:52 | *** mandric has joined #openmrs |
| 23:43:12 | *** dmexs has quit IRC |
| 23:52:20 | *** mandric has quit IRC |