| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ReferralRequestReference |
ReferralRequestReference.Builder.build() |
static ReferralRequestReference |
ReferralRequestReference.fromByteBuffer(ByteBuffer b)
Deserializes a ReferralRequestReference from a ByteBuffer.
|
ReferralRequestReference |
Claim.getReferral()
Gets the value of the 'referral' field.
|
ReferralRequestReference |
Claim.Builder.getReferral()
Gets the value of the 'referral' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ReferralRequestReference> |
ReferralRequestReference.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<ReferralRequestReference> |
ReferralRequestReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ReferralRequestReference> |
Encounter.getIncomingReferral()
Gets the value of the 'incomingReferral' field.
|
List<ReferralRequestReference> |
Encounter.Builder.getIncomingReferral()
Gets the value of the 'incomingReferral' field.
|
List<ReferralRequestReference> |
EpisodeOfCare.getReferralRequest()
Gets the value of the 'referralRequest' field.
|
List<ReferralRequestReference> |
EpisodeOfCare.Builder.getReferralRequest()
Gets the value of the 'referralRequest' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferralRequestReference.Builder |
ReferralRequestReference.newBuilder(ReferralRequestReference other)
Creates a new ReferralRequestReference RecordBuilder by copying an existing ReferralRequestReference instance.
|
void |
Claim.setReferral(ReferralRequestReference value)
Sets the value of the 'referral' field.
|
Claim.Builder |
Claim.Builder.setReferral(ReferralRequestReference value)
Sets the value of the 'referral' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encounter.setIncomingReferral(List<ReferralRequestReference> value)
Sets the value of the 'incomingReferral' field.
|
Encounter.Builder |
Encounter.Builder.setIncomingReferral(List<ReferralRequestReference> value)
Sets the value of the 'incomingReferral' field.
|
void |
EpisodeOfCare.setReferralRequest(List<ReferralRequestReference> value)
Sets the value of the 'referralRequest' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setReferralRequest(List<ReferralRequestReference> value)
Sets the value of the 'referralRequest' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferralRequestReference> |
Encounter.getIncomingReferral()
Gets the value of the 'incomingReferral' field.
|
List<ReferralRequestReference> |
Encounter.Builder.getIncomingReferral()
Gets the value of the 'incomingReferral' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encounter.setIncomingReferral(List<ReferralRequestReference> value)
Sets the value of the 'incomingReferral' field.
|
Encounter.Builder |
Encounter.Builder.setIncomingReferral(List<ReferralRequestReference> value)
Sets the value of the 'incomingReferral' field.
|
| Constructor and Description |
|---|
Encounter(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
String status,
List<EncounterStatusHistory> statusHistory,
Coding class$,
List<EncounterClassHistory> classHistory,
List<CodeableConcept> type,
CodeableConcept priority,
PatientReference subject,
List<EpisodeOfCareReference> episodeOfCare,
List<ReferralRequestReference> incomingReferral,
List<EncounterParticipant> participant,
AppointmentReference appointment,
Period period,
Duration length,
List<CodeableConcept> reason,
List<EncounterDiagnosis> diagnosis,
List<AccountReference> account,
EncounterHospitalization hospitalization,
List<EncounterLocation> location,
OrganizationReference serviceProvider,
EncounterReference partOf)
All-args constructor.
|
Copyright © 2020. All rights reserved.