| Package | Description |
|---|---|
| org.phenotips.data.push | |
| org.phenotips.data.push.script |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushServerSendPatientResponse
API that allows pushing patient data to a remote PhenoTips instance.
|
| Modifier and Type | Method and Description |
|---|---|
PushServerGetPatientIDResponse |
PushPatientService.getPatientURL(String remoteServerIdentifier,
String remotePatientGUID) |
PushServerGetPatientIDResponse |
PushPatientService.getPatientURL(String remoteServerIdentifier,
String remotePatientGUID,
String remoteUserName,
String password) |
PushServerGetPatientIDResponse |
PushPatientData.getPatientURL(String remoteServerIdentifier,
String remoteGUID,
String userName,
String password,
String userToken)
Gets the remote patient ID and URL for viewing the remote patient.
|
| Modifier and Type | Method and Description |
|---|---|
PushServerGetPatientIDResponse |
PushPatientScriptService.getPatientURL(String remoteServerIdentifier,
String remotePatientGUID) |
PushServerGetPatientIDResponse |
PushPatientScriptService.getPatientURL(String remoteServerIdentifier,
String remotePatientGUID,
String remoteUserName,
String password) |
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.