| 00:08:30 | *** gbastien has quit IRC |
| 01:00:49 | *** gbastien has joined #openmrs |
| 02:36:20 | *** suhothayan has joined #openmrs |
| 02:38:15 | *** gbastien has quit IRC |
| 02:40:12 | *** suho has quit IRC |
| 02:50:44 | *** suhothayan has quit IRC |
| 03:00:35 | *** upul` has joined #openmrs |
| 03:00:35 | *** ChanServ sets mode: +v upul` |
| 04:50:24 | *** sinthu has joined #openmrs |
| 04:52:58 | *** lh has quit IRC |
| 04:57:24 | *** suho has joined #openmrs |
| 05:14:53 | *** x-ian has quit IRC |
| 05:44:30 | *** x-ian has joined #openmrs |
| 05:53:29 | *** sinthu has quit IRC |
| 06:06:52 | *** dkayiwa has joined #openmrs |
| 06:07:10 | *** sinthu has joined #openmrs |
| 06:19:53 | *** robota has joined #openmrs |
| 06:40:07 | *** sinthu has quit IRC |
| 07:52:51 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: How to create a database access in openmrs...? <http://forum.openmrs.org/viewtopic.php?f=8&t=740#p2824> |
| 08:19:39 | *** robota has quit IRC |
| 08:20:31 | *** robota has joined #openmrs |
| 08:54:40 | *** dkayiwa_ has joined #openmrs |
| 08:57:01 | *** dkayiwa has quit IRC |
| 08:57:01 | *** dkayiwa_ is now known as dkayiwa |
| 09:07:04 | *** rafa has joined #openmrs |
| 09:52:53 | *** goutham has joined #openmrs |
| 10:26:58 | *** x-ian has quit IRC |
| 10:33:24 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: SOAPConnectionFactory error <http://forum.openmrs.org/viewtopic.php?f=8&t=739#p2825> |
| 11:12:25 | *** suho has quit IRC |
| 11:43:00 | *** robota has quit IRC |
| 11:43:05 | *** upul` has quit IRC |
| 11:52:46 | *** goutham has left #openmrs |
| 11:54:56 | *** x-ian has joined #openmrs |
| 11:55:37 | *** x-ian has quit IRC |
| 11:59:00 | *** robota has joined #openmrs |
| 12:01:15 | *** x-ian has joined #openmrs |
| 12:01:40 | *** x-ian has quit IRC |
| 12:03:46 | *** x-ian has joined #openmrs |
| 12:05:24 | *** robota has quit IRC |
| 12:07:16 | *** sinthu has joined #openmrs |
| 12:28:22 | *** robota has joined #openmrs |
| 12:29:33 | *** pascal` has joined #openmrs |
| 12:29:33 | *** ChanServ sets mode: +v pascal` |
| 12:43:38 | *** sinthu has quit IRC |
| 13:01:51 | *** gbastien has joined #openmrs |
| 13:04:09 | *** mayanks43 has joined #openmrs |
| 13:24:12 | *** ugupta has joined #openmrs |
| 13:27:39 | *** robbyoconnor has quit IRC |
| 13:40:52 | *** x-ian has quit IRC |
| 13:44:22 | *** gbastien has quit IRC |
| 13:46:20 | *** umashanthi has joined #openmrs |
| 13:46:20 | *** ChanServ sets mode: +v umashanthi |
| 13:59:00 | *** gbastien has joined #openmrs |
| 14:04:35 | *** bwolfe has joined #openmrs |
| 14:04:35 | *** ChanServ sets mode: +o bwolfe |
| 14:15:38 | *** misha680 has joined #openmrs |
| 14:15:38 | *** ChanServ sets mode: +v misha680 |
| 14:31:51 | *** pascal` has quit IRC |
| 14:34:42 | *** x-ian has joined #openmrs |
| 14:58:10 | *** x-ian has quit IRC |
| 14:59:26 | *** gbastien has quit IRC |
| 15:19:47 | *** gbastien has joined #openmrs |
| 15:33:07 | *** dkayiwa has left #openmrs |
| 15:35:28 | *** umashanthi has quit IRC |
| 15:36:04 | *** umashanthi has joined #openmrs |
| 15:36:04 | *** ChanServ sets mode: +v umashanthi |
| 15:39:40 | *** pascal` has joined #openmrs |
| 15:47:43 | *** suho has joined #openmrs |
| 15:48:10 | <misha680> dumb question. How do I convert the value from an OpenMRS dateField to a Java date for DWR use? Right now I am using $j("fieldname").val() and getting a String. |
| 15:50:51 | <suho> misha680, I think you can use parseDateFromStringToJs(sFormat, sDate) ; from the /webapp/src/main/webapp/openmrs.js to do that |
| 15:51:30 | *** pascal` has quit IRC |
| 15:52:03 | <suho> misha680, sorry thats for JavaScript Date |
| 15:58:55 | *** pascal` has joined #openmrs |
| 16:05:03 | *** mayanks43 has quit IRC |
| 16:06:17 | <misha680> Thx! That worked :) |
| 16:06:44 | <suho> great :) |
| 16:10:15 | *** robota has quit IRC |
| 16:20:10 | *** pascal` has quit IRC |
| 16:22:12 | *** pascal` has joined #openmrs |
| 16:31:07 | *** x-ian has joined #openmrs |
| 16:31:19 | *** ugupta has left #openmrs |
| 16:34:01 | *** pascal` has quit IRC |
| 16:36:05 | <misha680> ok, another dumb question. How do we go the other way - is there a way we convert java Date's to Strings so that they follow OpenMRS conventions for dates? Thx |
| 16:38:19 | <suho> for JS dates there is, use the function parseDateFromJsToString(sFormat, jsDate) from openmrs.js |
| 16:38:33 | <suho> hope this helps you |
| 16:39:58 | <misha680> Thx |
| 16:46:01 | *** mblanchette has joined #openmrs |
| 16:55:43 | *** x-ian has quit IRC |
| 17:08:29 | *** x-ian has joined #openmrs |
| 17:15:41 | *** rafa has quit IRC |
| 17:25:14 | *** umashanthi has left #openmrs |
| 17:29:18 | *** aja has joined #openmrs |
| 17:29:50 | *** gbastien has quit IRC |
| 17:30:13 | *** aja has quit IRC |
| 17:30:52 | *** aja has joined #openmrs |
| 17:39:01 | *** lh has joined #openmrs |
| 17:43:00 | *** gbastien has joined #openmrs |
| 17:50:14 | <aja> Hi all,i have a question,does any obs group have Concept? |
| 17:50:48 | <bwolfe> obs.concept is filled in for obs groups, yes aja |
| 17:50:56 | <bwolfe> obs.value_coded is not though |
| 17:52:04 | <aja> bwolfe: I am working with http://tickets.openmrs.org/browse/TRUNK-1861 |
| 17:53:04 | <bwolfe> obs.concept is the 'question' for an observation |
| 17:53:07 | <bwolfe> so it is always filled in |
| 17:54:42 | *** misha680 has quit IRC |
| 17:55:15 | <aja> In obsValidation they are checking both concept and according to concept data type the value |
| 17:55:32 | <aja> is it necessary ? |
| 17:57:05 | *** x-ian has quit IRC |
| 17:58:51 | <bwolfe> aja: not if its an obs group |
| 17:58:53 | *** lh has quit IRC |
| 17:59:03 | <bwolfe> isn't that from your other ticket aja? we haven't committed that yet... |
| 18:01:04 | <aja> this is not from that but i think there is relationship between those two |
| 18:06:49 | *** x-ian has joined #openmrs |
| 18:07:14 | <aja> bwolfe:is it good ,validating value of the obs after validating for obs group? |
| 18:07:55 | <bwolfe> not sure what you're asking aja |
| 18:10:48 | <aja> we cant validate obs group with current obsValidator. |
| 18:11:42 | <aja> am i correct? |
| 18:15:09 | <bwolfe> aja: I think you're right, yes |
| 18:16:17 | *** x-ian has quit IRC |
| 18:18:07 | <aja> so do we have any idea to modifying obsValidator to correct this |
| 18:21:27 | *** gbastien has quit IRC |
| 18:27:00 | *** mayanks43 has joined #openmrs |
| 18:32:07 | <bwolfe> aja: the datatype of obsgroups should be n/a...which means that it doens't have to validate any values, right? |
| 18:32:18 | <bwolfe> what are the datatypes of your obs groups in your demo db now? |
| 18:38:37 | *** gbastien has joined #openmrs |
| 18:49:11 | *** gbastien has quit IRC |
| 18:49:41 | *** gbastien has joined #openmrs |
| 18:53:21 | <aja> bwolfe:conside this hl7 message "OBX|1|CWE|21^FOOD ASSISTANCE FOR ENTIRE FAMILY^99DCT||22^UNKNOWN^99DCT^2471^UNKNOWN^99NAM|||||||||20090714" |
| 18:55:11 | <aja> bwolfe:there are three obs |
| 18:55:35 | *** gbastien has quit IRC |
| 18:55:39 | <bwolfe> aja: only 1 I think |
| 18:55:45 | <bwolfe> 21 is the question concept id |
| 18:55:49 | <bwolfe> 22 is the answer concept id |
| 18:56:12 | <bwolfe> and 2471 is the specific concept_name_id of the answer that was used |
| 18:57:38 | <aja> bwolfe:does answers have values?no? |
| 18:59:49 | <bwolfe> an answer is the value |
| 19:00:35 | <aja> ok i got |
| 19:08:08 | *** gbastien has joined #openmrs |
| 19:39:09 | *** robbyoconnor has joined #openmrs |
| 19:39:09 | *** ChanServ sets mode: +v robbyoconnor |
| 19:41:59 | *** r0bby has joined #openmrs |
| 19:41:59 | *** ChanServ sets mode: +v r0bby |
| 19:42:08 | *** robbyoconnor has quit IRC |
| 20:03:31 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.7.x #17910: [Ben Wolfe] When voiding a patient via the standard Patient Form, validation does not enforce entering a "void reason" - TRUNK-1889 Author: ajanthan <http://feedproxy.google.com/~r/OMRStrunk/~3/zHKVflE6Jvs/> || New Changeset: OpenMRS trunk #17909: [Ben Wolfe] When voiding a patient via the standard Patient Form, validation does not enforce entering a "void reason" - TRUNK-1889 Author: ajanthan <http://feedproxy.google.com/~r/OMRStrunk/~3/2ZqukPtJmlI/> |
| 20:36:47 | *** r0bby has quit IRC |
| 20:44:13 | *** lh_ has joined #openmrs |
| 20:51:36 | *** aja has quit IRC |
| 21:17:44 | *** x-ian has joined #openmrs |
| 21:18:54 | *** mayanks43 has left #openmrs |
| 21:20:30 | *** gbastien has quit IRC |
| 21:32:40 | *** gbastien has joined #openmrs |
| 21:37:13 | *** lh_ has quit IRC |
| 21:37:43 | *** lh_ has joined #openmrs |
| 21:38:46 | *** lh_ has left #openmrs |
| 22:07:50 | *** pascal` has joined #openmrs |
| 22:09:58 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Modules: Custom Branding 0.2 uploaded to OpenMRS Module Repository <https://dev.openmrs.org/modules/view.jsp?module=custombranding&version=&0.2> |
| 22:14:20 | *** pascal` has quit IRC |
| 22:27:09 | *** gbastien has quit IRC |
| 22:29:24 | *** mblanchette has quit IRC |
| 22:35:04 | *** gbastien has joined #openmrs |
| 22:38:51 | *** gbastien_ has joined #openmrs |
| 22:39:44 | *** suho has quit IRC |
| 22:40:12 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS trunk #17922: [Ben Wolfe] Adding precondition overrides to a few liquibase changesets <http://feedproxy.google.com/~r/OMRStrunk/~3/vHvhiw0xwnk/> || New Changeset: OpenMRS trunk #17921: [Ben Wolfe] Adding checks for NPEs into the ModuleClassLoader <http://feedproxy.google.com/~r/OMRStrunk/~3/UjwQ5bH9p7k/> || New Changeset: OpenMRS trunk #17920: [Ben Wolfe] Error: "Problem required" when attempting to add a problem on the patient dashboard - TRUNK-1961 <http://feedproxy.google.com/~r/OMRStrunk/~3/NDnx89tHP1U/> || New Changeset: OpenMRS trunk #17918: [Wyclif Luyima] Changed Context.getLocation() to LocationUtility.getUserDefaultLocation() see comments from code review(CR-TRUNK-237)- TRUNK-1959 <http://feedproxy.google.com/~r/OMRStrunk/~3/LtIpH9DUTko/> || New Changeset: OpenMRS active-lists #17915: [Ben Wolfe] The features developed in this branch were merged to trunk back before 1.7.x was released <http://feedproxy.google.com/~r/OMRStrunk/~3/bFONMRTGCJ0/> || New Changeset: OpenMRS mavenize #17914: [Ben Wolfe] Removing the mavenize branch, as the script that was used to convert trunk to this was also used to convert trunk. <http://feedproxy.google.com/~r/OMRStrunk/~3/-3zjIB0uvrE/> |
| 22:45:30 | *** bwolfe has quit IRC |
| 22:51:48 | *** suho has joined #openmrs |
| 22:57:00 | *** suho has quit IRC |
| 23:16:41 | *** gbastien_ has quit IRC |
| 23:16:52 | *** gbastien has quit IRC |
| 23:21:31 | *** lh has joined #openmrs |
| 23:21:41 | *** lh has quit IRC |
| 23:28:49 | *** gbastien_ has joined #openmrs |
| 23:30:10 | *** gbastien has joined #openmrs |
| 23:34:30 | *** gbastien has quit IRC |
| 23:44:24 | <OpenMRSBot> Recent updates in the world of openmrs: New Changeset: OpenMRS 1.8.x #17923: [Wyclif Luyima] Back porting follow ups to Hidden Identifier Fields When Creating a New Patient - TRUNK-1959 <http://feedproxy.google.com/~r/OMRStrunk/~3/ZRrgHV559ks/> |
| 23:44:25 | *** gbastien_ has quit IRC |
| 23:47:59 | *** gbastien has joined #openmrs |
| 23:52:31 | *** gbastien has quit IRC |
| 23:58:06 | *** gbastien_ has joined #openmrs |
| 23:58:34 | *** gbastien has joined #openmrs |