| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Duration.Builder.build() |
static Duration |
Duration.fromByteBuffer(ByteBuffer b)
Deserializes a Duration from a ByteBuffer.
|
Duration |
ChoiceDurationPeriodRange.getDuration()
Gets the value of the 'duration' field.
|
Duration |
ChoiceDurationPeriodRange.Builder.getDuration()
Gets the value of the 'duration' field.
|
Duration |
Encounter.getLength()
Gets the value of the 'length' field.
|
Duration |
Encounter.Builder.getLength()
Gets the value of the 'length' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Duration> |
Duration.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<Duration> |
Duration.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Duration.Builder |
Duration.newBuilder(Duration other)
Creates a new Duration RecordBuilder by copying an existing Duration instance.
|
void |
ChoiceDurationPeriodRange.setDuration(Duration value)
Sets the value of the 'duration' field.
|
ChoiceDurationPeriodRange.Builder |
ChoiceDurationPeriodRange.Builder.setDuration(Duration value)
Sets the value of the 'duration' field.
|
void |
Encounter.setLength(Duration value)
Sets the value of the 'length' field.
|
Encounter.Builder |
Encounter.Builder.setLength(Duration value)
Sets the value of the 'length' field.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
MedicationRequestDispenseRequest.getExpectedSupplyDuration()
Gets the value of the 'expectedSupplyDuration' field.
|
Duration |
MedicationRequestDispenseRequest.Builder.getExpectedSupplyDuration()
Gets the value of the 'expectedSupplyDuration' field.
|
Duration |
Encounter.getLength()
Gets the value of the 'length' field.
|
Duration |
Encounter.Builder.getLength()
Gets the value of the 'length' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationRequestDispenseRequest.setExpectedSupplyDuration(Duration value)
Sets the value of the 'expectedSupplyDuration' field.
|
MedicationRequestDispenseRequest.Builder |
MedicationRequestDispenseRequest.Builder.setExpectedSupplyDuration(Duration value)
Sets the value of the 'expectedSupplyDuration' field.
|
void |
Encounter.setLength(Duration value)
Sets the value of the 'length' field.
|
Encounter.Builder |
Encounter.Builder.setLength(Duration value)
Sets the value of the 'length' field.
|
Copyright © 2020. All rights reserved.