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
 AuthorWithPatientAndPersonType AuthorBuilder.createAuthor()
          Method which create AuthorWithPatientAndPersonType object.
 GetPatientConsentRequest RequestObjectBuilder.createGetRequest(AuthorWithPatientAndPersonType 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, AuthorWithPatientAndPersonType author)
          Method which create a consent type to create a new consent.
 PutPatientConsentRequest RequestObjectBuilder.createPutRequest(AuthorWithPatientAndPersonType author, ConsentType consentType)
          Method which allows an end-user to declare an informed patient consent.
 RevokePatientConsentRequest RequestObjectBuilder.createRevokeRequest(AuthorWithPatientAndPersonType 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
 AuthorWithPatientAndPersonType AuthorBuilderImpl.createAuthor()
           
 GetPatientConsentRequest RequestObjectBuilderImpl.createGetRequest(AuthorWithPatientAndPersonType author, SelectGetPatientConsentType consent)
           
 ConsentType ConsentBuilderImpl.createNewConsent(PatientIdType patient, List<CDCONSENT> consent, org.joda.time.DateTime signdate, AuthorWithPatientAndPersonType author)
           
 PutPatientConsentRequest RequestObjectBuilderImpl.createPutRequest(AuthorWithPatientAndPersonType author, ConsentType consent)
           
 RevokePatientConsentRequest RequestObjectBuilderImpl.createRevokeRequest(AuthorWithPatientAndPersonType 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 Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.