| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
Dosage |
Dosage.Builder.build() |
static Dosage |
Dosage.fromByteBuffer(ByteBuffer b)
Deserializes a Dosage from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Dosage> |
Dosage.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<Dosage> |
Dosage.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<Dosage> |
MedicationStatement.getDosage()
Gets the value of the 'dosage' field.
|
List<Dosage> |
MedicationStatement.Builder.getDosage()
Gets the value of the 'dosage' field.
|
List<Dosage> |
MedicationDispense.getDosageInstruction()
Gets the value of the 'dosageInstruction' field.
|
List<Dosage> |
MedicationDispense.Builder.getDosageInstruction()
Gets the value of the 'dosageInstruction' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Dosage.Builder |
Dosage.newBuilder(Dosage other)
Creates a new Dosage RecordBuilder by copying an existing Dosage instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationStatement.setDosage(List<Dosage> value)
Sets the value of the 'dosage' field.
|
MedicationStatement.Builder |
MedicationStatement.Builder.setDosage(List<Dosage> value)
Sets the value of the 'dosage' field.
|
void |
MedicationDispense.setDosageInstruction(List<Dosage> value)
Sets the value of the 'dosageInstruction' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setDosageInstruction(List<Dosage> value)
Sets the value of the 'dosageInstruction' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dosage> |
MedicationRequest.getDosageInstruction()
Gets the value of the 'dosageInstruction' field.
|
List<Dosage> |
MedicationRequest.Builder.getDosageInstruction()
Gets the value of the 'dosageInstruction' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationRequest.setDosageInstruction(List<Dosage> value)
Sets the value of the 'dosageInstruction' field.
|
MedicationRequest.Builder |
MedicationRequest.Builder.setDosageInstruction(List<Dosage> value)
Sets the value of the 'dosageInstruction' field.
|
Copyright © 2020. All rights reserved.