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 StructureMapModifier and TypeMethodDescriptionBaseWorkerContext.getTransform(String code) IWorkerContext.getTransform(String url) Methods in org.hl7.fhir.r5.context that return types with arguments of type StructureMapModifier and TypeMethodDescriptionSimpleWorkerContext.findTransformsforSource(String url) BaseWorkerContext.listTransforms()IWorkerContext.listTransforms() -
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.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return StructureMapMethods in org.hl7.fhir.r5.hapi.ctx that return types with arguments of type StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return StructureMapModifier and TypeMethodDescriptionStructureMap.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.setContact(List<ContactDetail> theContact) StructureMap.setCopyright(String value) StructureMap.setCopyrightElement(MarkdownType 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.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.utils
Methods in org.hl7.fhir.r5.utils that return StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.utils.structuremap
Fields in org.hl7.fhir.r5.utils.structuremap declared as StructureMapMethods in org.hl7.fhir.r5.utils.structuremap that return StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.generateMapFromMappings(StructureDefinition sd) 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.getTargetType(StructureMap map) static StringStructureMapUtilities.render(StructureMap map) voidStructureMapUtilities.transform(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn)