| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
GroupPatientReference |
GroupPatientReference.Builder.build() |
static GroupPatientReference |
GroupPatientReference.fromByteBuffer(ByteBuffer b)
Deserializes a GroupPatientReference from a ByteBuffer.
|
GroupPatientReference |
MedicationDispense.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
MedicationDispense.Builder.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Encounter.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Encounter.Builder.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
CarePlan.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
CarePlan.Builder.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Procedure.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Procedure.Builder.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Condition.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
Condition.Builder.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
MedicationStatement.getSubject()
Gets the value of the 'subject' field.
|
GroupPatientReference |
MedicationStatement.Builder.getSubject()
Gets the value of the 'subject' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<GroupPatientReference> |
GroupPatientReference.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<GroupPatientReference> |
GroupPatientReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupPatientReference.Builder |
GroupPatientReference.newBuilder(GroupPatientReference other)
Creates a new GroupPatientReference RecordBuilder by copying an existing GroupPatientReference instance.
|
void |
MedicationDispense.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
void |
Encounter.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
Encounter.Builder |
Encounter.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
void |
CarePlan.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
CarePlan.Builder |
CarePlan.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
void |
Procedure.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
Procedure.Builder |
Procedure.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
void |
Condition.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
Condition.Builder |
Condition.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
void |
MedicationStatement.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
MedicationStatement.Builder |
MedicationStatement.Builder.setSubject(GroupPatientReference value)
Sets the value of the 'subject' field.
|
Copyright © 2020. All rights reserved.