
Uses of Class
org.hl7.fhir.r4.model.ConceptMap.ConceptMapGroupUnmappedComponent
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent
- 
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) protected voidRdfParser.composeConceptMapConceptMapGroupUnmappedComponent(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.r4.model
Fields in org.hl7.fhir.r4.model declared as ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeFieldDescriptionConceptMap.ConceptMapGroupComponent.unmappedWhat to do when there is no mapping for the source concept.Methods in org.hl7.fhir.r4.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(CanonicalType value) Methods in org.hl7.fhir.r4.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponentModifier and TypeMethodDescriptionvoidConceptMap.ConceptMapGroupUnmappedComponent.copyValues(ConceptMap.ConceptMapGroupUnmappedComponent dst) ConceptMap.ConceptMapGroupComponent.setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)