| Package | Description |
|---|---|
| edu.emory.bmi.aiw.i2b2export.i2b2.pdo |
Consists of classes that represent objects in i2b2's Patient Data Object model, including
Patient, Event,
Observer, and Observation. |
| 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 © 2015 Emory University. All rights reserved.