| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
EpisodeOfCareStatusHistory |
EpisodeOfCareStatusHistory.Builder.build() |
static EpisodeOfCareStatusHistory |
EpisodeOfCareStatusHistory.fromByteBuffer(ByteBuffer b)
Deserializes a EpisodeOfCareStatusHistory from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<EpisodeOfCareStatusHistory> |
EpisodeOfCareStatusHistory.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<EpisodeOfCareStatusHistory> |
EpisodeOfCareStatusHistory.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<EpisodeOfCareStatusHistory> |
EpisodeOfCare.getStatusHistory()
Gets the value of the 'statusHistory' field.
|
List<EpisodeOfCareStatusHistory> |
EpisodeOfCare.Builder.getStatusHistory()
Gets the value of the 'statusHistory' field.
|
| Modifier and Type | Method and Description |
|---|---|
static EpisodeOfCareStatusHistory.Builder |
EpisodeOfCareStatusHistory.newBuilder(EpisodeOfCareStatusHistory other)
Creates a new EpisodeOfCareStatusHistory RecordBuilder by copying an existing EpisodeOfCareStatusHistory instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EpisodeOfCare.setStatusHistory(List<EpisodeOfCareStatusHistory> value)
Sets the value of the 'statusHistory' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setStatusHistory(List<EpisodeOfCareStatusHistory> value)
Sets the value of the 'statusHistory' field.
|
| Constructor and Description |
|---|
EpisodeOfCare(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
String status,
List<EpisodeOfCareStatusHistory> statusHistory,
List<CodeableConcept> type,
List<EpisodeOfCareDiagnosis> diagnosis,
PatientReference patient,
OrganizationReference managingOrganization,
Period period,
List<ReferralRequestReference> referralRequest,
PractitionerReference careManager,
List<CareTeamReference> team,
List<AccountReference> account)
All-args constructor.
|
Copyright © 2020. All rights reserved.