Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupRuleSourceComponent
Packages that use StructureMap.StructureMapGroupRuleSourceComponent
Package
Description
-
Uses of StructureMap.StructureMapGroupRuleSourceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapGroupRuleSourceComponent(com.google.gson.JsonObject json)XmlParser.parseStructureMapGroupRuleSourceComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element)protected voidRdfParser.composeStructureMapGroupRuleSourceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupRuleSourceComponent element, int index)protected voidXmlParser.composeStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element)protected voidXmlParser.composeStructureMapGroupRuleSourceComponentElements(StructureMap.StructureMapGroupRuleSourceComponent element)protected voidJsonParser.composeStructureMapGroupRuleSourceComponentProperties(StructureMap.StructureMapGroupRuleSourceComponent element)protected booleanXmlParser.parseStructureMapGroupRuleSourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupRuleSourceComponent res)protected voidJsonParser.parseStructureMapGroupRuleSourceComponentProperties(com.google.gson.JsonObject json, StructureMap.StructureMapGroupRuleSourceComponent res) -
Uses of StructureMap.StructureMapGroupRuleSourceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeFieldDescriptionStructureMap.StructureMapGroupRuleComponent.sourceSource inputs to the mapping.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.addSource()StructureMap.StructureMapGroupRuleSourceComponent.copy()StructureMap.StructureMapGroupRuleComponent.getSourceFirstRep()StructureMap.StructureMapGroupRuleSourceComponent.setCheckElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setCondition(String value)StructureMap.StructureMapGroupRuleSourceComponent.setConditionElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setContext(String value)StructureMap.StructureMapGroupRuleSourceComponent.setContextElement(IdType value)StructureMap.StructureMapGroupRuleSourceComponent.setDefaultValue(String value)StructureMap.StructureMapGroupRuleSourceComponent.setDefaultValueElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setElement(String value)StructureMap.StructureMapGroupRuleSourceComponent.setElementElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setListMode(StructureMap.StructureMapSourceListMode value)StructureMap.StructureMapGroupRuleSourceComponent.setListModeElement(Enumeration<StructureMap.StructureMapSourceListMode> value)StructureMap.StructureMapGroupRuleSourceComponent.setLogMessage(String value)StructureMap.StructureMapGroupRuleSourceComponent.setLogMessageElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setMaxElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setMin(int value)StructureMap.StructureMapGroupRuleSourceComponent.setMinElement(IntegerType value)StructureMap.StructureMapGroupRuleSourceComponent.setTypeElement(StringType value)StructureMap.StructureMapGroupRuleSourceComponent.setVariable(String value)StructureMap.StructureMapGroupRuleSourceComponent.setVariableElement(IdType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapGroupRuleSourceComponentMethods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.addSource(StructureMap.StructureMapGroupRuleSourceComponent t)voidStructureMap.StructureMapGroupRuleSourceComponent.copyValues(StructureMap.StructureMapGroupRuleSourceComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleComponent.setSource(List<StructureMap.StructureMapGroupRuleSourceComponent> theSource)Constructors in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupRuleSourceComponentModifierConstructorDescriptionConstructor -
Uses of StructureMap.StructureMapGroupRuleSourceComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupRuleSourceComponentModifier and TypeMethodDescriptionstatic StringStructureMapUtilities.sourceToString(StructureMap.StructureMapGroupRuleSourceComponent r)