TRUNK-6232: Add OpenMRS:True and OpenMRS:False mappings for TRUE and FALSE concepts #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of what I changed
I have added the "OpenMRS" Concept Source and introduced standard mappings for the boolean concepts (
TRUE/FALSE) in the Reference Application configuration. I also updated the global properties to reflect these new mappings.Specific changes include:
conceptsources.csvto register the official "OpenMRS" concept source (UUID:913e06c5-4ca1-46e3-9ecf-afbe11bbd0d9).conceptreferenceterms.csvto define the termsTRUEandFALSEunder the OpenMRS source.concepts.csvto map the core boolean concepts (UUIDs1065...and1066...) toOpenMRS:TRUEandOpenMRS:FALSE.globalproperties.xmlto deprecateconcept.trueandconcept.falseproperties, updating their descriptions to reference the new mappings.Issue I worked on
see https://issues.openmrs.org/browse/TRUNK-6232
Checklist: I completed these to help reviewers :)
My IDE is configured to follow the code style of this project.
I have verified the changes locally. (Verified by running the server and checking logs for successful concept mapping loading)
I ran
mvn clean packageright before creating this pull request and added all formatting changes to my commit.All new and existing tests passed.
My pull request is based on the latest changes of the master branch.