@Unstable @Role public interface PushServerSendPatientResponse extends PushServerGetPatientIDResponse
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActionFailed_GUIDAccessDenied() |
boolean |
isActionFailed_incorrectGroup() |
boolean |
isActionFailed_IncorrectGUID() |
boolean |
isActionFailed_MissingConsent() |
boolean |
isActionFailed_UpdatesDisabled() |
getRemotePatientGUID, getRemotePatientID, getRemotePatientURLisActionFailed_isUnknownAction, isActionFailed_knownReason, isActionFailed, isClientDoesNotAcceptServerProtocolVersion, isLoginFailed_IncorrectCredentials, isLoginFailed_knownReason, isLoginFailed_TokensNotSuported, isLoginFailed_UnauthorizedServer, isLoginFailed_UserTokenExpired, isLoginFailed, isServerDoesNotAcceptClientProtocolVersion, isSuccessfulboolean isActionFailed_incorrectGroup()
true iff the group name provided in the push request is either not a valid group name or
corresponds to a group that the user provided is not a member of.boolean isActionFailed_UpdatesDisabled()
true iff GUID was provided in the push request and updating existing patients is disabled on the
server.boolean isActionFailed_IncorrectGUID()
true iff GUID provided in the push request does not correspond to an existing PhenoTips Patient
object on the remote server.boolean isActionFailed_GUIDAccessDenied()
true iff GUID was provided in the push request and the user specified in the request does not
have permissions to update the corresponding document on the remote server.boolean isActionFailed_MissingConsent()
true iff at least one consent that is required to have a patient record on the remote server is
missing. A missing consent is a consent that was not granted by the user on the local instance during
push.Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.