| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ObservationComponentReferenceRange |
ObservationComponentReferenceRange.Builder.build() |
static ObservationComponentReferenceRange |
ObservationComponentReferenceRange.fromByteBuffer(ByteBuffer b)
Deserializes a ObservationComponentReferenceRange from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ObservationComponentReferenceRange> |
ObservationComponentReferenceRange.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<ObservationComponentReferenceRange> |
ObservationComponentReferenceRange.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ObservationComponentReferenceRange> |
ObservationComponent.getReferenceRange()
Gets the value of the 'referenceRange' field.
|
List<ObservationComponentReferenceRange> |
ObservationComponent.Builder.getReferenceRange()
Gets the value of the 'referenceRange' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ObservationComponentReferenceRange.Builder |
ObservationComponentReferenceRange.newBuilder(ObservationComponentReferenceRange other)
Creates a new ObservationComponentReferenceRange RecordBuilder by copying an existing ObservationComponentReferenceRange instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationComponent.setReferenceRange(List<ObservationComponentReferenceRange> value)
Sets the value of the 'referenceRange' field.
|
ObservationComponent.Builder |
ObservationComponent.Builder.setReferenceRange(List<ObservationComponentReferenceRange> value)
Sets the value of the 'referenceRange' field.
|
| Constructor and Description |
|---|
ObservationComponent(String id,
CodeableConcept code,
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime value,
CodeableConcept dataAbsentReason,
CodeableConcept interpretation,
List<ObservationComponentReferenceRange> referenceRange)
All-args constructor.
|
Copyright © 2020. All rights reserved.