| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
OrganizationReference |
OrganizationReference.Builder.build() |
static OrganizationReference |
OrganizationReference.fromByteBuffer(ByteBuffer b)
Deserializes a OrganizationReference from a ByteBuffer.
|
OrganizationReference |
Identifier.getAssigner()
Gets the value of the 'assigner' field.
|
OrganizationReference |
Identifier.Builder.getAssigner()
Gets the value of the 'assigner' field.
|
OrganizationReference |
ImmunizationVaccinationProtocol.getAuthority()
Gets the value of the 'authority' field.
|
OrganizationReference |
ImmunizationVaccinationProtocol.Builder.getAuthority()
Gets the value of the 'authority' field.
|
OrganizationReference |
Claim.getInsurer()
Gets the value of the 'insurer' field.
|
OrganizationReference |
Claim.Builder.getInsurer()
Gets the value of the 'insurer' field.
|
OrganizationReference |
Patient.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
Patient.Builder.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
EpisodeOfCare.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
EpisodeOfCare.Builder.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
Immunization.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
Immunization.Builder.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
ProcedurePerformer.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
ProcedurePerformer.Builder.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
MedicationDispensePerformer.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
MedicationDispensePerformer.Builder.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
ProcedureRequestRequester.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
ProcedureRequestRequester.Builder.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
Claim.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
Claim.Builder.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
PatientContact.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
PatientContact.Builder.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
MeasureReport.getReportingOrganization()
Gets the value of the 'reportingOrganization' field.
|
OrganizationReference |
MeasureReport.Builder.getReportingOrganization()
Gets the value of the 'reportingOrganization' field.
|
OrganizationReference |
Encounter.getServiceProvider()
Gets the value of the 'serviceProvider' field.
|
OrganizationReference |
Encounter.Builder.getServiceProvider()
Gets the value of the 'serviceProvider' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<OrganizationReference> |
OrganizationReference.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<OrganizationReference> |
OrganizationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static OrganizationReference.Builder |
OrganizationReference.newBuilder(OrganizationReference other)
Creates a new OrganizationReference RecordBuilder by copying an existing OrganizationReference instance.
|
void |
Identifier.setAssigner(OrganizationReference value)
Sets the value of the 'assigner' field.
|
Identifier.Builder |
Identifier.Builder.setAssigner(OrganizationReference value)
Sets the value of the 'assigner' field.
|
void |
ImmunizationVaccinationProtocol.setAuthority(OrganizationReference value)
Sets the value of the 'authority' field.
|
ImmunizationVaccinationProtocol.Builder |
ImmunizationVaccinationProtocol.Builder.setAuthority(OrganizationReference value)
Sets the value of the 'authority' field.
|
void |
Claim.setInsurer(OrganizationReference value)
Sets the value of the 'insurer' field.
|
Claim.Builder |
Claim.Builder.setInsurer(OrganizationReference value)
Sets the value of the 'insurer' field.
|
void |
Patient.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
Patient.Builder |
Patient.Builder.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
void |
EpisodeOfCare.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
void |
Immunization.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
Immunization.Builder |
Immunization.Builder.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
void |
ProcedurePerformer.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
ProcedurePerformer.Builder |
ProcedurePerformer.Builder.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
void |
MedicationDispensePerformer.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
MedicationDispensePerformer.Builder |
MedicationDispensePerformer.Builder.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
void |
ProcedureRequestRequester.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
ProcedureRequestRequester.Builder |
ProcedureRequestRequester.Builder.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
void |
Claim.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
Claim.Builder |
Claim.Builder.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
void |
PatientContact.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
PatientContact.Builder |
PatientContact.Builder.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
void |
MeasureReport.setReportingOrganization(OrganizationReference value)
Sets the value of the 'reportingOrganization' field.
|
MeasureReport.Builder |
MeasureReport.Builder.setReportingOrganization(OrganizationReference value)
Sets the value of the 'reportingOrganization' field.
|
void |
Encounter.setServiceProvider(OrganizationReference value)
Sets the value of the 'serviceProvider' field.
|
Encounter.Builder |
Encounter.Builder.setServiceProvider(OrganizationReference value)
Sets the value of the 'serviceProvider' field.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationReference |
ImmunizationVaccinationProtocol.getAuthority()
Gets the value of the 'authority' field.
|
OrganizationReference |
ImmunizationVaccinationProtocol.Builder.getAuthority()
Gets the value of the 'authority' field.
|
OrganizationReference |
Patient.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
Patient.Builder.getManagingOrganization()
Gets the value of the 'managingOrganization' field.
|
OrganizationReference |
Immunization.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
Immunization.Builder.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
Medication.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
Medication.Builder.getManufacturer()
Gets the value of the 'manufacturer' field.
|
OrganizationReference |
MedicationRequestRequester.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
MedicationRequestRequester.Builder.getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference |
PatientContact.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
PatientContact.Builder.getOrganization()
Gets the value of the 'organization' field.
|
OrganizationReference |
MedicationRequestDispenseRequest.getPerformer()
Gets the value of the 'performer' field.
|
OrganizationReference |
MedicationRequestDispenseRequest.Builder.getPerformer()
Gets the value of the 'performer' field.
|
OrganizationReference |
Encounter.getServiceProvider()
Gets the value of the 'serviceProvider' field.
|
OrganizationReference |
Encounter.Builder.getServiceProvider()
Gets the value of the 'serviceProvider' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmunizationVaccinationProtocol.setAuthority(OrganizationReference value)
Sets the value of the 'authority' field.
|
ImmunizationVaccinationProtocol.Builder |
ImmunizationVaccinationProtocol.Builder.setAuthority(OrganizationReference value)
Sets the value of the 'authority' field.
|
void |
Patient.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
Patient.Builder |
Patient.Builder.setManagingOrganization(OrganizationReference value)
Sets the value of the 'managingOrganization' field.
|
void |
Immunization.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
Immunization.Builder |
Immunization.Builder.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
void |
Medication.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
Medication.Builder |
Medication.Builder.setManufacturer(OrganizationReference value)
Sets the value of the 'manufacturer' field.
|
void |
MedicationRequestRequester.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
MedicationRequestRequester.Builder |
MedicationRequestRequester.Builder.setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
void |
PatientContact.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
PatientContact.Builder |
PatientContact.Builder.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
void |
MedicationRequestDispenseRequest.setPerformer(OrganizationReference value)
Sets the value of the 'performer' field.
|
MedicationRequestDispenseRequest.Builder |
MedicationRequestDispenseRequest.Builder.setPerformer(OrganizationReference value)
Sets the value of the 'performer' field.
|
void |
Encounter.setServiceProvider(OrganizationReference value)
Sets the value of the 'serviceProvider' field.
|
Encounter.Builder |
Encounter.Builder.setServiceProvider(OrganizationReference value)
Sets the value of the 'serviceProvider' field.
|
Copyright © 2020. All rights reserved.