@Unstable @Role public interface PushServerGetPatientIDResponse extends PushServerResponse
| Modifier and Type | Method and Description |
|---|---|
String |
getRemotePatientGUID()
GUID of the remote patient object, which can be used to update remote patient data or to get the current remote
patient URL.
|
String |
getRemotePatientID()
Current remote URL of the patient created or patient updated.
|
String |
getRemotePatientURL()
Current remote URL of the patient created or patient updated.
|
isActionFailed_isUnknownAction, isActionFailed_knownReason, isActionFailed, isClientDoesNotAcceptServerProtocolVersion, isLoginFailed_IncorrectCredentials, isLoginFailed_knownReason, isLoginFailed_TokensNotSuported, isLoginFailed_UnauthorizedServer, isLoginFailed_UserTokenExpired, isLoginFailed, isServerDoesNotAcceptClientProtocolVersion, isSuccessfulString getRemotePatientGUID()
String, remote GUID; null if the response did not include this information (e.g. in case
of a failure)String getRemotePatientURL()
String, URL of the patient on the remote server; null if the response did not include
this information (e.g. in case of a failure)String getRemotePatientID()
String, URL of the patient on the remote server; null if the response did not include
this information (e.g. in case of a failure)Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.