public class WsConsentServiceImpl extends Object implements WsConsentService, ConfigurationModuleBootstrap.ModuleBootstrapHook
WsConsentService
.Constructor and Description |
---|
WsConsentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
bootstrap() |
GetPatientConsentResponse |
getPatientConsent(SAMLToken token,
GetPatientConsentRequest request)
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 request)
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 request)
Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent.
|
RevokePatientConsentResponse |
revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest request)
Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent.
|
public PutPatientConsentResponse putPatientConsent(SAMLToken token, PutPatientConsentRequest request) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
WsConsentService
putPatientConsent
in interface WsConsentService
token
- the tokenrequest
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
WsConsentService.putPatientConsent(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.hubservices.core.v2.PutPatientConsentRequest)
public GetPatientConsentResponse getPatientConsent(SAMLToken token, GetPatientConsentRequest request) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
WsConsentService
getPatientConsent
in interface WsConsentService
token
- the tokenrequest
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
be.ehealth.businessconnector.wsconsent.service.WsConsentService#GetPatientConsent(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.hubservices.core.v2.GetPatientConsentRequest)
public GetPatientConsentStatusResponse getPatientConsentStatus(SAMLToken token, GetPatientConsentStatusRequest request) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
WsConsentService
getPatientConsentStatus
in interface WsConsentService
token
- the tokenrequest
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
be.ehealth.businessconnector.wsconsent.service.WsConsentService#GetPatientConsentStatus(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.hubservices.core.v2.GetPatientConsentStatusRequest)
public RevokePatientConsentResponse revokePatientConsent(SAMLToken token, RevokePatientConsentRequest request) throws WsConsentBusinessConnectorException, TechnicalConnectorException, SessionManagementException
WsConsentService
revokePatientConsent
in interface WsConsentService
request
- objectWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementException
be.ehealth.businessconnector.wsconsent.service.WsConsentService#RevokePatientConsent(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.hubservices.core.v2.RevokePatientConsentRequest)
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.