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