| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
EpisodeOfCareDiagnosis |
EpisodeOfCareDiagnosis.Builder.build() |
static EpisodeOfCareDiagnosis |
EpisodeOfCareDiagnosis.fromByteBuffer(ByteBuffer b)
Deserializes a EpisodeOfCareDiagnosis from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<EpisodeOfCareDiagnosis> |
EpisodeOfCareDiagnosis.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<EpisodeOfCareDiagnosis> |
EpisodeOfCareDiagnosis.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<EpisodeOfCareDiagnosis> |
EpisodeOfCare.getDiagnosis()
Gets the value of the 'diagnosis' field.
|
List<EpisodeOfCareDiagnosis> |
EpisodeOfCare.Builder.getDiagnosis()
Gets the value of the 'diagnosis' field.
|
| Modifier and Type | Method and Description |
|---|---|
static EpisodeOfCareDiagnosis.Builder |
EpisodeOfCareDiagnosis.newBuilder(EpisodeOfCareDiagnosis other)
Creates a new EpisodeOfCareDiagnosis RecordBuilder by copying an existing EpisodeOfCareDiagnosis instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EpisodeOfCare.setDiagnosis(List<EpisodeOfCareDiagnosis> value)
Sets the value of the 'diagnosis' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setDiagnosis(List<EpisodeOfCareDiagnosis> value)
Sets the value of the 'diagnosis' 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.