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