static Group.Characteristic.Builder |
Group.Characteristic.builder() |
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.code(CodeableConcept code) |
A code that identifies the kind of trait being asserted.
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.exclude(Boolean exclude) |
If true, indicates the characteristic is one that is NOT held by members of the group.
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.exclude(java.lang.Boolean exclude) |
Convenience method for setting exclude .
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Group.Characteristic.Builder |
Group.Characteristic.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 Group.Characteristic.Builder |
Group.Characteristic.Builder.from(Group.Characteristic characteristic) |
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Group.Characteristic.Builder |
Group.Characteristic.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.
|
Group.Characteristic.Builder |
Group.Characteristic.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.
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.period(Period period) |
The period over which the characteristic is tested; e.g.
|
Group.Characteristic.Builder |
Group.Characteristic.toBuilder() |
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.value(Element value) |
The value of the trait that holds (or does not hold - see 'exclude') for members of the group.
|
Group.Characteristic.Builder |
Group.Characteristic.Builder.value(java.lang.Boolean value) |
Convenience method for setting value with choice type Boolean.
|