Uses of Class
org.hl7.fhir.dstu3.model.ConceptMap.ConceptMapGroupUnmappedComponent
-
Packages that use ConceptMap.ConceptMapGroupUnmappedComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ConceptMap.ConceptMapGroupUnmappedComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Field Description protected ConceptMap.ConceptMapGroupUnmappedComponentConceptMap.ConceptMapGroupComponent. unmappedWhat to do when there is no match in the mappings in the group.Methods in org.hl7.fhir.dstu3.model with parameters of type ConceptMap.ConceptMapGroupUnmappedComponent Modifier and Type Method Description ConceptMap.ConceptMapGroupComponentConceptMap.ConceptMapGroupComponent. setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)
-