| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
PractitionerReference |
PractitionerReference.Builder.build() |
static PractitionerReference |
PractitionerReference.fromByteBuffer(ByteBuffer b)
Deserializes a PractitionerReference from a ByteBuffer.
|
PractitionerReference |
ImmunizationPractitioner.getActor()
Gets the value of the 'actor' field.
|
PractitionerReference |
ImmunizationPractitioner.Builder.getActor()
Gets the value of the 'actor' field.
|
PractitionerReference |
EpisodeOfCare.getCareManager()
Gets the value of the 'careManager' field.
|
PractitionerReference |
EpisodeOfCare.Builder.getCareManager()
Gets the value of the 'careManager' field.
|
PractitionerReference |
Claim.getEnterer()
Gets the value of the 'enterer' field.
|
PractitionerReference |
Claim.Builder.getEnterer()
Gets the value of the 'enterer' field.
|
PractitionerReference |
Claim.getProvider()
Gets the value of the 'provider' field.
|
PractitionerReference |
Claim.Builder.getProvider()
Gets the value of the 'provider' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PractitionerReference> |
PractitionerReference.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<PractitionerReference> |
PractitionerReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<PractitionerReference> |
MedicationDispenseSubstitution.getResponsibleParty()
Gets the value of the 'responsibleParty' field.
|
List<PractitionerReference> |
MedicationDispenseSubstitution.Builder.getResponsibleParty()
Gets the value of the 'responsibleParty' field.
|
| Modifier and Type | Method and Description |
|---|---|
static PractitionerReference.Builder |
PractitionerReference.newBuilder(PractitionerReference other)
Creates a new PractitionerReference RecordBuilder by copying an existing PractitionerReference instance.
|
void |
ImmunizationPractitioner.setActor(PractitionerReference value)
Sets the value of the 'actor' field.
|
ImmunizationPractitioner.Builder |
ImmunizationPractitioner.Builder.setActor(PractitionerReference value)
Sets the value of the 'actor' field.
|
void |
EpisodeOfCare.setCareManager(PractitionerReference value)
Sets the value of the 'careManager' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setCareManager(PractitionerReference value)
Sets the value of the 'careManager' field.
|
void |
Claim.setEnterer(PractitionerReference value)
Sets the value of the 'enterer' field.
|
Claim.Builder |
Claim.Builder.setEnterer(PractitionerReference value)
Sets the value of the 'enterer' field.
|
void |
Claim.setProvider(PractitionerReference value)
Sets the value of the 'provider' field.
|
Claim.Builder |
Claim.Builder.setProvider(PractitionerReference value)
Sets the value of the 'provider' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationDispenseSubstitution.setResponsibleParty(List<PractitionerReference> value)
Sets the value of the 'responsibleParty' field.
|
MedicationDispenseSubstitution.Builder |
MedicationDispenseSubstitution.Builder.setResponsibleParty(List<PractitionerReference> value)
Sets the value of the 'responsibleParty' field.
|
| Constructor and Description |
|---|
MedicationDispenseSubstitution(String id,
Boolean wasSubstituted,
CodeableConcept type,
List<CodeableConcept> reason,
List<PractitionerReference> responsibleParty)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PractitionerReference |
ImmunizationPractitioner.getActor()
Gets the value of the 'actor' field.
|
PractitionerReference |
ImmunizationPractitioner.Builder.getActor()
Gets the value of the 'actor' field.
|
PractitionerReference |
MedicationRequestRequester.getAgent()
Gets the value of the 'agent' field.
|
PractitionerReference |
MedicationRequestRequester.Builder.getAgent()
Gets the value of the 'agent' field.
|
PractitionerReference |
EncounterParticipant.getIndividual()
Gets the value of the 'individual' field.
|
PractitionerReference |
EncounterParticipant.Builder.getIndividual()
Gets the value of the 'individual' field.
|
PractitionerReference |
MedicationRequest.getRecorder()
Gets the value of the 'recorder' field.
|
PractitionerReference |
MedicationRequest.Builder.getRecorder()
Gets the value of the 'recorder' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmunizationPractitioner.setActor(PractitionerReference value)
Sets the value of the 'actor' field.
|
ImmunizationPractitioner.Builder |
ImmunizationPractitioner.Builder.setActor(PractitionerReference value)
Sets the value of the 'actor' field.
|
void |
MedicationRequestRequester.setAgent(PractitionerReference value)
Sets the value of the 'agent' field.
|
MedicationRequestRequester.Builder |
MedicationRequestRequester.Builder.setAgent(PractitionerReference value)
Sets the value of the 'agent' field.
|
void |
EncounterParticipant.setIndividual(PractitionerReference value)
Sets the value of the 'individual' field.
|
EncounterParticipant.Builder |
EncounterParticipant.Builder.setIndividual(PractitionerReference value)
Sets the value of the 'individual' field.
|
void |
MedicationRequest.setRecorder(PractitionerReference value)
Sets the value of the 'recorder' field.
|
MedicationRequest.Builder |
MedicationRequest.Builder.setRecorder(PractitionerReference value)
Sets the value of the 'recorder' field.
|
Copyright © 2020. All rights reserved.