| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
HumanName.Builder |
HumanName.Builder.clearFamily()
Clears the value of the 'family' field.
|
HumanName.Builder |
HumanName.Builder.clearGiven()
Clears the value of the 'given' field.
|
HumanName.Builder |
HumanName.Builder.clearId()
Clears the value of the 'id' field.
|
HumanName.Builder |
HumanName.Builder.clearPeriod()
Clears the value of the 'period' field.
|
HumanName.Builder |
HumanName.Builder.clearPrefix()
Clears the value of the 'prefix' field.
|
HumanName.Builder |
HumanName.Builder.clearSuffix()
Clears the value of the 'suffix' field.
|
HumanName.Builder |
HumanName.Builder.clearText()
Clears the value of the 'text' field.
|
HumanName.Builder |
HumanName.Builder.clearUse()
Clears the value of the 'use' field.
|
HumanName.Builder |
PatientContact.Builder.getNameBuilder()
Gets the Builder instance for the 'name' field and creates one if it doesn't exist yet.
|
static HumanName.Builder |
HumanName.newBuilder()
Creates a new HumanName RecordBuilder.
|
static HumanName.Builder |
HumanName.newBuilder(HumanName.Builder other)
Creates a new HumanName RecordBuilder by copying an existing Builder.
|
static HumanName.Builder |
HumanName.newBuilder(HumanName other)
Creates a new HumanName RecordBuilder by copying an existing HumanName instance.
|
HumanName.Builder |
HumanName.Builder.setFamily(String value)
Sets the value of the 'family' field.
|
HumanName.Builder |
HumanName.Builder.setGiven(List<String> value)
Sets the value of the 'given' field.
|
HumanName.Builder |
HumanName.Builder.setId(String value)
Sets the value of the 'id' field.
|
HumanName.Builder |
HumanName.Builder.setPeriod(Period value)
Sets the value of the 'period' field.
|
HumanName.Builder |
HumanName.Builder.setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
HumanName.Builder |
HumanName.Builder.setPrefix(List<String> value)
Sets the value of the 'prefix' field.
|
HumanName.Builder |
HumanName.Builder.setSuffix(List<String> value)
Sets the value of the 'suffix' field.
|
HumanName.Builder |
HumanName.Builder.setText(String value)
Sets the value of the 'text' field.
|
HumanName.Builder |
HumanName.Builder.setUse(String value)
Sets the value of the 'use' field.
|
| Modifier and Type | Method and Description |
|---|---|
static HumanName.Builder |
HumanName.newBuilder(HumanName.Builder other)
Creates a new HumanName RecordBuilder by copying an existing Builder.
|
PatientContact.Builder |
PatientContact.Builder.setNameBuilder(HumanName.Builder value)
Sets the Builder instance for the 'name' field
Field for FHIR property name
|
| Modifier and Type | Method and Description |
|---|---|
HumanName.Builder |
PatientContact.Builder.getNameBuilder()
Gets the Builder instance for the 'name' field and creates one if it doesn't exist yet.
|
| Modifier and Type | Method and Description |
|---|---|
PatientContact.Builder |
PatientContact.Builder.setNameBuilder(HumanName.Builder value)
Sets the Builder instance for the 'name' field
Field for FHIR property name
|
Copyright © 2020. All rights reserved.