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