|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.wsconsent.session.impl.WsConsentServiceImpl
public class WsConsentServiceImpl
Implementation for WsConsentService.
| Constructor Summary | |
|---|---|
WsConsentServiceImpl()
|
|
| Method Summary | |
|---|---|
GetPatientConsentResponse |
getPatientConsent(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(GetPatientConsentStatusRequest request)
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 request)
Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent. |
RevokePatientConsentResponse |
revokePatientConsent(RevokePatientConsentRequest request)
Method which perform the call to the webSevice which allows an end-user to declare the revocation of an informed patient consent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsConsentServiceImpl()
| Method Detail |
|---|
public PutPatientConsentResponse putPatientConsent(PutPatientConsentRequest request)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
WsConsentService
putPatientConsent in interface WsConsentServiceWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionWsConsentService.putPatientConsent(be.fgov.ehealth.hubservices.core.v2.PutPatientConsentRequest)
public GetPatientConsentResponse getPatientConsent(GetPatientConsentRequest request)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
WsConsentService
getPatientConsent in interface WsConsentServiceWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionWsConsentService.getPatientConsent(be.fgov.ehealth.hubservices.core.v2.GetPatientConsentRequest)
public GetPatientConsentStatusResponse getPatientConsentStatus(GetPatientConsentStatusRequest request)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
WsConsentService
getPatientConsentStatus in interface WsConsentServiceWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionWsConsentService.getPatientConsentStatus(be.fgov.ehealth.hubservices.core.v2.GetPatientConsentStatusRequest)
public RevokePatientConsentResponse revokePatientConsent(RevokePatientConsentRequest request)
throws WsConsentBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
WsConsentService
revokePatientConsent in interface WsConsentServiceWsConsentBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionWsConsentService.revokePatientConsent(be.fgov.ehealth.hubservices.core.v2.RevokePatientConsentRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||