/
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
Concept Name Tags
Concept Name Tags
More like this
Concept-Related Modules
Concept-Related Modules
More like this
Standard and Non-standard Terminology Mapping
Standard and Non-standard Terminology Mapping
More like this
Localization and Languages
Localization and Languages
More like this
User Guide
User Guide
More like this
Design
Design
More like this