| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.Builder.build() |
static Address |
Address.fromByteBuffer(ByteBuffer b)
Deserializes a Address from a ByteBuffer.
|
Address |
ChoiceAddressCodeableConceptLocationReference.getAddress()
Gets the value of the 'address' field.
|
Address |
ChoiceAddressCodeableConceptLocationReference.Builder.getAddress()
Gets the value of the 'address' field.
|
Address |
PatientContact.getAddress()
Gets the value of the 'address' field.
|
Address |
PatientContact.Builder.getAddress()
Gets the value of the 'address' field.
|
Address |
ChoiceAddressLocationReference.getAddress()
Gets the value of the 'address' field.
|
Address |
ChoiceAddressLocationReference.Builder.getAddress()
Gets the value of the 'address' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Address> |
Address.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<Address> |
Patient.getAddress()
Gets the value of the 'address' field.
|
List<Address> |
Patient.Builder.getAddress()
Gets the value of the 'address' field.
|
static org.apache.avro.message.BinaryMessageDecoder<Address> |
Address.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Address.Builder |
Address.newBuilder(Address other)
Creates a new Address RecordBuilder by copying an existing Address instance.
|
void |
ChoiceAddressCodeableConceptLocationReference.setAddress(Address value)
Sets the value of the 'address' field.
|
ChoiceAddressCodeableConceptLocationReference.Builder |
ChoiceAddressCodeableConceptLocationReference.Builder.setAddress(Address value)
Sets the value of the 'address' field.
|
void |
PatientContact.setAddress(Address value)
Sets the value of the 'address' field.
|
PatientContact.Builder |
PatientContact.Builder.setAddress(Address value)
Sets the value of the 'address' field.
|
void |
ChoiceAddressLocationReference.setAddress(Address value)
Sets the value of the 'address' field.
|
ChoiceAddressLocationReference.Builder |
ChoiceAddressLocationReference.Builder.setAddress(Address value)
Sets the value of the 'address' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setAddress(List<Address> value)
Sets the value of the 'address' field.
|
Patient.Builder |
Patient.Builder.setAddress(List<Address> value)
Sets the value of the 'address' field.
|
| Constructor and Description |
|---|
ChoiceAddressCodeableConceptLocationReference(CodeableConcept codeableConcept,
Address address,
LocationReference reference)
All-args constructor.
|
ChoiceAddressLocationReference(Address address,
LocationReference reference)
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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
PatientContact.getAddress()
Gets the value of the 'address' field.
|
Address |
PatientContact.Builder.getAddress()
Gets the value of the 'address' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Patient.getAddress()
Gets the value of the 'address' field.
|
List<Address> |
Patient.Builder.getAddress()
Gets the value of the 'address' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatientContact.setAddress(Address value)
Sets the value of the 'address' field.
|
PatientContact.Builder |
PatientContact.Builder.setAddress(Address value)
Sets the value of the 'address' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.setAddress(List<Address> value)
Sets the value of the 'address' field.
|
Patient.Builder |
Patient.Builder.setAddress(List<Address> value)
Sets the value of the 'address' field.
|
| Constructor and Description |
|---|
PatientContact(String id,
List<CodeableConcept> relationship,
HumanName name,
List<ContactPoint> telecom,
Address address,
String gender,
OrganizationReference organization,
Period period)
All-args constructor.
|
| 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.