Uses of Class
org.hl7.fhir.r4.model.ConceptMap.ConceptMapGroupUnmappedComponent
-
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Method Description protected ConceptMap.ConceptMapGroupUnmappedComponentJsonParser. parseConceptMapConceptMapGroupUnmappedComponent(com.google.gson.JsonObject json, ConceptMap owner)protected ConceptMap.ConceptMapGroupUnmappedComponentXmlParser. parseConceptMapConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) -
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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)
-