Uses of Class
org.hl7.fhir.r4b.model.ConceptMap.ConceptMapGroupUnmappedComponent
-
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Method Description protected ConceptMap.ConceptMapGroupUnmappedComponentJsonParser. parseConceptMapGroupUnmappedComponent(com.google.gson.JsonObject json)protected ConceptMap.ConceptMapGroupUnmappedComponentXmlParser. parseConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model declared as ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Field Description protected ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupComponent. unmappedWhat to do when there is no mapping for the source concept.Methods in org.hl7.fhir.r4b.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Method Description voidConceptMap.ConceptMapGroupUnmappedComponent. copyValues(ConceptMap.ConceptMapGroupUnmappedComponent dst)ConceptMap.ConceptMapGroupComponentConceptMap.ConceptMapGroupComponent. setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)
-