
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupRuleComponent
Packages that use StructureMap.StructureMapGroupRuleComponent
Package
Description
-
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapGroupRuleComponent(com.google.gson.JsonObject json) XmlParser.parseStructureMapGroupRuleComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) protected voidRdfParser.composeStructureMapGroupRuleComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleComponent element, int index) protected voidXmlParser.composeStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) protected voidXmlParser.composeStructureMapGroupRuleComponentElements(StructureMap.StructureMapGroupRuleComponent element) protected voidJsonParser.composeStructureMapGroupRuleComponentProperties(StructureMap.StructureMapGroupRuleComponent element) protected booleanXmlParser.parseStructureMapGroupRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupRuleComponent res) protected voidJsonParser.parseStructureMapGroupRuleComponentProperties(com.google.gson.JsonObject json, StructureMap.StructureMapGroupRuleComponent res) -
Uses of StructureMap.StructureMapGroupRuleComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupComponent.getRule()StructureMap.StructureMapGroupRuleComponent.getRule()Methods in org.hl7.fhir.r5.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.r5.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.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupRuleComponentModifier and TypeMethodDescriptionstatic StringStructureMapUtilities.ruleToString(StructureMap.StructureMapGroupRuleComponent r)