| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
AccountReference.Builder.build() |
static AccountReference |
AccountReference.fromByteBuffer(ByteBuffer b)
Deserializes a AccountReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<AccountReference> |
AccountReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<AccountReference> |
Encounter.getAccount()
Gets the value of the 'account' field.
|
List<AccountReference> |
Encounter.Builder.getAccount()
Gets the value of the 'account' field.
|
List<AccountReference> |
EpisodeOfCare.getAccount()
Gets the value of the 'account' field.
|
List<AccountReference> |
EpisodeOfCare.Builder.getAccount()
Gets the value of the 'account' field.
|
static org.apache.avro.message.BinaryMessageDecoder<AccountReference> |
AccountReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountReference.Builder |
AccountReference.newBuilder(AccountReference other)
Creates a new AccountReference RecordBuilder by copying an existing AccountReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encounter.setAccount(List<AccountReference> value)
Sets the value of the 'account' field.
|
Encounter.Builder |
Encounter.Builder.setAccount(List<AccountReference> value)
Sets the value of the 'account' field.
|
void |
EpisodeOfCare.setAccount(List<AccountReference> value)
Sets the value of the 'account' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setAccount(List<AccountReference> value)
Sets the value of the 'account' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountReference> |
Encounter.getAccount()
Gets the value of the 'account' field.
|
List<AccountReference> |
Encounter.Builder.getAccount()
Gets the value of the 'account' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encounter.setAccount(List<AccountReference> value)
Sets the value of the 'account' field.
|
Encounter.Builder |
Encounter.Builder.setAccount(List<AccountReference> value)
Sets the value of the 'account' 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.