public interface I2b2Client extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
I2b2PdoResults |
retrievePdo(Collection<I2b2Concept> concepts,
I2b2PatientSet patientSet) |
void |
setRole(String username,
String projectId,
String role) |
void |
setUser(String username,
String password,
String fullName,
String email,
boolean admin) |
I2b2PdoResults retrievePdo(Collection<I2b2Concept> concepts, I2b2PatientSet patientSet) throws I2b2PdoRetrieverException
I2b2PdoRetrieverExceptionvoid setRole(String username, String projectId, String role) throws I2b2RoleSetterException
I2b2RoleSetterExceptionvoid setUser(String username, String password, String fullName, String email, boolean admin) throws I2b2UserSetterException
I2b2UserSetterExceptionvoid close()
throws I2b2ClientCloseException
close in interface AutoCloseableI2b2ClientCloseExceptionCopyright © 2016–2019 Emory University. All rights reserved.