| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
MedicationIngredient |
MedicationIngredient.Builder.build() |
static MedicationIngredient |
MedicationIngredient.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationIngredient from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationIngredient> |
MedicationIngredient.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<MedicationIngredient> |
MedicationIngredient.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<MedicationIngredient> |
Medication.getIngredient()
Gets the value of the 'ingredient' field.
|
List<MedicationIngredient> |
Medication.Builder.getIngredient()
Gets the value of the 'ingredient' field.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationIngredient.Builder |
MedicationIngredient.newBuilder(MedicationIngredient other)
Creates a new MedicationIngredient RecordBuilder by copying an existing MedicationIngredient instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Medication.setIngredient(List<MedicationIngredient> value)
Sets the value of the 'ingredient' field.
|
Medication.Builder |
Medication.Builder.setIngredient(List<MedicationIngredient> value)
Sets the value of the 'ingredient' 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.