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.check(java.lang.String check) |
Convenience method for setting check .
|
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.condition(java.lang.String condition) |
Convenience method for setting condition .
|
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.defaultValue(java.lang.Boolean defaultValue) |
Convenience method for setting defaultValue with choice type Boolean.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(java.lang.Integer defaultValue) |
Convenience method for setting defaultValue with choice type Integer.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(java.lang.String defaultValue) |
Convenience method for setting defaultValue with choice type String.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(java.time.LocalDate defaultValue) |
Convenience method for setting defaultValue with choice type Date.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(java.time.LocalTime defaultValue) |
Convenience method for setting defaultValue with choice type Time.
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.defaultValue(java.time.ZonedDateTime defaultValue) |
Convenience method for setting defaultValue with choice type Instant.
|
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.element(java.lang.String element) |
Convenience method for setting element .
|
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(java.util.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(java.lang.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.logMessage(java.lang.String logMessage) |
Convenience method for setting logMessage .
|
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.max(java.lang.String max) |
Convenience method for setting max .
|
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.min(java.lang.Integer min) |
Convenience method for setting min .
|
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(java.util.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.type(java.lang.String type) |
Convenience method for setting type .
|
StructureMap.Group.Rule.Source.Builder |
StructureMap.Group.Rule.Source.Builder.variable(Id variable) |
Named context for field, if a field is specified.
|