openmrs-module-initializer
openmrs-module-initializer copied to clipboard
The OpenMRS Initializer module is an API-only module that processes the content of the configuration folder when it is found inside OpenMRS' application data directory.
Minor edits to improve grammar and spelling while maintaining the meaning.
Minor edits to improve grammar while maintaining the meaning.
Currently when an Ampath form version changes, it's name-identifier (UUID) changes and so a new form with a different UUID identifier is loaded. Form translation changes loaded using the associated...
Currently it is not possible to update concepts that are worthy updating to the `Numeric` datatype. Say for example, changing existing `Text` to `Numeric`. With this Issue resolved, it should...
Introduce an `addresshierarchy` (AH) domain that takes care of: 1. Load all AH-related configs (address template, address entries, etc). 1. Filling the Ext I18n's i18n reverse cache. This work will...
[#248] Support for loading-time L10n of metadata names and descriptions based on Context's locale.
Note, if this approach is approved, then there are likely additional changes to expand this beyond the encounter type domain, by changing other metadata loaders to extend the `BaseMetadataLineProcessor` rather...
### Context Currently, we have a setup where we have a single master set of metadata files (eg. a csv of encounter types) that is shared across multiple countries. It...
sample entry in personattributetypes/registration_pat.csv Uuid,Void/Retire,Name,Description,Format,Foreign uuid,Searchable,_order:1000 113f9a02-f4ac-11ed-a05b-0242ac120003,,registrationLocations,,org.openmrs.Location,0fbbeaf4-f3ea-11ed-a05b-0242ac120002,, Here the uuid refers to one of the location uuid. When we start openmrs with this configuration then person attribute is being added...