| 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 |
Patient.Builder.build()
Builds and returns the patient.
|
Patient |
Event.getPatient()
Gets the patient who had this event.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Patient> |
I2b2PdoResults.getPatients()
Gets the patients from these PDO results.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Patient.compareTo(Patient other) |
| Constructor and Description |
|---|
Builder(String eventId,
Patient patient)
Default constructor.
|
| Constructor and Description |
|---|
I2b2PdoResults(Collection<Patient> patients,
Collection<Event> events,
Collection<Observer> observers,
Collection<Observation> observations)
Default constructor.
|
Copyright © 2015 Emory University. All rights reserved.