Global property


Contents

Description

Defines global (OpenMRS-wide) properties. Properties are loosely defined as name-value pairs: property and property_value, respectively. The values stored in this table are editable while OpenMRS is running and no restart is required.

Attributes

Column Name Type Default Description
Primary Key property varchar(100) Name of the property being defined. Property names must be unique for a given user — i.e., the same property name cannot be used twice for the same user. To store more than one value for the same property, then the value should be set to an XML snippet or delimited list of values.
Required property_value varchar(255) Value for the user-specific property.
Required description TEXT Description of this property
Primary Key primary key, Required required