Uses of Class
org.hl7.fhir.r5.model.ConceptMap.ConceptMapGroupUnmappedComponent
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseConceptMapGroupUnmappedComponent
(com.google.gson.JsonObject json) XmlParser.parseConceptMapGroupUnmappedComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptMapGroupUnmappedComponent
(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) protected void
RdfParser.composeConceptMapGroupUnmappedComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.ConceptMapGroupUnmappedComponent element, int index) protected void
XmlParser.composeConceptMapGroupUnmappedComponent
(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) protected void
XmlParser.composeConceptMapGroupUnmappedComponentElements
(ConceptMap.ConceptMapGroupUnmappedComponent element) protected void
JsonParser.composeConceptMapGroupUnmappedComponentProperties
(ConceptMap.ConceptMapGroupUnmappedComponent element) protected boolean
XmlParser.parseConceptMapGroupUnmappedComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.ConceptMapGroupUnmappedComponent res) protected void
JsonParser.parseConceptMapGroupUnmappedComponentProperties
(com.google.gson.JsonObject json, ConceptMap.ConceptMapGroupUnmappedComponent res) -
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionConceptMap.ConceptMapGroupComponent.unmapped
What to do when there is no mapping to a target concept from the source concept and ConceptMap.group.element.noMap is not true.Modifier and TypeMethodDescriptionConceptMap.ConceptMapGroupUnmappedComponent.copy()
ConceptMap.ConceptMapGroupComponent.getUnmapped()
ConceptMap.ConceptMapGroupUnmappedComponent.setCodeElement
(CodeType value) ConceptMap.ConceptMapGroupUnmappedComponent.setDisplay
(String value) ConceptMap.ConceptMapGroupUnmappedComponent.setDisplayElement
(StringType value) ConceptMap.ConceptMapGroupUnmappedComponent.setMode
(ConceptMap.ConceptMapGroupUnmappedMode value) ConceptMap.ConceptMapGroupUnmappedComponent.setModeElement
(Enumeration<ConceptMap.ConceptMapGroupUnmappedMode> value) ConceptMap.ConceptMapGroupUnmappedComponent.setOtherMap
(String value) ConceptMap.ConceptMapGroupUnmappedComponent.setOtherMapElement
(CanonicalType value) ConceptMap.ConceptMapGroupUnmappedComponent.setRelationship
(Enumerations.ConceptMapRelationship value) ConceptMap.ConceptMapGroupUnmappedComponent.setRelationshipElement
(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap.ConceptMapGroupUnmappedComponent.setValueSet
(String value) ConceptMap.ConceptMapGroupUnmappedComponent.setValueSetElement
(CanonicalType value) Modifier and TypeMethodDescriptionvoid
ConceptMap.ConceptMapGroupUnmappedComponent.copyValues
(ConceptMap.ConceptMapGroupUnmappedComponent dst) ConceptMap.ConceptMapGroupComponent.setUnmapped
(ConceptMap.ConceptMapGroupUnmappedComponent value)