| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
PatientContact |
PatientContact.Builder.build() |
static PatientContact |
PatientContact.fromByteBuffer(ByteBuffer b)
Deserializes a PatientContact from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PatientContact> |
PatientContact.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<PatientContact> |
Patient.getContact()
Gets the value of the 'contact' field.
|
List<PatientContact> |
Patient.Builder.getContact()
Gets the value of the 'contact' field.
|
static org.apache.avro.message.BinaryMessageDecoder<PatientContact> |
PatientContact.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static PatientContact.Builder |
PatientContact.newBuilder(PatientContact other)
Creates a new PatientContact RecordBuilder by copying an existing PatientContact instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setContact(List<PatientContact> value)
Sets the value of the 'contact' field.
|
Patient.Builder |
Patient.Builder.setContact(List<PatientContact> value)
Sets the value of the 'contact' field.
|
| Constructor and Description |
|---|
Patient(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
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,
PatientAnimal animal,
List<PatientCommunication> communication,
List<OrganizationPractitionerReference> generalPractitioner,
OrganizationReference managingOrganization,
List<PatientLink> link)
All-args constructor.
|
Copyright © 2020. All rights reserved.