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 voidJsonParser.composeConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element)protected voidRdfParser.composeConceptMapGroupUnmappedComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.ConceptMapGroupUnmappedComponent element, int index)protected voidXmlParser.composeConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element)protected voidXmlParser.composeConceptMapGroupUnmappedComponentElements(ConceptMap.ConceptMapGroupUnmappedComponent element)protected voidJsonParser.composeConceptMapGroupUnmappedComponentProperties(ConceptMap.ConceptMapGroupUnmappedComponent element)protected booleanXmlParser.parseConceptMapGroupUnmappedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.ConceptMapGroupUnmappedComponent res)protected voidJsonParser.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.unmappedWhat to do when there is no mapping to a target concept from the source concept.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(Enumerations.ConceptMapGroupUnmappedMode value)ConceptMap.ConceptMapGroupUnmappedComponent.setModeElement(Enumeration<Enumerations.ConceptMapGroupUnmappedMode> value)ConceptMap.ConceptMapGroupUnmappedComponent.setUrlElement(CanonicalType value)Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionvoidConceptMap.ConceptMapGroupUnmappedComponent.copyValues(ConceptMap.ConceptMapGroupUnmappedComponent dst)ConceptMap.ConceptMapGroupComponent.setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)