| 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 |
|---|---|
Observation |
Observation.Builder.build()
Builds and returns the observation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Observation> |
Observer.getObservations()
Gets the set of observations observed by this observer.
|
Collection<Observation> |
I2b2PdoResults.getObservations()
Gets the observations from these PDO results.
|
List<Observation> |
Event.getObservations()
Gets the list of i2b2 observations associated with this event
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observer.addObservation(Observation observation)
Adds an observation to this observer's set of observations.
|
void |
Event.addObservation(Observation o)
Adds an observation to this event's list of associated observations.
|
| 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.