Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupRuleDependentComponent
-
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureMapGroupRuleDependentComponent
(com.google.gson.JsonObject json, StructureMap owner) XmlParser.parseStructureMapStructureMapGroupRuleDependentComponent
(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapStructureMapGroupRuleDependentComponent
(String name, StructureMap.StructureMapGroupRuleDependentComponent element) protected void
RdfParser.composeStructureMapStructureMapGroupRuleDependentComponent
(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleDependentComponent element, int index) protected void
XmlParser.composeStructureMapStructureMapGroupRuleDependentComponent
(String name, StructureMap.StructureMapGroupRuleDependentComponent element) protected void
XmlParser.composeStructureMapStructureMapGroupRuleDependentComponentElements
(StructureMap.StructureMapGroupRuleDependentComponent element) protected void
JsonParser.composeStructureMapStructureMapGroupRuleDependentComponentInner
(StructureMap.StructureMapGroupRuleDependentComponent element) protected boolean
XmlParser.parseStructureMapStructureMapGroupRuleDependentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleDependentComponent res) protected void
JsonParser.parseStructureMapStructureMapGroupRuleDependentComponentProperties
(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleDependentComponent res) -
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionStructureMap.StructureMapGroupRuleComponent.dependent
Which other rules to apply in the context of this rule.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.addDependent()
StructureMap.StructureMapGroupRuleDependentComponent.addVariable
(String value) StructureMap.StructureMapGroupRuleDependentComponent.copy()
StructureMap.StructureMapGroupRuleComponent.getDependentFirstRep()
StructureMap.StructureMapGroupRuleDependentComponent.setNameElement
(IdType value) StructureMap.StructureMapGroupRuleDependentComponent.setVariable
(List<StringType> theVariable) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.addDependent
(StructureMap.StructureMapGroupRuleDependentComponent t) void
StructureMap.StructureMapGroupRuleDependentComponent.copyValues
(StructureMap.StructureMapGroupRuleDependentComponent dst) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.setDependent
(List<StructureMap.StructureMapGroupRuleDependentComponent> theDependent)