Uses of Class
be.ehealth.businessconnector.wsconsent.exception.WsConsentBusinessConnectorException

Packages that use WsConsentBusinessConnectorException
be.ehealth.businessconnector.wsconsent.builders   
be.ehealth.businessconnector.wsconsent.builders.impl   
be.ehealth.businessconnector.wsconsent.service   
be.ehealth.businessconnector.wsconsent.service.impl   
be.ehealth.businessconnector.wsconsent.session   
be.ehealth.businessconnector.wsconsent.session.impl   
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.builders
 

Methods in be.ehealth.businessconnector.wsconsent.builders that throw WsConsentBusinessConnectorException
 AuthorWithPatientType AuthorBuilder.createAuthor()
          Method which create AuthorWithPatientType object.
 GetPatientConsentRequest RequestObjectBuilder.createGetRequest(AuthorWithPatientType author, SelectGetPatientConsentType consentType)
          Method 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’).
 ConsentType ConsentBuilder.createNewConsent(PatientIdType patient, List<CDCONSENT> consent, org.joda.time.DateTime signdate, AuthorWithPatientType author)
          Method which create a consent type to create a new consent.
 PutPatientConsentRequest RequestObjectBuilder.createPutRequest(AuthorWithPatientType author, ConsentType consentType)
          Method which allows an end-user to declare an informed patient consent.
 RevokePatientConsentRequest RequestObjectBuilder.createRevokeRequest(AuthorWithPatientType author, ConsentType existingConsentType)
          Method which allows an end-user to declare the revocation of an informed patient consent.
 SelectGetPatientConsentType ConsentBuilder.createSelectGetPatientConsent(PatientIdType patient, List<CDCONSENT> consentType)
          Method which create SelectGetPatientConsentType based on patient and consentType.
static AuthorBuilder RequestObjectBuilderFactory.getAuthorBuilder()
          Retrieve an instance of AuthorBuilder implementation.
static ConsentBuilder RequestObjectBuilderFactory.getConsentBuilder()
          Retrieve an instance of ConsentBuilder implementation.
static HcPartyInfoBuilder RequestObjectBuilderFactory.getHcPartyInfoBuilder()
          Retrieve an instance of HcPartyInfoBuilder implementation.
static RequestObjectBuilder RequestObjectBuilderFactory.getRequestObjectBuilder()
          getRequestObjectBuilder constructor which create RequestObjectBuilder object.
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.builders.impl
 

Methods in be.ehealth.businessconnector.wsconsent.builders.impl that throw WsConsentBusinessConnectorException
 AuthorWithPatientType AuthorBuilderImpl.createAuthor()
           
 GetPatientConsentRequest RequestObjectBuilderImpl.createGetRequest(AuthorWithPatientType author, SelectGetPatientConsentType consent)
           
 ConsentType ConsentBuilderImpl.createNewConsent(PatientIdType patient, List<CDCONSENT> consent, org.joda.time.DateTime signdate, AuthorWithPatientType author)
           
 PutPatientConsentRequest RequestObjectBuilderImpl.createPutRequest(AuthorWithPatientType author, ConsentType consent)
           
 RevokePatientConsentRequest RequestObjectBuilderImpl.createRevokeRequest(AuthorWithPatientType author, ConsentType consent)
           
 SelectGetPatientConsentType ConsentBuilderImpl.createSelectGetPatientConsent(PatientIdType patient, List<CDCONSENT> consent)
           
 

Constructors in be.ehealth.businessconnector.wsconsent.builders.impl that throw WsConsentBusinessConnectorException
RequestObjectBuilderImpl()
          Constructor.
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.service
 

Methods in be.ehealth.businessconnector.wsconsent.service that throw WsConsentBusinessConnectorException
 GetPatientConsentResponse WsConsentService.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 WsConsentService.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 WsConsentService.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.
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.service.impl
 

Methods in be.ehealth.businessconnector.wsconsent.service.impl that throw WsConsentBusinessConnectorException
 GetPatientConsentResponse WsConsentServiceImpl.getPatientConsent(SAMLToken token, GetPatientConsentRequest request)
           
 PutPatientConsentResponse WsConsentServiceImpl.putPatientConsent(SAMLToken token, PutPatientConsentRequest request)
           
 RevokePatientConsentResponse WsConsentServiceImpl.revokePatientConsent(SAMLToken token, RevokePatientConsentRequest request)
           
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.session
 

Methods in be.ehealth.businessconnector.wsconsent.session that throw WsConsentBusinessConnectorException
<T> T
WsConsentServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 GetPatientConsentResponse WsConsentService.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’).
 PutPatientConsentResponse WsConsentService.putPatientConsent(PutPatientConsentRequest putPatientConsentRequest)
          Method which perform the call to the webSevice which allows an end-user to declare an informed patient consent.
 RevokePatientConsentResponse WsConsentService.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.
 

Uses of WsConsentBusinessConnectorException in be.ehealth.businessconnector.wsconsent.session.impl
 

Methods in be.ehealth.businessconnector.wsconsent.session.impl that throw WsConsentBusinessConnectorException
 GetPatientConsentResponse WsConsentServiceImpl.getPatientConsent(GetPatientConsentRequest request)
           
 PutPatientConsentResponse WsConsentServiceImpl.putPatientConsent(PutPatientConsentRequest request)
           
 RevokePatientConsentResponse WsConsentServiceImpl.revokePatientConsent(RevokePatientConsentRequest request)
           
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.