| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoicePeriodDateTime |
ChoicePeriodDateTime.Builder.build() |
static ChoicePeriodDateTime |
ChoicePeriodDateTime.fromByteBuffer(ByteBuffer b)
Deserializes a ChoicePeriodDateTime from a ByteBuffer.
|
ChoicePeriodDateTime |
Observation.getEffective()
Gets the value of the 'effective' field.
|
ChoicePeriodDateTime |
Observation.Builder.getEffective()
Gets the value of the 'effective' field.
|
ChoicePeriodDateTime |
MedicationStatement.getEffective()
Gets the value of the 'effective' field.
|
ChoicePeriodDateTime |
MedicationStatement.Builder.getEffective()
Gets the value of the 'effective' field.
|
ChoicePeriodDateTime |
Procedure.getPerformed()
Gets the value of the 'performed' field.
|
ChoicePeriodDateTime |
Procedure.Builder.getPerformed()
Gets the value of the 'performed' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoicePeriodDateTime> |
ChoicePeriodDateTime.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<ChoicePeriodDateTime> |
ChoicePeriodDateTime.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoicePeriodDateTime.Builder |
ChoicePeriodDateTime.newBuilder(ChoicePeriodDateTime other)
Creates a new ChoicePeriodDateTime RecordBuilder by copying an existing ChoicePeriodDateTime instance.
|
void |
Observation.setEffective(ChoicePeriodDateTime value)
Sets the value of the 'effective' field.
|
Observation.Builder |
Observation.Builder.setEffective(ChoicePeriodDateTime value)
Sets the value of the 'effective' field.
|
void |
MedicationStatement.setEffective(ChoicePeriodDateTime value)
Sets the value of the 'effective' field.
|
MedicationStatement.Builder |
MedicationStatement.Builder.setEffective(ChoicePeriodDateTime value)
Sets the value of the 'effective' field.
|
void |
Procedure.setPerformed(ChoicePeriodDateTime value)
Sets the value of the 'performed' field.
|
Procedure.Builder |
Procedure.Builder.setPerformed(ChoicePeriodDateTime value)
Sets the value of the 'performed' field.
|
Copyright © 2020. All rights reserved.