| 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 |
|---|---|
Event.Builder |
Event.Builder.activeStatus(String activeStatus)
Sets the active status property of the event being built.
|
Event.Builder |
Event.Builder.endDate(Date endDate)
Sets the end date of the event being built.
|
Event.Builder |
Event.Builder.inOut(String inOut)
Sets the in-out property of the event being built.
|
Event.Builder |
Event.Builder.location(String location)
Sets the location of the event being built.
|
Event.Builder |
Event.Builder.startDate(Date startDate)
Sets the start date of the event being built.
|
Copyright © 2015 Emory University. All rights reserved.