| Package | Description |
|---|---|
| org.eurekaclinical.i2b2.client.pdo |
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.Builder.build()
Builds and returns the patient.
|
Patient |
Event.getPatient()
Gets the patient who had this event.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Patient> |
I2b2PdoResults.getPatients()
Gets the patients from these PDO results.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Patient.compareTo(Patient other) |
| Constructor and Description |
|---|
Builder(String eventId,
Patient patient)
Default constructor.
|
| Constructor and Description |
|---|
I2b2PdoResults(Collection<Patient> patients,
Collection<Event> events,
Collection<Observer> observers,
Collection<Observation> observations)
Default constructor.
|
Copyright © 2016 Emory University. All rights reserved.