| Package | Description |
|---|---|
| org.phenotips.data.push | |
| org.phenotips.data.push.script |
| Modifier and Type | Method and Description |
|---|---|
PushServerConfigurationResponse |
PushPatientService.getRemoteConfiguration(String remoteServerIdentifier)
Same as above, but uses the previously stored remote user name and login token to authenticate on the remote
server.
|
PushServerConfigurationResponse |
PushPatientService.getRemoteConfiguration(String remoteServerIdentifier,
String remoteUserName,
String password,
boolean saveUserToken)
Retrieves the list of patient fields accepted by the remote server as well as the list of groups the given remote
user is a member of on the remote server.
|
PushServerConfigurationResponse |
PushPatientData.getRemoteConfiguration(String remoteServerIdentifier,
String userName,
String password,
String user_token)
Retrieves the list of patient fields accepted by the remote server as well as the list of groups the given remote
user is a member of on the remote server.
|
| Modifier and Type | Method and Description |
|---|---|
PushServerConfigurationResponse |
PushPatientScriptService.getRemoteConfiguration(String remoteServerIdentifier) |
PushServerConfigurationResponse |
PushPatientScriptService.getRemoteConfiguration(String remoteServerIdentifier,
String remoteUserName,
String password,
boolean saveUserToken) |
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.