| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
Timing |
Timing.Builder.build() |
static Timing |
Timing.fromByteBuffer(ByteBuffer b)
Deserializes a Timing from a ByteBuffer.
|
Timing |
ChoicePeriodTimingString.getTiming()
Gets the value of the 'timing' field.
|
Timing |
ChoicePeriodTimingString.Builder.getTiming()
Gets the value of the 'timing' field.
|
Timing |
ChoicePeriodTimingDateTime.getTiming()
Gets the value of the 'timing' field.
|
Timing |
ChoicePeriodTimingDateTime.Builder.getTiming()
Gets the value of the 'timing' field.
|
Timing |
Dosage.getTiming()
Gets the value of the 'timing' field.
|
Timing |
Dosage.Builder.getTiming()
Gets the value of the 'timing' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Timing> |
Timing.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<Timing> |
Timing.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Timing.Builder |
Timing.newBuilder(Timing other)
Creates a new Timing RecordBuilder by copying an existing Timing instance.
|
void |
ChoicePeriodTimingString.setTiming(Timing value)
Sets the value of the 'timing' field.
|
ChoicePeriodTimingString.Builder |
ChoicePeriodTimingString.Builder.setTiming(Timing value)
Sets the value of the 'timing' field.
|
void |
ChoicePeriodTimingDateTime.setTiming(Timing value)
Sets the value of the 'timing' field.
|
ChoicePeriodTimingDateTime.Builder |
ChoicePeriodTimingDateTime.Builder.setTiming(Timing value)
Sets the value of the 'timing' field.
|
void |
Dosage.setTiming(Timing value)
Sets the value of the 'timing' field.
|
Dosage.Builder |
Dosage.Builder.setTiming(Timing value)
Sets the value of the 'timing' field.
|
| Constructor and Description |
|---|
ChoicePeriodTimingDateTime(String dateTime,
Period period,
Timing timing)
All-args constructor.
|
ChoicePeriodTimingString(Timing timing,
Period period,
String string)
All-args constructor.
|
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.