| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoiceQuantityRange |
ChoiceQuantityRange.Builder.build() |
static ChoiceQuantityRange |
ChoiceQuantityRange.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceQuantityRange from a ByteBuffer.
|
ChoiceQuantityRange |
Dosage.getDose()
Gets the value of the 'dose' field.
|
ChoiceQuantityRange |
Dosage.Builder.getDose()
Gets the value of the 'dose' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceQuantityRange> |
ChoiceQuantityRange.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<ChoiceQuantityRange> |
ChoiceQuantityRange.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoiceQuantityRange.Builder |
ChoiceQuantityRange.newBuilder(ChoiceQuantityRange other)
Creates a new ChoiceQuantityRange RecordBuilder by copying an existing ChoiceQuantityRange instance.
|
void |
Dosage.setDose(ChoiceQuantityRange value)
Sets the value of the 'dose' field.
|
Dosage.Builder |
Dosage.Builder.setDose(ChoiceQuantityRange value)
Sets the value of the 'dose' field.
|
| Constructor and Description |
|---|
Dosage(String id,
Integer sequence,
String text,
List<CodeableConcept> additionalInstruction,
String patientInstruction,
Timing timing,
ChoiceCodeableConceptBoolean asNeeded,
CodeableConcept site,
CodeableConcept route,
CodeableConcept method,
ChoiceQuantityRange dose,
Ratio maxDosePerPeriod,
Quantity maxDosePerAdministration,
Quantity maxDosePerLifetime,
ChoiceQuantityRangeRatio rate)
All-args constructor.
|
Copyright © 2020. All rights reserved.