| Package | Description |
|---|---|
| edu.emory.bmi.aiw.i2b2export.comm |
Consists of communication classes between this service and a client.
|
| edu.emory.bmi.aiw.i2b2export.i2b2 |
Contains classes for communicating with i2b2.
|
| Modifier and Type | Method and Description |
|---|---|
I2b2AuthMetadata |
SendPatientSetRequest.getAuthMetadata()
Gets the i2b2 authentication metadata of the user making the request.
|
I2b2AuthMetadata |
LoadRequest.getAuthMetadata()
Gets the i2b2 authentication metadata of the user making the request.
|
I2b2AuthMetadata |
DeleteRequest.getAuthMetadata()
Gets the i2b2 authentication metadata of the user making the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendPatientSetRequest.setAuthMetadata(I2b2AuthMetadata authMetadata)
Sets the i2b2 authentication metadata of the user making the request.
|
void |
LoadRequest.setAuthMetadata(I2b2AuthMetadata authMetadata)
Sets the i2b2 authentication metadata of the user making the request.
|
void |
DeleteRequest.setAuthMetadata(I2b2AuthMetadata authMetadata)
Sets the i2b2 authentication metadata of the user making the request.
|
| 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.
|
Copyright © 2015 Emory University. All rights reserved.