Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/28/08 15:14:02 (8 months ago)
Author:
dkayiwa
Message:

xforms module: writing some unit tests and loading dynamic serialization classes using reflection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/xforms/trunk/metadata/config.xml

    r4171 r4420  
    3131                <defaultValue>org.openmrs.module.xforms.DefaultPatientSerializer</defaultValue> 
    3232                <description>The patient set serializer</description> 
     33        </globalProperty> 
     34        <globalProperty> 
     35                <property>@MODULE_ID@.cohortSerializer</property> 
     36                <defaultValue>org.openmrs.module.xforms.DefaultCohortSerializer</defaultValue> 
     37                <description>The patient cohort (cohort_id and name) serializer</description> 
    3338        </globalProperty> 
    3439        <globalProperty>