Uses of Class
org.hl7.fhir.r5.model.ConceptMap.ConceptMapGroupUnmappedComponent
-
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.model
Fields in org.hl7.fhir.r5.model declared as ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Field Description protected ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupComponent. unmappedWhat to do when there is no mapping to a target concept from the source concept.Methods in org.hl7.fhir.r5.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)
-