Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If the setting (formerly global property form platform 1.8 downwards)doesn't exist in the OpenMRS system when the module is started, the property is added
  • Must have child elements 'property' and 'description'.
  • property: Name of the setting (formerly global property form platform 1.8 downwards)
  • description: Text describing the property.
  • Optional child elements 'defaultValue', 'viewPrivilege', 'editPrivilege' and 'deletePrivilege'.
  • defaultValue: Value of the property if it doesn't exist (defaults to the empty string)
  • viewPrivilege: privilege required for a user to view/get this property. Should be unique across OpenMRS. 
  • editPrivilege: privilege required for a user to set/update/save this property. Should be unique across OpenMRS. 
  • deletePrivilege: privilege required for a user to purge this property. Should be unique across OpenMRS. 

...