
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupRuleComponent
Packages that use StructureMap.StructureMapGroupRuleComponent
Package
Description
-
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapGroupRuleComponent
(com.google.gson.JsonObject json) XmlParser.parseStructureMapGroupRuleComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapGroupRuleComponent
(String name, StructureMap.StructureMapGroupRuleComponent element) protected void
RdfParser.composeStructureMapGroupRuleComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleComponent element, int index) protected void
XmlParser.composeStructureMapGroupRuleComponent
(String name, StructureMap.StructureMapGroupRuleComponent element) protected void
XmlParser.composeStructureMapGroupRuleComponentElements
(StructureMap.StructureMapGroupRuleComponent element) protected void
JsonParser.composeStructureMapGroupRuleComponentProperties
(StructureMap.StructureMapGroupRuleComponent element) protected boolean
XmlParser.parseStructureMapGroupRuleComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupRuleComponent res) protected void
JsonParser.parseStructureMapGroupRuleComponentProperties
(com.google.gson.JsonObject json, StructureMap.StructureMapGroupRuleComponent res) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeFieldDescriptionprotected List
<StructureMap.StructureMapGroupRuleComponent> StructureMap.StructureMapGroupComponent.rule
Transform Rule from source to target.protected List
<StructureMap.StructureMapGroupRuleComponent> StructureMap.StructureMapGroupRuleComponent.rule
Rules contained in this rule.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.addDependent
(StructureMap.StructureMapGroupRuleDependentComponent t) StructureMap.StructureMapGroupComponent.addRule()
StructureMap.StructureMapGroupRuleComponent.addRule()
StructureMap.StructureMapGroupRuleComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupRuleComponent.addSource
(StructureMap.StructureMapGroupRuleSourceComponent t) StructureMap.StructureMapGroupRuleComponent.addTarget
(StructureMap.StructureMapGroupRuleTargetComponent t) StructureMap.StructureMapGroupRuleComponent.copy()
StructureMap.StructureMapGroupComponent.getRuleFirstRep()
StructureMap.StructureMapGroupRuleComponent.getRuleFirstRep()
StructureMap.StructureMapGroupRuleComponent.setDependent
(List<StructureMap.StructureMapGroupRuleDependentComponent> theDependent) StructureMap.StructureMapGroupRuleComponent.setDocumentation
(String value) StructureMap.StructureMapGroupRuleComponent.setDocumentationElement
(StringType value) StructureMap.StructureMapGroupRuleComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupRuleComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) StructureMap.StructureMapGroupRuleComponent.setSource
(List<StructureMap.StructureMapGroupRuleSourceComponent> theSource) StructureMap.StructureMapGroupRuleComponent.setTarget
(List<StructureMap.StructureMapGroupRuleTargetComponent> theTarget) Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getRule()
StructureMap.StructureMapGroupRuleComponent.getRule()
Methods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupRuleComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) void
StructureMap.StructureMapGroupRuleComponent.copyValues
(StructureMap.StructureMapGroupRuleComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) StructureMap.StructureMapGroupRuleComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionstatic String
StructureMapUtilities.ruleToString
(StructureMap.StructureMapGroupRuleComponent r)