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