IRC Chat : 2010-07-31 - OpenMRS

00:45:39 *** Mkop has joined #openmrs
00:45:39 *** ChanServ sets mode: +v Mkop
01:03:53 *** Mkop has quit IRC
01:11:16 *** misha680 has joined #openmrs
01:13:20 <misha680> I apologize for bothering... I know this is probably a "dumb" question but is BasicModule's link to the form supposed to work by default? I notice there is a basicmoduleForm.jsp in web/module and AdminList has a link to "module/basicmodule/basicmoduleLink.form", but it doesn't quite seem to work on my test install
01:54:40 *** fixl has joined #openmrs
02:19:30 *** r0bby has joined #openmrs
02:19:30 *** ChanServ sets mode: +v r0bby
02:19:48 *** robbyoconnor has quit IRC
03:35:29 *** r0bby has quit IRC
03:36:00 *** r0bby has joined #openmrs
03:36:00 *** ChanServ sets mode: +v r0bby
03:53:56 *** r0bby is now known as robbyoconnor
04:41:55 *** fixl has quit IRC
04:41:56 *** Echidna has quit IRC
04:47:33 *** Echidna has joined #openmrs
04:47:33 *** ChanServ sets mode: +v Echidna
04:48:35 *** fixl has joined #openmrs
05:29:54 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Configuring an External Web Application <http://forum.openmrs.org/viewtopic.php?f=10&t=573#p2435>
06:33:26 *** fixl has quit IRC
07:23:50 *** robbyoconnor has quit IRC
07:24:46 *** robbyoconnor has joined #openmrs
07:24:46 *** ChanServ sets mode: +v robbyoconnor
07:28:50 *** robbyoconnor has quit IRC
07:31:36 *** robbyoconnor has joined #openmrs
07:31:36 *** ChanServ sets mode: +v robbyoconnor
08:12:00 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14686]: openmrs-contrib/ui-frameworks/grails-poc branch: Added … <http://dev.openmrs.org/changeset/14686> || OpenMRS Changesets: Changeset [14685]: openmrs-contrib/ui-frameworks/grails-poc branch: Added runtime-property … <http://dev.openmrs.org/changeset/14685>
08:44:09 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14687]: regadbintegration:Few improvements added <http://dev.openmrs.org/changeset/14687>
09:44:33 *** MalteF has joined #openmrs
09:44:33 *** ChanServ sets mode: +v MalteF
10:46:48 *** robbyoconnor has quit IRC
10:47:09 *** robbyoconnor has joined #openmrs
10:47:09 *** ChanServ sets mode: +v robbyoconnor
10:51:10 *** robbyoconnor has quit IRC
10:56:36 *** robbyoconnor has joined #openmrs
10:56:36 *** ChanServ sets mode: +v robbyoconnor
12:00:16 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14688]: simplelabentry. added functionality for re-ordering a test, and support … <http://dev.openmrs.org/changeset/14688>
12:30:30 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14690]: conceptmanagement: fixed dao <http://dev.openmrs.org/changeset/14690> || OpenMRS Changesets: Changeset [14689]: rwandaprimarycare. added support for national ID parsing, fixed remaining … <http://dev.openmrs.org/changeset/14689>
13:50:08 *** MalteF has quit IRC
14:06:46 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Create checkbox in html form <http://forum.openmrs.org/viewtopic.php?f=3&t=636#p2436>
14:40:46 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14691]: Implemented wsGetDrugOrdersByEncounterUUid(String), … <http://dev.openmrs.org/changeset/14691>
15:37:38 *** misha680 has quit IRC
16:25:00 *** bwolfe has joined #openmrs
16:25:00 *** ChanServ sets mode: +o bwolfe
16:25:01 *** misha680 has joined #openmrs
16:26:25 *** firzhan has joined #openmrs
16:27:24 <firzhan> bwolfe: Hi...How can I add the arraylist object in to xml file
16:29:42 <bwolfe> firzhan: what do you mean?
16:29:44 <bwolfe> in hibernate?
16:29:50 <firzhan> no
16:30:05 <firzhan> I am just trying to store an axml file in table
16:30:12 <firzhan> in that xml file
16:30:24 <firzhan> I ahve to store teh ConceptAnswer objects
16:30:42 <firzhan> those are of Collection<ConceptAnswer> type
16:30:50 <firzhan> how can I store it in
16:30:55 <firzhan> the xml tags
16:32:35 <bwolfe> oh
16:32:39 <bwolfe> doesn't xstream handle that?
16:33:11 <firzhan> I think it only handles the objects which extends
16:33:26 <firzhan> the OpenMRSSerializer class
16:38:49 *** robbyoconnor has quit IRC
17:19:23 <bwolfe> firzhan: sorry, stepped away from the computer for a bit.
17:19:24 <bwolfe> hmm, not sure how it works with
17:19:32 <bwolfe> hmm, not sure how it works with arrays and lists
17:20:08 <firzhan> bwolfe: Oh,,Aren;t thr any other ways to handle this thing
17:21:13 <bwolfe> firzhan: maybe loop over them with xtream?
17:21:19 <bwolfe> or pass them in one at a time?
17:21:28 <bwolfe> or fix the serializer to work on lists?
17:21:48 <bwolfe> what happens if you just pass in the concept object to the serializer? does it not do anything with the conceptanswer property?
17:22:12 <firzhan> no
17:22:26 <firzhan> it doen't do anything with the property
17:22:46 <firzhan> it is only for storing them fro later marshalling and unmarsahlling
17:23:06 <firzhan> with the Remote Transfer module
17:24:02 <bwolfe> huh?
17:24:21 <bwolfe> no, I meant if you pass in the concept object that has at least one conceptanswer in the conceptAnswers list. what does the xml look like?
17:26:57 <firzhan> <coded_answers>Collection<ConceptAnswer> answers</coded_answers>
17:28:55 <bwolfe> haha, thats it??
17:29:04 <bwolfe> no actual answers in there?
17:34:50 <firzhan> yeah
17:34:54 <firzhan> I am stroign teh list
17:35:05 <firzhan> i mean the list has the actual answers
17:38:05 <bwolfe> I don't follow
18:23:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: I need CSV format file of concept Dictionary. <http://forum.openmrs.org/viewtopic.php?f=1&t=634#p2437>
19:51:56 *** firzhan has quit IRC
20:03:19 <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [14692]: Fixed bug with header on status page <http://dev.openmrs.org/changeset/14692>
20:43:43 *** tinashe has joined #openmrs
20:50:31 *** tinashe has left #openmrs
23:05:04 *** misha680 has quit IRC
23:23:26 *** Hazamonzo has joined #openmrs