| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MedicationDispenseSubstitution |
MedicationDispenseSubstitution.Builder.build() |
static MedicationDispenseSubstitution |
MedicationDispenseSubstitution.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationDispenseSubstitution from a ByteBuffer.
|
MedicationDispenseSubstitution |
MedicationDispense.getSubstitution()
Gets the value of the 'substitution' field.
|
MedicationDispenseSubstitution |
MedicationDispense.Builder.getSubstitution()
Gets the value of the 'substitution' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationDispenseSubstitution> |
MedicationDispenseSubstitution.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<MedicationDispenseSubstitution> |
MedicationDispenseSubstitution.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationDispenseSubstitution.Builder |
MedicationDispenseSubstitution.newBuilder(MedicationDispenseSubstitution other)
Creates a new MedicationDispenseSubstitution RecordBuilder by copying an existing MedicationDispenseSubstitution instance.
|
void |
MedicationDispense.setSubstitution(MedicationDispenseSubstitution value)
Sets the value of the 'substitution' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setSubstitution(MedicationDispenseSubstitution value)
Sets the value of the 'substitution' field.
|
Copyright © 2020. All rights reserved.