| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MedicationReference |
MedicationReference.Builder.build() |
static MedicationReference |
MedicationReference.fromByteBuffer(ByteBuffer b)
Deserializes a MedicationReference from a ByteBuffer.
|
MedicationReference |
ChoiceCodeableConceptMedicationReference.getReference()
Gets the value of the 'reference' field.
|
MedicationReference |
ChoiceCodeableConceptMedicationReference.Builder.getReference()
Gets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MedicationReference> |
MedicationReference.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<MedicationReference> |
MedicationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationReference.Builder |
MedicationReference.newBuilder(MedicationReference other)
Creates a new MedicationReference RecordBuilder by copying an existing MedicationReference instance.
|
void |
ChoiceCodeableConceptMedicationReference.setReference(MedicationReference value)
Sets the value of the 'reference' field.
|
ChoiceCodeableConceptMedicationReference.Builder |
ChoiceCodeableConceptMedicationReference.Builder.setReference(MedicationReference value)
Sets the value of the 'reference' field.
|
| Constructor and Description |
|---|
ChoiceCodeableConceptMedicationReference(CodeableConcept codeableConcept,
MedicationReference reference)
All-args constructor.
|
Copyright © 2020. All rights reserved.