
Uses of Class
org.hl7.fhir.dstu3.model.ConceptMap.ConceptMapGroupUnmappedComponent
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionJsonParser.parseConceptMapConceptMapGroupUnmappedComponent(com.google.gson.JsonObject json, ConceptMap owner) XmlParser.parseConceptMapConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) protected voidRdfParser.composeConceptMapConceptMapGroupUnmappedComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.ConceptMapGroupUnmappedComponent element, int index) protected voidXmlParser.composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) protected voidXmlParser.composeConceptMapConceptMapGroupUnmappedComponentElements(ConceptMap.ConceptMapGroupUnmappedComponent element) protected voidJsonParser.composeConceptMapConceptMapGroupUnmappedComponentInner(ConceptMap.ConceptMapGroupUnmappedComponent element) protected booleanXmlParser.parseConceptMapConceptMapGroupUnmappedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) protected voidJsonParser.parseConceptMapConceptMapGroupUnmappedComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) -
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeFieldDescriptionConceptMap.ConceptMapGroupComponent.unmappedWhat to do when there is no match in the mappings in the group.Methods in org.hl7.fhir.dstu3.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.setUrlElement(UriType value) Methods in org.hl7.fhir.dstu3.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupComponent.setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)