| Package | Description |
|---|---|
| org.eurekaclinical.i2b2.client.pdo |
| 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 © 2016–2019 Emory University. All rights reserved.