
Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupRuleComponent
Packages that use StructureMap.StructureMapGroupRuleComponent
-
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureMapGroupRuleComponent(com.google.gson.JsonObject json, StructureMap owner) XmlParser.parseStructureMapStructureMapGroupRuleComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) Methods in org.hl7.fhir.r4.formats with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) protected voidRdfParser.composeStructureMapStructureMapGroupRuleComponent(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleComponent element, int index) protected voidXmlParser.composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) protected voidXmlParser.composeStructureMapStructureMapGroupRuleComponentElements(StructureMap.StructureMapGroupRuleComponent element) protected voidJsonParser.composeStructureMapStructureMapGroupRuleComponentInner(StructureMap.StructureMapGroupRuleComponent element) protected booleanXmlParser.parseStructureMapStructureMapGroupRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) protected voidJsonParser.parseStructureMapStructureMapGroupRuleComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapGroupRuleComponent> StructureMap.StructureMapGroupComponent.ruleTransform Rule from source to target.protected List<StructureMap.StructureMapGroupRuleComponent> StructureMap.StructureMapGroupRuleComponent.ruleRules contained in this rule.Methods in org.hl7.fhir.r4.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.r4.model that return types with arguments of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getRule()StructureMap.StructureMapGroupRuleComponent.getRule()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.addRule(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupRuleComponent.addRule(StructureMap.StructureMapGroupRuleComponent t) voidStructureMap.StructureMapGroupRuleComponent.copyValues(StructureMap.StructureMapGroupRuleComponent dst) Method parameters in org.hl7.fhir.r4.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.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionstatic StringStructureMapUtilities.ruleToString(StructureMap.StructureMapGroupRuleComponent r)