| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
ContactPoint.Builder.build() |
static ContactPoint |
ContactPoint.fromByteBuffer(ByteBuffer b)
Deserializes a ContactPoint from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ContactPoint> |
ContactPoint.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<ContactPoint> |
ContactPoint.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ContactPoint> |
PatientContact.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
PatientContact.Builder.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
Patient.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
Patient.Builder.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
ContactDetail.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
ContactDetail.Builder.getTelecom()
Gets the value of the 'telecom' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactPoint.Builder |
ContactPoint.newBuilder(ContactPoint other)
Creates a new ContactPoint RecordBuilder by copying an existing ContactPoint instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientContact.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
PatientContact.Builder |
PatientContact.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
void |
Patient.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
Patient.Builder |
Patient.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
void |
ContactDetail.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
ContactDetail.Builder |
ContactDetail.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
| Constructor and Description |
|---|
ContactDetail(String id,
String name,
List<ContactPoint> telecom)
All-args constructor.
|
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.
|
PatientContact(String id,
List<CodeableConcept> relationship,
HumanName name,
List<ContactPoint> telecom,
Address address,
String gender,
OrganizationReference organization,
Period period)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactPoint> |
PatientContact.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
PatientContact.Builder.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
Patient.getTelecom()
Gets the value of the 'telecom' field.
|
List<ContactPoint> |
Patient.Builder.getTelecom()
Gets the value of the 'telecom' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientContact.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
PatientContact.Builder |
PatientContact.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
void |
Patient.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
Patient.Builder |
Patient.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' 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.
|
PatientContact(String id,
List<CodeableConcept> relationship,
HumanName name,
List<ContactPoint> telecom,
Address address,
String gender,
OrganizationReference organization,
Period period)
All-args constructor.
|
Copyright © 2020. All rights reserved.