Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupRuleDependentComponent
-
Packages that use StructureMap.StructureMapGroupRuleDependentComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupRuleDependentComponentJsonParser. parseStructureMapStructureMapGroupRuleDependentComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapGroupRuleDependentComponentXmlParser. parseStructureMapStructureMapGroupRuleDependentComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) -
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Field Description protected List<StructureMap.StructureMapGroupRuleDependentComponent>StructureMap.StructureMapGroupRuleComponent. dependentWhich other rules to apply in the context of this rule.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description List<StructureMap.StructureMapGroupRuleDependentComponent>StructureMap.StructureMapGroupRuleComponent. getDependent()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description StructureMap.StructureMapGroupRuleComponentStructureMap.StructureMapGroupRuleComponent. addDependent(StructureMap.StructureMapGroupRuleDependentComponent t)voidStructureMap.StructureMapGroupRuleDependentComponent. copyValues(StructureMap.StructureMapGroupRuleDependentComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description StructureMap.StructureMapGroupRuleComponentStructureMap.StructureMapGroupRuleComponent. setDependent(List<StructureMap.StructureMapGroupRuleDependentComponent> theDependent)
-