/
Taglibs
Taglibs
OpenMRS comes with the <openmrs> taglib. For the complete list of features see openmrs/webapp/src/main/webapp/WEB-INF/taglibs/openmrs.tld. For instance if you want to display a concept you write:
<openmrs:format concept="${concept}" caseConversion="global"/>
(OpenMRS 1.10+) caseConversion="global" indicates that the output should be converted to lowercase, uppercase or capitalized depending on the dashboard.metadata.caseConversion settings (formerly Global Property from 1.8 downwards). Allowed values for caseConversion are global, lowercase, uppercase, capitalize or "" (empty, no conversion).
, multiple selections available,
Related content
Standard and Non-standard Terminology Mapping
Standard and Non-standard Terminology Mapping
More like this
How To Translate the OpenMRS Platform and Modules
How To Translate the OpenMRS Platform and Modules
More like this
Concept Name Tags
Concept Name Tags
More like this
Conventions
Conventions
More like this
Localization and Languages
Localization and Languages
More like this
Settings Descriptions
Settings Descriptions
More like this