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