
Uses of Class
org.hl7.fhir.r5.model.StructureMap
Packages that use StructureMap
Package
Description
-
Uses of StructureMap in org.hl7.fhir.r5.context
Fields in org.hl7.fhir.r5.context with type parameters of type StructureMapModifier and TypeFieldDescriptionprotected CanonicalResourceManager<StructureMap> BaseWorkerContext.transformsMethods in org.hl7.fhir.r5.context that return types with arguments of type StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMapModifier and TypeMethodDescriptionprotected StructureMapJsonParser.parseStructureMap(com.google.gson.JsonObject json) protected StructureMapXmlParser.parseStructureMap(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMapModifier and TypeMethodDescriptionprotected 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.r5.model
Methods in org.hl7.fhir.r5.model that return StructureMapModifier and TypeMethodDescriptionStructureMap.addConst(StructureMap.StructureMapConstComponent t) StructureMap.addContact(ContactDetail t) StructureMap.addGroup(StructureMap.StructureMapGroupComponent t) StructureMap.addIdentifier(Identifier t) StructureMap.addJurisdiction(CodeableConcept t) StructureMap.addStructure(StructureMap.StructureMapStructureComponent t) StructureMap.addUseContext(UsageContext t) StructureMap.copy()StructureMap.setConst(List<StructureMap.StructureMapConstComponent> theConst) StructureMap.setContact(List<ContactDetail> theContact) StructureMap.setCopyright(String value) StructureMap.setCopyrightElement(MarkdownType value) StructureMap.setCopyrightLabel(String value) StructureMap.setCopyrightLabelElement(StringType value) StructureMap.setDateElement(DateTimeType value) StructureMap.setDescription(String value) StructureMap.setDescriptionElement(MarkdownType value) StructureMap.setExperimental(boolean value) StructureMap.setExperimentalElement(BooleanType value) StructureMap.setGroup(List<StructureMap.StructureMapGroupComponent> theGroup) StructureMap.setIdentifier(List<Identifier> theIdentifier) StructureMap.setImport(List<CanonicalType> theImport) StructureMap.setJurisdiction(List<CodeableConcept> theJurisdiction) StructureMap.setNameElement(StringType value) StructureMap.setPublisher(String value) StructureMap.setPublisherElement(StringType value) StructureMap.setPurpose(String value) StructureMap.setPurposeElement(MarkdownType value) StructureMap.setStatus(Enumerations.PublicationStatus value) StructureMap.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) StructureMap.setStructure(List<StructureMap.StructureMapStructureComponent> theStructure) StructureMap.setTitleElement(StringType value) StructureMap.setUrlElement(UriType value) StructureMap.setUseContext(List<UsageContext> theUseContext) StructureMap.setVersion(String value) StructureMap.setVersionAlgorithm(DataType value) StructureMap.setVersionElement(StringType value) protected StructureMapStructureMap.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type StructureMapModifier and TypeMethodDescriptionvoidStructureMapRenderer.renderMap(Renderer.RenderingStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode x, StructureMap map) -
Uses of StructureMap in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.generateMapFromMappings(StructureDefinition sd) ResolvedGroup.getTargetMap()Methods in org.hl7.fhir.r5.utils.structuremap that return types with arguments of type StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.getMapsForUrl(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrlPrefix(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.analyse(Object appInfo, StructureMap map) Given a structure map, return a set of analyses on it.StructureMapUtilities.getGroupForUrl(StructureMap map, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getTargetType(StructureMap map) static StringStructureMapUtilities.render(StructureMap map) voidResolvedGroup.setTargetMap(StructureMap targetMap) voidStructureMapUtilities.transform(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Method parameters in org.hl7.fhir.r5.utils.structuremap with type arguments of type StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.getMapsForUrl(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrlPrefix(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMapModifierConstructorDescriptionResolvedGroup(StructureMap targetMap, StructureMap.StructureMapGroupComponent targetGroup)