| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
MedicationRequestReference |
MedicationRequestReference.Builder.build() |
static MedicationRequestReference |
MedicationRequestReference.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationRequestReference from a ByteBuffer.
|
MedicationRequestReference |
Claim.getOriginalPrescription()
Gets the value of the 'originalPrescription' field.
|
MedicationRequestReference |
Claim.Builder.getOriginalPrescription()
Gets the value of the 'originalPrescription' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationRequestReference> |
MedicationRequestReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<MedicationRequestReference> |
MedicationDispense.getAuthorizingPrescription()
Gets the value of the 'authorizingPrescription' field.
|
List<MedicationRequestReference> |
MedicationDispense.Builder.getAuthorizingPrescription()
Gets the value of the 'authorizingPrescription' field.
|
static org.apache.avro.message.BinaryMessageDecoder<MedicationRequestReference> |
MedicationRequestReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationRequestReference.Builder |
MedicationRequestReference.newBuilder(MedicationRequestReference other)
Creates a new MedicationRequestReference RecordBuilder by copying an existing MedicationRequestReference instance.
|
void |
Claim.setOriginalPrescription(MedicationRequestReference value)
Sets the value of the 'originalPrescription' field.
|
Claim.Builder |
Claim.Builder.setOriginalPrescription(MedicationRequestReference value)
Sets the value of the 'originalPrescription' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationDispense.setAuthorizingPrescription(List<MedicationRequestReference> value)
Sets the value of the 'authorizingPrescription' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setAuthorizingPrescription(List<MedicationRequestReference> value)
Sets the value of the 'authorizingPrescription' field.
|
| Modifier and Type | Method and Description |
|---|---|
MedicationRequestReference |
MedicationRequest.getPriorPrescription()
Gets the value of the 'priorPrescription' field.
|
MedicationRequestReference |
MedicationRequest.Builder.getPriorPrescription()
Gets the value of the 'priorPrescription' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationRequest.setPriorPrescription(MedicationRequestReference value)
Sets the value of the 'priorPrescription' field.
|
MedicationRequest.Builder |
MedicationRequest.Builder.setPriorPrescription(MedicationRequestReference value)
Sets the value of the 'priorPrescription' field.
|
Copyright © 2020. All rights reserved.