Description

OpenMRS allows Users to set global properties, which are configuration variables that the User can set via Advanced Settings under Administration Menu, without restarting or recompiling the application.

OpenMRS provides a way to add custom configuration in the form of key-value pairs. Several Bahmni functionalities that are just a key-value pair are implemented using Advanced Settings in OpenMRS.

You can refer OpenMRS configuration for how to go to the Advanced Settings page.


Where to add ?

One can add new global property via OpenMRS Administration UI or using a SQL query

These can be added/modified in OpenMRS using the Administration, Advanced Settings screen (/openmrs/admin/maintenance/globalProps.form)

Using a sql query to update the global_property table