
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupComponent
Packages that use StructureMap.StructureMapGroupComponent
Package
Description
-
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected StructureMap.StructureMapGroupComponent
JsonParser.parseStructureMapGroupComponent
(com.google.gson.JsonObject json) protected StructureMap.StructureMapGroupComponent
XmlParser.parseStructureMapGroupComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapGroupComponent
(String name, StructureMap.StructureMapGroupComponent element) protected void
RdfParser.composeStructureMapGroupComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupComponent element, int index) protected void
XmlParser.composeStructureMapGroupComponent
(String name, StructureMap.StructureMapGroupComponent element) protected void
XmlParser.composeStructureMapGroupComponentElements
(StructureMap.StructureMapGroupComponent element) protected void
JsonParser.composeStructureMapGroupComponentProperties
(StructureMap.StructureMapGroupComponent element) protected boolean
XmlParser.parseStructureMapGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupComponent res) protected void
JsonParser.parseStructureMapGroupComponentProperties
(com.google.gson.JsonObject json, StructureMap.StructureMapGroupComponent res) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapGroupComponentModifier and TypeFieldDescriptionprotected List
<StructureMap.StructureMapGroupComponent> StructureMap.group
Organizes the mapping into managable chunks for human review/ease of maintenance.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.addGroup()
StructureMap.StructureMapGroupComponent.addInput
(StructureMap.StructureMapGroupInputComponent t) StructureMap.StructureMapGroupComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupComponent.copy()
StructureMap.getGroupFirstRep()
StructureMap.StructureMapGroupComponent.setDocumentation
(String value) StructureMap.StructureMapGroupComponent.setDocumentationElement
(StringType value) StructureMap.StructureMapGroupComponent.setExtends
(String value) StructureMap.StructureMapGroupComponent.setExtendsElement
(IdType value) StructureMap.StructureMapGroupComponent.setInput
(List<StructureMap.StructureMapGroupInputComponent> theInput) StructureMap.StructureMapGroupComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) StructureMap.StructureMapGroupComponent.setTypeMode
(StructureMap.StructureMapGroupTypeMode value) StructureMap.StructureMapGroupComponent.setTypeModeElement
(Enumeration<StructureMap.StructureMapGroupTypeMode> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.addGroup
(StructureMap.StructureMapGroupComponent t) void
StructureMap.StructureMapGroupComponent.copyValues
(StructureMap.StructureMapGroupComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.setGroup
(List<StructureMap.StructureMapGroupComponent> theGroup) Constructors in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupComponentModifierConstructorDescriptionStructureMap
(String url, String name, Enumerations.PublicationStatus status, StructureMap.StructureMapGroupComponent group) Constructor -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionstatic String
StructureMapUtilities.groupToString
(StructureMap.StructureMapGroupComponent g) void
ResolvedGroup.setTargetGroup
(StructureMap.StructureMapGroupComponent targetGroup) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupComponentModifierConstructorDescriptionResolvedGroup
(StructureMap targetMap, StructureMap.StructureMapGroupComponent targetGroup)