Uses of Class
org.hl7.fhir.r4b.model.ConceptMap
-
-
Uses of ConceptMap in org.hl7.fhir.r4b.context
Methods in org.hl7.fhir.r4b.context 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 sourceList<ConceptMap>BaseWorkerContext. listMaps() -
Uses of ConceptMap in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.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)Methods in org.hl7.fhir.r4b.formats with parameters of type ConceptMap Modifier and Type Method Description protected voidJsonParser. composeConceptMap(String name, ConceptMap element)protected voidRdfParser. composeConceptMap(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap element, int index)protected voidXmlParser. composeConceptMap(String name, ConceptMap element)protected voidXmlParser. composeConceptMapElements(ConceptMap element)protected voidJsonParser. composeConceptMapProperties(ConceptMap element)protected booleanXmlParser. parseConceptMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap res)protected voidJsonParser. parseConceptMapProperties(com.google.gson.JsonObject json, ConceptMap res) -
Uses of ConceptMap in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type ConceptMap Modifier and Type Method Description voidConceptMap. copyValues(ConceptMap dst) -
Uses of ConceptMap in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers that return ConceptMap Modifier and Type Method Description ConceptMapTerminologyRenderer.UsedConceptMap. getMap()Methods in org.hl7.fhir.r4b.renderers with parameters of type ConceptMap Modifier and Type Method Description voidConceptMapRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ConceptMap cm)StringConceptMapRenderer. display(ConceptMap cm)protected List<TerminologyRenderer.TargetElementComponentWrapper>TerminologyRenderer. findMappingsForCode(String code, ConceptMap map)booleanConceptMapRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ConceptMap cm)Constructors in org.hl7.fhir.r4b.renderers with parameters of type ConceptMap Constructor Description UsedConceptMap(TerminologyRenderer.ConceptMapRenderInstructions details, String link, ConceptMap map) -
Uses of ConceptMap in org.hl7.fhir.r4b.renderers.spreadsheets
Methods in org.hl7.fhir.r4b.renderers.spreadsheets with parameters of type ConceptMap Modifier and Type Method Description booleanConceptMapSpreadsheetGenerator. canGenerate(ConceptMap cm)ConceptMapSpreadsheetGeneratorConceptMapSpreadsheetGenerator. renderConceptMap(ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return ConceptMap Modifier and Type Method Description ConceptMapMappingSheetParser. getConceptMap()Methods in org.hl7.fhir.r4b.utils with parameters of type ConceptMap Modifier and Type Method Description StringMappingSheetParser. genSheet(ConceptMap cm)booleanMappingSheetParser. isSheet(ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.r4b.utils.client
Methods in org.hl7.fhir.r4b.utils.client that return ConceptMap Modifier and Type Method Description ConceptMapFHIRToolingClient. initializeClosure(String name)ConceptMapFHIRToolingClient. updateClosure(String name, Coding coding)
-