| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
LocationReference.Builder.build() |
static LocationReference |
LocationReference.fromByteBuffer(ByteBuffer b)
Deserializes a LocationReference from a ByteBuffer.
|
LocationReference |
EncounterHospitalization.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
EncounterHospitalization.Builder.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
MedicationDispense.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
MedicationDispense.Builder.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
Claim.getFacility()
Gets the value of the 'facility' field.
|
LocationReference |
Claim.Builder.getFacility()
Gets the value of the 'facility' field.
|
LocationReference |
Immunization.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
Immunization.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterLocation.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterLocation.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
Procedure.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
Procedure.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
CarePlanActivityDetail.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
CarePlanActivityDetail.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterHospitalization.getOrigin()
Gets the value of the 'origin' field.
|
LocationReference |
EncounterHospitalization.Builder.getOrigin()
Gets the value of the 'origin' field.
|
LocationReference |
ChoiceAddressCodeableConceptLocationReference.getReference()
Gets the value of the 'reference' field.
|
LocationReference |
ChoiceAddressCodeableConceptLocationReference.Builder.getReference()
Gets the value of the 'reference' field.
|
LocationReference |
ChoiceAddressLocationReference.getReference()
Gets the value of the 'reference' field.
|
LocationReference |
ChoiceAddressLocationReference.Builder.getReference()
Gets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<LocationReference> |
LocationReference.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<LocationReference> |
LocationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationReference.Builder |
LocationReference.newBuilder(LocationReference other)
Creates a new LocationReference RecordBuilder by copying an existing LocationReference instance.
|
void |
EncounterHospitalization.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
EncounterHospitalization.Builder |
EncounterHospitalization.Builder.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
void |
MedicationDispense.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
void |
Claim.setFacility(LocationReference value)
Sets the value of the 'facility' field.
|
Claim.Builder |
Claim.Builder.setFacility(LocationReference value)
Sets the value of the 'facility' field.
|
void |
Immunization.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
Immunization.Builder |
Immunization.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
EncounterLocation.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
EncounterLocation.Builder |
EncounterLocation.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
Procedure.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
Procedure.Builder |
Procedure.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
CarePlanActivityDetail.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
EncounterHospitalization.setOrigin(LocationReference value)
Sets the value of the 'origin' field.
|
EncounterHospitalization.Builder |
EncounterHospitalization.Builder.setOrigin(LocationReference value)
Sets the value of the 'origin' field.
|
void |
ChoiceAddressCodeableConceptLocationReference.setReference(LocationReference value)
Sets the value of the 'reference' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
ChoiceAddressCodeableConceptLocationReference.Builder.setReference(LocationReference value)
Sets the value of the 'reference' field.
|
void |
ChoiceAddressLocationReference.setReference(LocationReference value)
Sets the value of the 'reference' field.
|
ChoiceAddressLocationReference.Builder |
ChoiceAddressLocationReference.Builder.setReference(LocationReference value)
Sets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
LocationReference |
EncounterHospitalization.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
EncounterHospitalization.Builder.getDestination()
Gets the value of the 'destination' field.
|
LocationReference |
Immunization.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
Immunization.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterLocation.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterLocation.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
CarePlanActivityDetail.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
CarePlanActivityDetail.Builder.getLocation()
Gets the value of the 'location' field.
|
LocationReference |
EncounterHospitalization.getOrigin()
Gets the value of the 'origin' field.
|
LocationReference |
EncounterHospitalization.Builder.getOrigin()
Gets the value of the 'origin' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncounterHospitalization.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
EncounterHospitalization.Builder |
EncounterHospitalization.Builder.setDestination(LocationReference value)
Sets the value of the 'destination' field.
|
void |
Immunization.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
Immunization.Builder |
Immunization.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
EncounterLocation.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
EncounterLocation.Builder |
EncounterLocation.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
CarePlanActivityDetail.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setLocation(LocationReference value)
Sets the value of the 'location' field.
|
void |
EncounterHospitalization.setOrigin(LocationReference value)
Sets the value of the 'origin' field.
|
EncounterHospitalization.Builder |
EncounterHospitalization.Builder.setOrigin(LocationReference value)
Sets the value of the 'origin' field.
|
Copyright © 2020. All rights reserved.