|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WsConsentService
WsConsentService interface. Default impl : WsConsentService Factory : ServiceFactory
| Method Summary | |
|---|---|
GetPatientConsentResponse |
getPatientConsent(SAMLToken token,
GetPatientConsentRequest getPatientConsentRequestType)
Method which perform the call to the webSevice which allows an end-user to check the existence of an informed patient consent (and to get the information about this consent – ‘active’ or ‘inactive’). |
GetPatientConsentStatusResponse |
getPatientConsentStatus(SAMLToken token,
GetPatientConsentStatusRequest getPatientConsentStatusRequest)
Method which performs the call to the webService which allows an end-user to check the status of and informed patient consent |
PutPatientConsentResponse |
putPatientConsent(SAMLToken token,
PutPatientConsentRequest putPatientConsentRequest)
Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent. |
RevokePatientConsentResponse |
revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest revokePatientConsentRequestType)
Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent. |
| Method Detail |
|---|
PutPatientConsentResponse putPatientConsent(SAMLToken token,
PutPatientConsentRequest putPatientConsentRequest)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
token - the tokenputPatientConsentRequest - object
WsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetPatientConsentResponse getPatientConsent(SAMLToken token,
GetPatientConsentRequest getPatientConsentRequestType)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
token - the tokengetPatientConsentRequestType - object
WsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetPatientConsentStatusResponse getPatientConsentStatus(SAMLToken token,
GetPatientConsentStatusRequest getPatientConsentStatusRequest)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
token - the tokengetPatientConsentStatusRequest - object
WsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
RevokePatientConsentResponse revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest revokePatientConsentRequestType)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
token - revokePatientConsentRequestType - object
WsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||