| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
PatientContact.Builder |
PatientContact.Builder.clearAddress()
Clears the value of the 'address' field.
|
PatientContact.Builder |
PatientContact.Builder.clearGender()
Clears the value of the 'gender' field.
|
PatientContact.Builder |
PatientContact.Builder.clearId()
Clears the value of the 'id' field.
|
PatientContact.Builder |
PatientContact.Builder.clearName()
Clears the value of the 'name' field.
|
PatientContact.Builder |
PatientContact.Builder.clearOrganization()
Clears the value of the 'organization' field.
|
PatientContact.Builder |
PatientContact.Builder.clearPeriod()
Clears the value of the 'period' field.
|
PatientContact.Builder |
PatientContact.Builder.clearRelationship()
Clears the value of the 'relationship' field.
|
PatientContact.Builder |
PatientContact.Builder.clearTelecom()
Clears the value of the 'telecom' field.
|
static PatientContact.Builder |
PatientContact.newBuilder()
Creates a new PatientContact RecordBuilder.
|
static PatientContact.Builder |
PatientContact.newBuilder(PatientContact.Builder other)
Creates a new PatientContact RecordBuilder by copying an existing Builder.
|
static PatientContact.Builder |
PatientContact.newBuilder(PatientContact other)
Creates a new PatientContact RecordBuilder by copying an existing PatientContact instance.
|
PatientContact.Builder |
PatientContact.Builder.setAddress(Address value)
Sets the value of the 'address' field.
|
PatientContact.Builder |
PatientContact.Builder.setAddressBuilder(Address.Builder value)
Sets the Builder instance for the 'address' field
Field for FHIR property address
|
PatientContact.Builder |
PatientContact.Builder.setGender(String value)
Sets the value of the 'gender' field.
|
PatientContact.Builder |
PatientContact.Builder.setId(String value)
Sets the value of the 'id' field.
|
PatientContact.Builder |
PatientContact.Builder.setName(HumanName value)
Sets the value of the 'name' field.
|
PatientContact.Builder |
PatientContact.Builder.setNameBuilder(HumanName.Builder value)
Sets the Builder instance for the 'name' field
Field for FHIR property name
|
PatientContact.Builder |
PatientContact.Builder.setOrganization(OrganizationReference value)
Sets the value of the 'organization' field.
|
PatientContact.Builder |
PatientContact.Builder.setOrganizationBuilder(OrganizationReference.Builder value)
Sets the Builder instance for the 'organization' field
Field for FHIR property organization
|
PatientContact.Builder |
PatientContact.Builder.setPeriod(Period value)
Sets the value of the 'period' field.
|
PatientContact.Builder |
PatientContact.Builder.setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
PatientContact.Builder |
PatientContact.Builder.setRelationship(List<CodeableConcept> value)
Sets the value of the 'relationship' field.
|
PatientContact.Builder |
PatientContact.Builder.setTelecom(List<ContactPoint> value)
Sets the value of the 'telecom' field.
|
| Modifier and Type | Method and Description |
|---|---|
static PatientContact.Builder |
PatientContact.newBuilder(PatientContact.Builder other)
Creates a new PatientContact RecordBuilder by copying an existing Builder.
|
Copyright © 2020. All rights reserved.