Uses of Class
org.hl7.fhir.r4b.model.StructureMap
-
Packages that use StructureMap Package Description org.hl7.fhir.r4b.context org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.utils org.hl7.fhir.r4b.utils.structuremap -
-
Uses of StructureMap in org.hl7.fhir.r4b.context
Fields in org.hl7.fhir.r4b.context with type parameters of type StructureMap Modifier and Type Field Description protected CanonicalResourceManager<StructureMap>BaseWorkerContext. transformsMethods in org.hl7.fhir.r4b.context that return StructureMap Modifier and Type Method Description StructureMapBaseWorkerContext. getTransform(String code)StructureMapIWorkerContext. getTransform(String url)Methods in org.hl7.fhir.r4b.context that return types with arguments of type StructureMap Modifier and Type Method Description List<StructureMap>SimpleWorkerContext. findTransformsforSource(String url)List<StructureMap>BaseWorkerContext. listTransforms()List<StructureMap>IWorkerContext. listTransforms() -
Uses of StructureMap in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return StructureMap Modifier and Type Method Description protected StructureMapJsonParser. parseStructureMap(com.google.gson.JsonObject json)protected StructureMapXmlParser. parseStructureMap(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type StructureMap Modifier and Type Method Description protected voidJsonParser. composeStructureMap(String name, StructureMap element)protected voidRdfParser. composeStructureMap(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap element, int index)protected voidXmlParser. composeStructureMap(String name, StructureMap element)protected voidXmlParser. composeStructureMapElements(StructureMap element)protected voidJsonParser. composeStructureMapProperties(StructureMap element)protected booleanXmlParser. parseStructureMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap res)protected voidJsonParser. parseStructureMapProperties(com.google.gson.JsonObject json, StructureMap res) -
Uses of StructureMap in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type StructureMap Modifier and Type Method Description voidStructureMap. copyValues(StructureMap dst) -
Uses of StructureMap in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return StructureMap Modifier and Type Method Description StructureMapMappingSheetParser. getStructureMap() -
Uses of StructureMap in org.hl7.fhir.r4b.utils.structuremap
Fields in org.hl7.fhir.r4b.utils.structuremap declared as StructureMap Modifier and Type Field Description StructureMapResolvedGroup. targetMapStructureMapStructureMapUtilities.ResolvedGroup. targetMapMethods in org.hl7.fhir.r4b.utils.structuremap that return StructureMap Modifier and Type Method Description StructureMapStructureMapUtilities. generateMapFromMappings(StructureDefinition sd)StructureMapStructureMapUtilities. parse(String text, String srcName)Methods in org.hl7.fhir.r4b.utils.structuremap with parameters of type StructureMap Modifier and Type Method Description StructureMapAnalysisStructureMapUtilities. analyse(Object appInfo, StructureMap map)Given a structure map, return a set of analyses on it.StructureDefinitionStructureMapUtilities. getTargetType(StructureMap map)static StringStructureMapUtilities. render(StructureMap map)voidStructureMapUtilities. transform(Object appInfo, Base source, StructureMap map, Base target)BaseStructureMapUtilities. translate(StructureMapUtilities.TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn)
-