| Package | Description |
|---|---|
| org.phenotips.data.push | |
| org.phenotips.data.push.script |
| Modifier and Type | Method and Description |
|---|---|
PushServerSendPatientResponse |
PushPatientData.sendPatient(Patient patient,
Set<String> exportFields,
org.json.JSONObject patientState,
String groupName,
String remoteGUID,
String remoteServerIdentifier,
String userName,
String password,
String user_token)
Submits the specified subset of patient data to the specified remote server.
|
PushServerSendPatientResponse |
PushPatientService.sendPatient(String patientID,
String exportFieldListJSON,
String patientState,
String groupName,
String remoteGUID,
String remoteServerIdentifier)
Same as above, but uses the previously stored remote user name and login token to authenticate on the remote
server.
|
PushServerSendPatientResponse |
PushPatientService.sendPatient(String patientID,
String exportFieldListJSON,
String patientState,
String groupName,
String remoteGUID,
String remoteServerIdentifier,
String remoteUserName,
String password)
Submits the specified subset of patient data to the specified remote server.
|
| Modifier and Type | Method and Description |
|---|---|
PushServerSendPatientResponse |
PushPatientScriptService.sendPatient(String patientID,
String exportFieldListJSON,
String patientState,
String groupName,
String remoteGUID,
String remoteServerIdentifier) |
PushServerSendPatientResponse |
PushPatientScriptService.sendPatient(String patientID,
String exportFieldListJSON,
String patientState,
String groupName,
String remoteGUID,
String remoteServerIdentifier,
String remoteUserName,
String password) |
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.