Uses of Class
org.hl7.fhir.r5.model.ConceptMap2.ConceptMap2GroupUnmappedComponent
Packages that use ConceptMap2.ConceptMap2GroupUnmappedComponent
-
Uses of ConceptMap2.ConceptMap2GroupUnmappedComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2.ConceptMap2GroupUnmappedComponentModifier and TypeMethodDescriptionJsonParser.parseConceptMap2GroupUnmappedComponent(com.google.gson.JsonObject json) XmlParser.parseConceptMap2GroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap2.ConceptMap2GroupUnmappedComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMap2GroupUnmappedComponent(String name, ConceptMap2.ConceptMap2GroupUnmappedComponent element) protected voidRdfParser.composeConceptMap2GroupUnmappedComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap2.ConceptMap2GroupUnmappedComponent element, int index) protected voidXmlParser.composeConceptMap2GroupUnmappedComponent(String name, ConceptMap2.ConceptMap2GroupUnmappedComponent element) protected voidXmlParser.composeConceptMap2GroupUnmappedComponentElements(ConceptMap2.ConceptMap2GroupUnmappedComponent element) protected voidJsonParser.composeConceptMap2GroupUnmappedComponentProperties(ConceptMap2.ConceptMap2GroupUnmappedComponent element) protected booleanXmlParser.parseConceptMap2GroupUnmappedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap2.ConceptMap2GroupUnmappedComponent res) protected voidJsonParser.parseConceptMap2GroupUnmappedComponentProperties(com.google.gson.JsonObject json, ConceptMap2.ConceptMap2GroupUnmappedComponent res) -
Uses of ConceptMap2.ConceptMap2GroupUnmappedComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ConceptMap2.ConceptMap2GroupUnmappedComponentModifier and TypeFieldDescriptionConceptMap2.ConceptMap2GroupComponent.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 ConceptMap2.ConceptMap2GroupUnmappedComponentModifier and TypeMethodDescriptionConceptMap2.ConceptMap2GroupUnmappedComponent.copy()ConceptMap2.ConceptMap2GroupComponent.getUnmapped()ConceptMap2.ConceptMap2GroupUnmappedComponent.setCodeElement(CodeType value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setDisplay(String value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setDisplayElement(StringType value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setMode(Enumerations.ConceptMapGroupUnmappedMode value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setModeElement(Enumeration<Enumerations.ConceptMapGroupUnmappedMode> value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setUrlElement(CanonicalType value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setValueSet(String value) ConceptMap2.ConceptMap2GroupUnmappedComponent.setValueSetElement(CanonicalType value) Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap2.ConceptMap2GroupUnmappedComponentModifier and TypeMethodDescriptionvoidConceptMap2.ConceptMap2GroupUnmappedComponent.copyValues(ConceptMap2.ConceptMap2GroupUnmappedComponent dst) ConceptMap2.ConceptMap2GroupComponent.setUnmapped(ConceptMap2.ConceptMap2GroupUnmappedComponent value)