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.
MIT License
23
stars
79
forks
source link
Concepts domain to support updating concept datatypes to numeric. #257
Currently it is not possible to update concepts that are worthy updating to the
Numeric
datatype. Say for example, changing existingText
toNumeric
.With this Issue resolved, it should be possible to convert concepts such as are of the
Text
datatype toNumeric
datatype.Related to HSC-190