Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap
-
Packages that use ConceptMap Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils org.hl7.fhir.dstu2.utils.client -
-
Uses of ConceptMap in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMap Modifier and Type Method Description protected ConceptMapJsonParser. parseConceptMap(com.google.gson.JsonObject json)protected ConceptMapXmlParser. parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ConceptMap in org.hl7.fhir.dstu2.model
-
Uses of ConceptMap in org.hl7.fhir.dstu2.utils
Fields in org.hl7.fhir.dstu2.utils with type parameters of type ConceptMap Modifier and Type Field Description protected Map<String,ConceptMap>BaseWorkerContext. mapsMethods in org.hl7.fhir.dstu2.utils that return types with arguments of type ConceptMap Modifier and Type Method Description List<ConceptMap>BaseWorkerContext. findMapsForSource(String url)List<ConceptMap>IWorkerContext. findMapsForSource(String url)find concept maps for a sourceMethods in org.hl7.fhir.dstu2.utils with parameters of type ConceptMap Modifier and Type Method Description voidNarrativeGenerator. generate(ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return ConceptMap Modifier and Type Method Description ConceptMapFHIRToolingClient. initializeClosure(String name)ConceptMapFHIRToolingClient. updateClosure(String name, Coding coding)
-