| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
MedicationPackageBatch |
MedicationPackageBatch.Builder.build() |
static MedicationPackageBatch |
MedicationPackageBatch.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationPackageBatch from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationPackageBatch> |
MedicationPackageBatch.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<MedicationPackageBatch> |
MedicationPackage.getBatch()
Gets the value of the 'batch' field.
|
List<MedicationPackageBatch> |
MedicationPackage.Builder.getBatch()
Gets the value of the 'batch' field.
|
static org.apache.avro.message.BinaryMessageDecoder<MedicationPackageBatch> |
MedicationPackageBatch.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationPackageBatch.Builder |
MedicationPackageBatch.newBuilder(MedicationPackageBatch other)
Creates a new MedicationPackageBatch RecordBuilder by copying an existing MedicationPackageBatch instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationPackage.setBatch(List<MedicationPackageBatch> value)
Sets the value of the 'batch' field.
|
MedicationPackage.Builder |
MedicationPackage.Builder.setBatch(List<MedicationPackageBatch> value)
Sets the value of the 'batch' field.
|
| Constructor and Description |
|---|
MedicationPackage(String id,
CodeableConcept container,
List<MedicationPackageContent> content,
List<MedicationPackageBatch> batch)
All-args constructor.
|
Copyright © 2020. All rights reserved.