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