| 01:06:41 | *** cancerb0y has joined #openmrs |
| 01:11:07 | *** cancerb0y has left #openmrs |
| 02:59:27 | *** [mharrison] has joined #openmrs |
| 03:09:09 | *** TorLye has joined #openmrs |
| 03:49:18 | *** sprasanna has joined #openmrs |
| 03:51:05 | *** sprasanna has left #openmrs |
| 04:00:41 | *** njero has joined #openmrs |
| 04:00:42 | *** ChanServ sets mode: +v njero |
| 05:55:02 | *** sprasanna has joined #openmrs |
| 06:39:45 | *** sprasanna has quit IRC |
| 06:50:49 | *** sprasanna has joined #openmrs |
| 07:59:09 | *** Nzeyi has joined #openmrs |
| 08:06:14 | *** Nzeyi has quit IRC |
| 08:07:14 | *** Nzeyi has joined #openmrs |
| 08:18:42 | *** sioraioc_ is now known as sioraiocht |
| 08:25:51 | *** Nzeyi has quit IRC |
| 08:28:50 | *** Ngref has joined #openmrs |
| 08:32:50 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [4914]: registration: Fixed Search Servlet with POST & jQuery Changes <http://dev.openmrs.org/changeset/4914> || OpenMRS Changesets: Changeset [4913]: registration: Register Patient Datepicker Image <http://dev.openmrs.org/changeset/4913> || OpenMRS Changesets: Changeset [4912]: -- openmrs logic-api-refactoring * changed comparison class to do a ⦠<http://dev.openmrs.org/changeset/4912> || OpenMRS Changesets: Changeset [4911]: openmrs-reports: Latest changes to the Patient Flowsheet <http://dev.openmrs.org/changeset/4911> || OpenMRS Changesets: Changeset [4910]: #906 trunk. Updated EncounterService; changed return for 'save' and ⦠<http://dev.openmrs.org/changeset/4910> || OpenMRS Changesets: Changeset [4909]: #905 -- trunk. I'm taking the Transactional annotations out of ⦠<http://dev.openmrs.org/changeset/4909> || OpenMRS Changesets: Changeset [4908]: -- openmrs logic-api-refactoring * added formatting to java files ⦠<http://dev.openmrs.org/changeset/4908> || OpenMRS Changesets: Changeset [4907]: data_sync_bidrectional: hacky fix to data export for constructs <http://dev.openmrs.org/changeset/4907> |
| 08:34:46 | *** sprasanna has quit IRC |
| 10:29:53 | *** TorLye has quit IRC |
| 10:35:55 | *** sioraioc_ has joined #openmrs |
| 10:42:10 | *** njero has quit IRC |
| 10:51:00 | *** sioraiocht has quit IRC |
| 10:53:04 | *** [mharrison] has quit IRC |
| 11:12:35 | *** sioraiocht has joined #openmrs |
| 11:13:40 | *** sioraioc_ has quit IRC |
| 11:35:48 | *** sioraiocht has quit IRC |
| 11:38:10 | *** sioraiocht has joined #openmrs |
| 12:15:57 | *** sprasanna has joined #openmrs |
| 12:58:22 | *** sioraiocht has quit IRC |
| 13:15:21 | *** sioraiocht has joined #openmrs |
| 13:54:42 | *** njero has joined #openmrs |
| 13:54:51 | *** ChanServ sets mode: +v njero |
| 13:57:44 | *** sprasanna has left #openmrs |
| 14:27:52 | *** sioraioc_ has joined #openmrs |
| 14:28:27 | *** sioraiocht has quit IRC |
| 15:24:20 | *** [mharrison] has joined #openmrs |
| 17:16:29 | <r0bby> I think im gonna re-write the patient field custom |
| 17:16:33 | <r0bby> So i don't have to use JSP |
| 17:17:27 | *** [mharrison] has quit IRC |
| 17:34:30 | *** [mharrison] has joined #openmrs |
| 17:39:26 | *** pombreda has joined #openmrs |
| 17:39:26 | *** ChanServ sets mode: +v pombreda |
| 17:59:37 | *** sgrannis has joined #openmrs |
| 17:59:52 | *** sgrannis has quit IRC |
| 18:08:33 | *** [mharrison] has quit IRC |
| 18:41:04 | *** burke_away has joined #openmrs |
| 18:41:04 | *** ChanServ sets mode: +o burke_away |
| 18:41:18 | *** burke_away is now known as burke |
| 18:41:24 | <burke> hey r0bby ... remember me? |
| 18:50:54 | <r0bby> No |
| 18:51:00 | <r0bby> :P |
| 18:51:13 | <r0bby> burke: actually i'm in atlantic city -- so working has been touch/go |
| 18:51:37 | <r0bby> I'm using AJAX for the form creation |
| 18:51:51 | <r0bby> need to disallow GET -- bad things can happen |
| 18:52:05 | <burke> why is that? |
| 18:52:12 | <r0bby> i dunno just concerned about security |
| 18:52:16 | <r0bby> :x |
| 18:52:21 | <r0bby> the AJAX is done via POST |
| 18:52:23 | <burke> security schmecurity |
| 18:52:31 | <r0bby> we're dealing w/ groovy |
| 18:52:38 | <r0bby> the language itself is a security hole |
| 18:52:53 | <r0bby> I actually dont even run the code when checking syntax just parse it |
| 18:53:00 | <burke> as long as you validate that the current session has a user with appropriate rights, it should be okay. |
| 18:53:11 | <r0bby> i dod |
| 18:53:24 | <r0bby> er do |
| 18:53:32 | <r0bby> i should add that check in my servlet |
| 18:53:54 | <r0bby> DWR needs to be upgraded -- but for now im using a mix of jquery AJAX and DWR :) |
| 18:54:18 | <r0bby> DWR 2.x has this thing called reverse AJAX (i don't fully understand it; but it would allow me to use a servlet vs a regular service class |
| 18:54:29 | <burke> i'm not having much luck running the groovy stuff in eclipse. have you committed your netbeans settings? |
| 18:54:38 | <r0bby> I dont use netbeans :) |
| 18:54:42 | <r0bby> i use intelliJ |
| 18:54:53 | <burke> brb. lorrie just got back from the grocery store ... gotta help unload. just a sec. |
| 18:54:57 | <r0bby> LOL |
| 18:54:59 | <burke> oh. |
| 18:55:00 | <burke> ok. |
| 18:55:01 | <r0bby> lorrie being the wife |
| 18:55:04 | <burke> of course. |
| 18:55:06 | <r0bby> heh |
| 18:55:09 | <burke> my better half |
| 18:55:10 | <burke> brb |
| 18:56:28 | <r0bby> k |
| 18:58:58 | <burke> hey r0bby , I'm been told that it's time to fire up the grill. mmm... burgers at the lake. (homer slobber sounds) |
| 18:59:05 | <burke> I'll look for you later. |
| 18:59:22 | <burke> are there days of the week that are better for you? or does it matter? |
| 18:59:56 | <burke> i'd like to set up 2-3 one-hour spots during the week that can be locked into my calendar starting this next week so I don't get swept away again. |
| 19:00:04 | <burke> e.g., M-W-F |
| 19:00:34 | <r0bby> doesn't matter |
| 19:00:43 | <r0bby> Just give me times and i'll be availble |
| 19:00:49 | <r0bby> although heads up |
| 19:00:53 | <r0bby> do not plan Aug 4 |
| 19:01:12 | <r0bby> I have an appt down at columbia for my study |
| 19:01:28 | <r0bby> I scheduled it w/ one of the people i met down in maryland |
| 19:01:46 | <r0bby> I had to get her permission to schedule the appts around the same time |
| 19:02:08 | <r0bby> I talked her into doing the study |
| 19:02:15 | <r0bby> she feels like utter crap all the time |
| 19:02:36 | <burke> ok. i'll try to get some time tonight after dinner & will poke in here to see if you're around. might have some time tomorrow. o/w I'll have Sandy set up an hour on MWF for us. |
| 19:02:38 | <r0bby> I still feel no symptoms |
| 19:02:46 | <r0bby> not good :P |
| 19:02:50 | <r0bby> I'm in atlantic city :P |
| 19:02:52 | <burke> hope it stays that way |
| 19:03:00 | <r0bby> yeh me too |
| 19:03:24 | <r0bby> my mood stabilizer is also an anti-epileptic -- seizures is a potential symptom if calcium levels drop |
| 19:03:27 | <r0bby> too low |
| 19:03:44 | <r0bby> but before that tetany is the fun one |
| 19:03:52 | <burke> Chvostek's sign? |
| 19:03:57 | <r0bby> yup |
| 19:04:08 | <r0bby> you know more than I thought |
| 19:04:19 | <r0bby> A lot of PCP don't know about this disease |
| 19:04:25 | <r0bby> PCPs* |
| 19:04:33 | <burke> k. i've gotta run before I get in trouble. |
| 19:04:41 | <r0bby> Okay, i'm gonna go lose some money |
| 19:04:43 | <burke> PCPs aren't all idiots. :) |
| 19:04:43 | <r0bby> and eat |
| 19:04:47 | <r0bby> I know |
| 19:04:47 | <burke> hehe |
| 19:04:50 | <burke> k. cya |
| 19:04:56 | *** burke is now known as burke_away |
| 19:05:14 | <r0bby> Monday i'll be around all day catching up on the work i've been putting off this weekend |
| 19:06:16 | <r0bby> so talk to you then |
| 19:06:28 | *** njero has quit IRC |
| 19:06:37 | <r0bby> --out-- |
| 20:14:52 | *** [mharrison] has joined #openmrs |
| 20:54:21 | *** sioraioc_ has quit IRC |
| 21:38:16 | *** burke_away has quit IRC |
| 22:48:33 | *** sprasanna has joined #openmrs |
| 23:15:52 | *** sprasann1 has joined #openmrs |
| 23:31:43 | *** sprasanna has quit IRC |
| 23:32:28 | *** sprasanna has joined #openmrs |
| 23:39:50 | *** sprasann2 has joined #openmrs |
| 23:48:19 | *** sprasann1 has quit IRC |
| 23:56:08 | *** sprasanna has quit IRC |