Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupRuleComponent
-
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureMapGroupRuleComponent
(com.google.gson.JsonObject json, StructureMap owner) XmlParser.parseStructureMapStructureMapGroupRuleComponent
(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapStructureMapGroupRuleComponent
(String name, StructureMap.StructureMapGroupRuleComponent element) protected void
RdfParser.composeStructureMapStructureMapGroupRuleComponent
(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleComponent element, int index) protected void
XmlParser.composeStructureMapStructureMapGroupRuleComponent
(String name, StructureMap.StructureMapGroupRuleComponent element) protected void
XmlParser.composeStructureMapStructureMapGroupRuleComponentElements
(StructureMap.StructureMapGroupRuleComponent element) protected void
JsonParser.composeStructureMapStructureMapGroupRuleComponentInner
(StructureMap.StructureMapGroupRuleComponent element) protected boolean
XmlParser.parseStructureMapStructureMapGroupRuleComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) protected void
JsonParser.parseStructureMapStructureMapGroupRuleComponentProperties
(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r4.model
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getRule()
StructureMap.StructureMapGroupRuleComponent.getRule()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupRuleComponent.addRule
(StructureMap.StructureMapGroupRuleComponent t) void
StructureMap.StructureMapGroupRuleComponent.copyValues
(StructureMap.StructureMapGroupRuleComponent dst) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) StructureMap.StructureMapGroupRuleComponent.setRule
(List<StructureMap.StructureMapGroupRuleComponent> theRule) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic String
StructureMapUtilities.ruleToString
(StructureMap.StructureMapGroupRuleComponent r)