| 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 |
|---|---|
Observer |
Observer.Builder.build()
Builds and returns the observer.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Observer> |
I2b2PdoResults.getObservers()
Gets the observers from these PDO results.
|
| 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.