| Package | Description |
|---|---|
| org.eurekaclinical.i2b2.client.pdo |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.Builder.build()
Builds and returns the event
|
Event |
Observation.getEvent()
Gets the event this observation was recorded at.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
Patient.getEvents()
Gets the list of events for this patient.
|
Collection<Event> |
I2b2PdoResults.getEvents()
Gets the events from these PDO results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patient.addEvent(Event e)
Adds an event to the patient's list of events.
|
int |
Event.compareTo(Event other) |
| Constructor and Description |
|---|
Builder(Event event)
Default constructor.
|
| Constructor and Description |
|---|
I2b2PdoResults(Collection<Patient> patients,
Collection<Event> events,
Collection<Observer> observers,
Collection<Observation> observations)
Default constructor.
|
Copyright © 2016–2017 Emory University. All rights reserved.