public class I2b2PdoResults extends Object
| Constructor and Description |
|---|
I2b2PdoResults(Collection<Patient> patients,
Collection<Event> events,
Collection<Observer> observers,
Collection<Observation> observations)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Event> |
getEvents()
Gets the events from these PDO results.
|
Collection<Observation> |
getObservations()
Gets the observations from these PDO results.
|
Collection<Observer> |
getObservers()
Gets the observers from these PDO results.
|
Collection<Patient> |
getPatients()
Gets the patients from these PDO results.
|
public I2b2PdoResults(Collection<Patient> patients, Collection<Event> events, Collection<Observer> observers, Collection<Observation> observations)
patients - the patientsevents - the eventsobservers - the observersobservations - the observationspublic Collection<Patient> getPatients()
Patientspublic Collection<Event> getEvents()
Eventspublic Collection<Observer> getObservers()
Observerspublic Collection<Observation> getObservations()
ObservationsCopyright © 2016–2017 Emory University. All rights reserved.