Correct ConceptMap field annotation

This commit is contained in:
jamesagnew 2019-09-19 08:11:54 -04:00
parent ca9d5963d5
commit 283b48fdde
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ public class ConceptMap extends MetadataResource {
/**
* noMap = true indicates that there is no target mapping for the source concept.
*/
@Child(name = "noMap", type = {BooleanType.class}, order=1, min=0, max=1, modifier=false, summary=false)
@Child(name = "noMap", type = {BooleanType.class}, order=4, min=0, max=1, modifier=false, summary=false)
@Description(shortDefinition="No mapping to a target concept for this source concept", formalDefinition="noMap = true indicates that no mapping to a target concept exists for this source concept." )
protected BooleanType noMap;