| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
PatientCommunication |
PatientCommunication.Builder.build() |
static PatientCommunication |
PatientCommunication.fromByteBuffer(ByteBuffer b)
Deserializes a PatientCommunication from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PatientCommunication> |
PatientCommunication.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<PatientCommunication> |
Patient.getCommunication()
Gets the value of the 'communication' field.
|
List<PatientCommunication> |
Patient.Builder.getCommunication()
Gets the value of the 'communication' field.
|
static org.apache.avro.message.BinaryMessageDecoder<PatientCommunication> |
PatientCommunication.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static PatientCommunication.Builder |
PatientCommunication.newBuilder(PatientCommunication other)
Creates a new PatientCommunication RecordBuilder by copying an existing PatientCommunication instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setCommunication(List<PatientCommunication> value)
Sets the value of the 'communication' field.
|
Patient.Builder |
Patient.Builder.setCommunication(List<PatientCommunication> value)
Sets the value of the 'communication' field.
|
| Constructor and Description |
|---|
Patient(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
UsCoreRace race,
UsCoreEthnicity ethnicity,
String birthsex,
List<Identifier> identifier,
Boolean active,
List<HumanName> name,
List<ContactPoint> telecom,
String gender,
String birthDate,
ChoiceBooleanDateTime deceased,
List<Address> address,
CodeableConcept maritalStatus,
ChoiceBooleanInteger multipleBirth,
List<Attachment> photo,
List<PatientContact> contact,
List<PatientCommunication> communication,
List<OrganizationPractitionerReference> generalPractitioner,
OrganizationReference managingOrganization,
List<PatientLink> link)
All-args constructor.
|
Copyright © 2020. All rights reserved.