static ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.builder() |
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.from(ValueSet.Compose.Include.Filter filter) |
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.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.
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.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.
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.op(FilterOperator op) |
The kind of operation to perform as a part of the filter criteria.
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.property(Code property) |
A code that identifies a property or a filter defined in the code system.
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.toBuilder() |
|
ValueSet.Compose.Include.Filter.Builder |
ValueSet.Compose.Include.Filter.Builder.value(String value) |
The match value may be either a code defined by the system, or a string value, which is a regex match on the literal
string of the property value (if the filter represents a property defined in CodeSystem) or of the system filter value
(if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true
and false), when the operation is 'exists'.
|