| Package | Description |
|---|---|
| edu.emory.bmi.aiw.i2b2export.i2b2 |
Contains classes for communicating with i2b2.
|
| 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. |
| edu.emory.bmi.aiw.i2b2export.resource |
Provides all of the Jersey resource classes for the service.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
I2b2UserAuthenticatorImpl.authenticateUser(I2b2AuthMetadata authMetadata) |
boolean |
I2b2UserAuthenticator.authenticateUser(I2b2AuthMetadata authMetadata)
Determines whether or not a user is authenticated given their authentication metadata.
|
I2b2PdoResults |
I2b2PdoRetrieverImpl.retrieve(I2b2AuthMetadata authMetadata,
Collection<I2b2Concept> concepts,
I2b2PatientSet patientSet) |
I2b2PdoResults |
I2b2PdoRetriever.retrieve(I2b2AuthMetadata authMetadata,
Collection<I2b2Concept> concepts,
I2b2PatientSet patientSet)
Attempts to retrieve PDO results from i2b2 for the given patient set.
|
| Modifier and Type | Method and Description |
|---|---|
I2b2PdoResults |
I2b2PdoResultParser.parse()
Parses the instance's XML document and returns the PDO results contained in it.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
PatientSetResource.doSend(String resultInstanceId,
String actionId) |
Copyright © 2015 Emory University. All rights reserved.