| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
SpecimenReference |
SpecimenReference.Builder.build() |
static SpecimenReference |
SpecimenReference.fromByteBuffer(ByteBuffer b)
Deserializes a SpecimenReference from a ByteBuffer.
|
SpecimenReference |
Observation.getSpecimen()
Gets the value of the 'specimen' field.
|
SpecimenReference |
Observation.Builder.getSpecimen()
Gets the value of the 'specimen' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<SpecimenReference> |
SpecimenReference.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<SpecimenReference> |
SpecimenReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<SpecimenReference> |
ProcedureRequest.getSpecimen()
Gets the value of the 'specimen' field.
|
List<SpecimenReference> |
ProcedureRequest.Builder.getSpecimen()
Gets the value of the 'specimen' field.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecimenReference.Builder |
SpecimenReference.newBuilder(SpecimenReference other)
Creates a new SpecimenReference RecordBuilder by copying an existing SpecimenReference instance.
|
void |
Observation.setSpecimen(SpecimenReference value)
Sets the value of the 'specimen' field.
|
Observation.Builder |
Observation.Builder.setSpecimen(SpecimenReference value)
Sets the value of the 'specimen' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcedureRequest.setSpecimen(List<SpecimenReference> value)
Sets the value of the 'specimen' field.
|
ProcedureRequest.Builder |
ProcedureRequest.Builder.setSpecimen(List<SpecimenReference> value)
Sets the value of the 'specimen' field.
|
Copyright © 2020. All rights reserved.