public interface WsConsentService
WsConsentService
Factory : ServiceFactory
Modifier and Type | Method and Description |
---|---|
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.
|
PutPatientConsentResponse putPatientConsent(SAMLToken token, PutPatientConsentRequest putPatientConsentRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
token
- the tokenputPatientConsentRequest
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetPatientConsentResponse getPatientConsent(SAMLToken token, GetPatientConsentRequest getPatientConsentRequestType) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
token
- the tokengetPatientConsentRequestType
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetPatientConsentStatusResponse getPatientConsentStatus(SAMLToken token, GetPatientConsentStatusRequest getPatientConsentStatusRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
token
- the tokengetPatientConsentStatusRequest
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
RevokePatientConsentResponse revokePatientConsent(SAMLToken token, RevokePatientConsentRequest revokePatientConsentRequestType) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
token
- revokePatientConsentRequestType
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.