| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
MedicationPackage |
MedicationPackage.Builder.build() |
static MedicationPackage |
MedicationPackage.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationPackage from a ByteBuffer.
|
MedicationPackage |
Medication.getPackage$()
Gets the value of the 'package$' field.
|
MedicationPackage |
Medication.Builder.getPackage$()
Gets the value of the 'package$' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationPackage> |
MedicationPackage.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<MedicationPackage> |
MedicationPackage.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationPackage.Builder |
MedicationPackage.newBuilder(MedicationPackage other)
Creates a new MedicationPackage RecordBuilder by copying an existing MedicationPackage instance.
|
void |
Medication.setPackage$(MedicationPackage value)
Sets the value of the 'package$' field.
|
Medication.Builder |
Medication.Builder.setPackage$(MedicationPackage value)
Sets the value of the 'package$' field.
|
| Constructor and Description |
|---|
Medication(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
CodeableConcept code,
String status,
Boolean isBrand,
Boolean isOverTheCounter,
OrganizationReference manufacturer,
CodeableConcept form,
List<MedicationIngredient> ingredient,
MedicationPackage package$,
List<Attachment> image)
All-args constructor.
|
Copyright © 2020. All rights reserved.