- Timestamp:
- 05/28/08 15:14:02 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/xforms/trunk/src/org/openmrs/module/xforms/XformConstants.java
r4171 r4420 68 68 /** The global property key for the patient serializer class.*/ 69 69 public static final String GLOBAL_PROP_KEY_PATIENT_SERIALIZER = "xforms.patientSerializer"; 70 71 /** The global property key for the cohort serializer class.*/ 72 public static final String GLOBAL_PROP_KEY_COHORT_SERIALIZER = "xforms.cohortSerializer"; 70 73 71 74 /** The global property key for the xform serializer class.*/ … … 90 93 public static final String DEFAULT_PATIENT_SERIALIZER = "org.openmrs.module.xforms.DefaultPatientSerializer"; 91 94 95 /** The default value for the cohort serializer class.*/ 96 public static final String DEFAULT_COHORT_SERIALIZER = "org.openmrs.module.xforms.DefaultCohortSerializer"; 97 92 98 /** The default value for the xform serializer class.*/ 93 99 public static final String DEFAULT_XFORM_SERIALIZER = "org.openmrs.module.xforms.DefaultXformSerializer"; … … 175 181 /** The downloadPatients request parameter. */ 176 182 public static final String REQUEST_PARAM_DOWNLOAD_PATIENTS = "downloadPatients"; 183 184 /** The downloadCohorts request parameter. */ 185 public static final String REQUEST_PARAM_DOWNLOAD_COHORTS = "downloadCohorts"; 177 186 178 187 /** The setCohort request parameter. */