|
||||||||||
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’). |
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
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 |