static StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.builder() |
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.check(String check) |
FHIRPath expression - must be true or the mapping engine throws an error instead of completing.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.condition(String condition) |
FHIRPath expression - must be true or the rule does not apply.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.context(Id context) |
Type or variable this rule applies to.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(Element defaultValue) |
A value to use if there is no existing value in the source object.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.element(String element) |
Optional field for this source.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.from(StructureMap.Group.Rule.Source source) |
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.listMode(StructureMapSourceListMode listMode) |
How to handle the list mode for this element.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.logMessage(String logMessage) |
A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is
found.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.max(String max) |
Specified maximum cardinality for the element - a number or a "*".
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.min(Integer min) |
Specified minimum cardinality for the element.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.toBuilder() |
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.type(String type) |
Specified type for the element.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.variable(Id variable) |
Named context for field, if a field is specified.
|