Uses of Class
org.hl7.fhir.r4b.model.StructureMap.StructureMapGroupRuleDependentComponent
-
Packages that use StructureMap.StructureMapGroupRuleDependentComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description protected StructureMap.StructureMapGroupRuleDependentComponentJsonParser. parseStructureMapGroupRuleDependentComponent(com.google.gson.JsonObject json)protected StructureMap.StructureMapGroupRuleDependentComponentXmlParser. parseStructureMapGroupRuleDependentComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of StructureMap.StructureMapGroupRuleDependentComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type StructureMap.StructureMapGroupRuleDependentComponent Modifier and Type Method Description StructureMap.StructureMapGroupRuleComponentStructureMap.StructureMapGroupRuleComponent. setDependent(List<StructureMap.StructureMapGroupRuleDependentComponent> theDependent)
-