
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.ConceptMapGroupUnmappedComponent
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionJsonParser.parseConceptMapGroupUnmappedComponent
(com.google.gson.JsonObject json) XmlParser.parseConceptMapGroupUnmappedComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier 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
Fields in org.hl7.fhir.r5.model declared as ConceptMap.ConceptMapGroupUnmappedComponentModifier 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.Methods in org.hl7.fhir.r5.model that return ConceptMap.ConceptMapGroupUnmappedComponentModifier 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) Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionvoid
ConceptMap.ConceptMapGroupUnmappedComponent.copyValues
(ConceptMap.ConceptMapGroupUnmappedComponent dst) ConceptMap.ConceptMapGroupComponent.setUnmapped
(ConceptMap.ConceptMapGroupUnmappedComponent value)