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