/
Configure Advanced Settings
Configure Advanced Settings
- Vinay Venu
- teresa gracias
- Shanmugam Radhakrishnan (Deactivated)
Owned by Vinay Venu
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.
Where to add ?
One can add new global property via OpenMRS Administration UI or using a SQL query
Openmrs Administration UI
- These can be added/modified in OpenMRS using the Administration, Advanced Settings screen (/openmrs/admin/maintenance/globalProps.form)
- Use a sql query to update the global_property table
Some examples of Global Properties are:
Name | Description | Value |
---|---|---|
mrs.genders | List of gender and gender codes used across MRS | {"M":"Male", "F":"Female","O":"Other"} |
bahmni.encounterType.default | Default encounter type | 'Consultation' |
On this Page
Related pages
Configure Observation Form
Configure Observation Form
Read with this
Configure Patient Registration
Configure Patient Registration
Read with this
Conditional Attributes
Conditional Attributes
Read with this
app.json
app.json
Read with this
Using Implementation specific Configuration (docker)
Using Implementation specific Configuration (docker)
Read with this
Configurations: What goes where?
Configurations: What goes where?
Read with this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)