| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
PatientRelatedPersonReference |
PatientRelatedPersonReference.Builder.build() |
static PatientRelatedPersonReference |
PatientRelatedPersonReference.fromByteBuffer(ByteBuffer b)
Deserializes a PatientRelatedPersonReference from a ByteBuffer.
|
PatientRelatedPersonReference |
PatientLink.getOther()
Gets the value of the 'other' field.
|
PatientRelatedPersonReference |
PatientLink.Builder.getOther()
Gets the value of the 'other' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PatientRelatedPersonReference> |
PatientRelatedPersonReference.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<PatientRelatedPersonReference> |
PatientRelatedPersonReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static PatientRelatedPersonReference.Builder |
PatientRelatedPersonReference.newBuilder(PatientRelatedPersonReference other)
Creates a new PatientRelatedPersonReference RecordBuilder by copying an existing PatientRelatedPersonReference instance.
|
void |
PatientLink.setOther(PatientRelatedPersonReference value)
Sets the value of the 'other' field.
|
PatientLink.Builder |
PatientLink.Builder.setOther(PatientRelatedPersonReference value)
Sets the value of the 'other' field.
|
| Constructor and Description |
|---|
PatientLink(String id,
PatientRelatedPersonReference other,
String type)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PatientRelatedPersonReference |
PatientLink.getOther()
Gets the value of the 'other' field.
|
PatientRelatedPersonReference |
PatientLink.Builder.getOther()
Gets the value of the 'other' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientLink.setOther(PatientRelatedPersonReference value)
Sets the value of the 'other' field.
|
PatientLink.Builder |
PatientLink.Builder.setOther(PatientRelatedPersonReference value)
Sets the value of the 'other' field.
|
| Constructor and Description |
|---|
PatientLink(String id,
PatientRelatedPersonReference other,
String type)
All-args constructor.
|
Copyright © 2020. All rights reserved.