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