public interface WsConsentService
WsConsentServiceImpl Factory :
WsConsentSessionServiceFactory| Modifier and Type | Method and Description |
|---|---|
GetPatientConsentResponse |
getPatientConsent(GetPatientConsentRequest getPatientConsentRequest)
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(GetPatientConsentStatusRequest getPatientConsentStatusRequest)
Method which perform the call to the webSevice which allows an end-user to check the status of an informed patient consent
|
PutPatientConsentResponse |
putPatientConsent(PutPatientConsentRequest putPatientConsentRequest)
Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent.
|
RevokePatientConsentResponse |
revokePatientConsent(RevokePatientConsentRequest revokePatientConsentRequest)
Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent.
|
PutPatientConsentResponse putPatientConsent(PutPatientConsentRequest putPatientConsentRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
putPatientConsentRequest - WsConsentBusinessConnectorExceptionTechnicalConnectorExceptionSessionManagementExceptionGetPatientConsentResponse getPatientConsent(GetPatientConsentRequest getPatientConsentRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
getPatientConsentRequest - WsConsentBusinessConnectorExceptionTechnicalConnectorExceptionSessionManagementExceptionGetPatientConsentStatusResponse getPatientConsentStatus(GetPatientConsentStatusRequest getPatientConsentStatusRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
getPatientConsentStatusRequest - WsConsentBusinessConnectorExceptionTechnicalConnectorExceptionSessionManagementExceptionRevokePatientConsentResponse revokePatientConsent(RevokePatientConsentRequest revokePatientConsentRequest) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
revokePatientConsentRequest - WsConsentBusinessConnectorExceptionTechnicalConnectorExceptionSessionManagementException
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.