| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
SampledData |
SampledData.Builder.build() |
static SampledData |
SampledData.fromByteBuffer(ByteBuffer b)
Deserializes a SampledData from a ByteBuffer.
|
SampledData |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.getSampledData()
Gets the value of the 'sampledData' field.
|
SampledData |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder.getSampledData()
Gets the value of the 'sampledData' field.
|
SampledData |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.getSampledData()
Gets the value of the 'sampledData' field.
|
SampledData |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder.getSampledData()
Gets the value of the 'sampledData' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<SampledData> |
SampledData.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<SampledData> |
SampledData.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static SampledData.Builder |
SampledData.newBuilder(SampledData other)
Creates a new SampledData RecordBuilder by copying an existing SampledData instance.
|
void |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.setSampledData(SampledData value)
Sets the value of the 'sampledData' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder.setSampledData(SampledData value)
Sets the value of the 'sampledData' field.
|
void |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.setSampledData(SampledData value)
Sets the value of the 'sampledData' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder.setSampledData(SampledData value)
Sets the value of the 'sampledData' field.
|
| Constructor and Description |
|---|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime(Quantity quantity,
CodeableConcept codeableConcept,
String string,
Boolean boolean$,
Range range,
Ratio ratio,
SampledData sampledData,
Attachment attachment,
String time,
String dateTime,
Period period)
All-args constructor.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime(Quantity quantity,
CodeableConcept codeableConcept,
String string,
Range range,
Ratio ratio,
SampledData sampledData,
Attachment attachment,
String time,
String dateTime,
Period period)
All-args constructor.
|
Copyright © 2020. All rights reserved.