| Package | Description |
|---|---|
| org.eurekaclinical.i2b2.client.pdo |
| Modifier and Type | Method and Description |
|---|---|
Patient.Builder |
Patient.Builder.ageInYears(String ageInYears)
Sets the age in years of the patient being built.
|
Patient.Builder |
Patient.Builder.birthDate(String birthDate)
Sets the birth date of the patient being built.
|
Patient.Builder |
Patient.Builder.language(String language)
Sets the language of the patient being built.
|
Patient.Builder |
Patient.Builder.maritalStatus(String maritalStatus)
Sets the marital status of the patient being built.
|
Patient.Builder |
Patient.Builder.race(String race)
Sets the race of the patient being built.
|
Patient.Builder |
Patient.Builder.religion(String religion)
Sets the religion of the patient being built.
|
Patient.Builder |
Patient.Builder.sex(String sex)
Sets the sex of the patient being built.
|
Patient.Builder |
Patient.Builder.stateCityZip(String stateCityZip)
Sets the state, city, and zip code of the patient being built.
|
Patient.Builder |
Patient.Builder.vitalStatus(String vitalStatus)
Sets the vital status of the patient being built.
|
Patient.Builder |
Patient.Builder.zipCode(String zipCode)
Sets the zip code of the patient being built.
|
Copyright © 2016 Emory University. All rights reserved.