Uses of Class
be.ehealth.businessconnector.hub.exception.IntraHubBusinessConnectorException

Packages that use IntraHubBusinessConnectorException
be.ehealth.businessconnector.hub.exception   
be.ehealth.businessconnector.hub.security   
be.ehealth.businessconnector.hub.service   
be.ehealth.businessconnector.hub.service.impl   
be.ehealth.businessconnector.hub.session   
be.ehealth.businessconnector.hub.session.impl   
be.ehealth.businessconnector.hub.validators   
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.exception
 

Subclasses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.exception
 class KmehrBusinessConnectorException
          KmerhBusinessConnectorException contains the original list of ErrorType
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.security
 

Methods in be.ehealth.businessconnector.hub.security that throw IntraHubBusinessConnectorException
static Document FolderEncryptor.encryptFolder(Document doc, Crypto crypto)
           
 X IntrahubEncryptionUtil.handleEncryption(X request, Crypto crypto)
           
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.service
 

Methods in be.ehealth.businessconnector.hub.service that throw IntraHubBusinessConnectorException
 List<IDKMEHR> IntraHubTransactionService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
          Declare transaction.
 DeclareTransactionResponse IntraHubService.declareTransaction(SAMLToken token, DeclareTransactionRequest request)
          Declare transaction.
 GetAccessRightResponse IntraHubService.getAccessRight(SAMLToken token, GetAccessRightRequest request)
          Gets the access right.
 AccessRightListType IntraHubAccessRightService.getAccessRight(TransactionIdType transaction)
          Gets the access right.
 HCPartyAdaptedType IntraHubHCPartyService.getHCParty(HCPartyIdType hcParty)
          Gets the hC party.
 GetHCPartyResponse IntraHubService.getHCParty(SAMLToken token, GetHCPartyRequest request)
          Gets the hC party.
 ConsentHCPartyType IntraHubHCPartyService.getHCPartyConsent(HCPartyIdType hcPartyId)
          Gets the hC party consent.
 GetHCPartyConsentResponse IntraHubService.getHCPartyConsent(SAMLToken token, GetHCPartyConsentRequest request)
          Gets the hC party consent.
static GenericRequest ServiceFactory.getIntraHubPort(SAMLToken token, String soapAction)
          Gets the consultation service.
static GenericRequest ServiceFactory.getIntraHubPortWithFolderEncryption(SAMLToken token, Crypto crypto, String soapAction)
          Deprecated. Use the same function without crypto
static GenericRequest ServiceFactory.getIntraHubPortWithFolderEncryption(SAMLToken token, String soapAction)
           
 PersonType IntraHubPatientService.getPatient(PatientIdType patientId)
          Gets the patient.
 GetPatientResponse IntraHubService.getPatient(SAMLToken token, GetPatientRequest request)
          Gets the patient.
 GetPatientAuditTrailResponse IntraHubService.getPatientAuditTrail(SAMLToken token, GetPatientAuditTrailRequest request)
          Gets the patient audit trail.
 TransactionAccessListType IntraHubAccessRightService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
          Gets the patient audit trail.
 GetPatientConsentResponse IntraHubService.getPatientConsent(SAMLToken token, GetPatientConsentRequest request)
          Gets the patient consent.
 ConsentType IntraHubPatientService.getPatientConsent(SelectGetPatientConsentType patientConsent)
          Gets the patient consent.
 GetTherapeuticLinkResponse IntraHubService.getTherapeuticLink(SAMLToken token, GetTherapeuticLinkRequest request)
          Gets the therapeutic link.
 Collection<TherapeuticLinkType> IntraHubTherapeuticLinkService.getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
          Gets the therapeutic link.
 Kmehrmessage IntraHubTransactionService.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          Gets the transaction.
 GetTransactionResponse IntraHubService.getTransaction(SAMLToken token, GetTransactionRequest request)
          Gets the transaction.
 KmehrHeaderGetTransactionList IntraHubTransactionService.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          Gets the transaction list.
 GetTransactionListResponse IntraHubService.getTransactionList(SAMLToken token, GetTransactionListRequest request)
          Gets the transaction list.
 void IntraHubAccessRightService.putAccessRight(AccessRightType accessRight)
          Put access right.
 PutAccessRightResponse IntraHubService.putAccessRight(SAMLToken token, PutAccessRightRequest request)
          Put access right.
 HCPartyAdaptedType IntraHubHCPartyService.putHCParty(HCPartyAdaptedType hcParty)
          Put hc party.
 PutHCPartyResponse IntraHubService.putHCParty(SAMLToken token, PutHCPartyRequest request)
          Put hc party.
 void IntraHubHCPartyService.putHCPartyConsent(ConsentHCPartyType consent)
          Put hc party consent.
 PutHCPartyConsentResponse IntraHubService.putHCPartyConsent(SAMLToken token, PutHCPartyConsentRequest request)
          Put hc party consent.
 PersonType IntraHubPatientService.putPatient(PersonType patient)
          Put patient.
 PutPatientResponse IntraHubService.putPatient(SAMLToken token, PutPatientRequest request)
          Put patient.
 void IntraHubPatientService.putPatientConsent(ConsentType patientConsent)
          Put patient consent.
 PutPatientConsentResponse IntraHubService.putPatientConsent(SAMLToken token, PutPatientConsentRequest request)
          Put patient consent.
 PutTherapeuticLinkResponse IntraHubService.putTherapeuticLink(SAMLToken token, PutTherapeuticLinkRequest request)
          Put therapeutic link.
 void IntraHubTherapeuticLinkService.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
          Put therapeutic link.
 void IntraHubTransactionService.putTransaction(Kmehrmessage kmehrHeader)
          Put transaction.
 PutTransactionResponse IntraHubService.putTransaction(SAMLToken token, PutTransactionRequest request)
          Put transaction.
 void IntraHubTransactionService.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          Request publication.
 RequestPublicationResponse IntraHubService.requestPublication(SAMLToken token, RequestPublicationRequest request)
          Request publication.
 RevokeAccessRightResponse IntraHubService.revokeAccessRight(SAMLToken token, RevokeAccessRightRequest request)
          Revoke access right.
 void IntraHubAccessRightService.revokeAccessRight(SelectRevokeAccessRightType accessRight)
          Revoke access right.
 void IntraHubHCPartyService.revokeHCPartyConsent(ConsentHCPartyType consent)
          Revoke hc party consent.
 RevokeHCPartyConsentResponse IntraHubService.revokeHCPartyConsent(SAMLToken token, RevokeHCPartyConsentRequest request)
          Revoke hc party consent.
 void IntraHubPatientService.revokePatientConsent(ConsentType patientConsent)
          Revoke patient consent.
 RevokePatientConsentResponse IntraHubService.revokePatientConsent(SAMLToken token, RevokePatientConsentRequest request)
          Revoke patient consent.
 RevokeTherapeuticLinkResponse IntraHubService.revokeTherapeuticLink(SAMLToken token, RevokeTherapeuticLinkRequest request)
          Revoke therapeutic link.
 void IntraHubTherapeuticLinkService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
          Revoke therapeutic link.
 void IntraHubTransactionService.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
          Revoke transaction.
 RevokeTransactionResponse IntraHubService.revokeTransaction(SAMLToken token, RevokeTransactionRequest request)
          Revoke transaction.
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.service.impl
 

Methods in be.ehealth.businessconnector.hub.service.impl that throw IntraHubBusinessConnectorException
 List<IDKMEHR> IntraHubTransactionServiceImpl.declareTransaction(KmehrHeaderDeclareTransaction input)
           
 DeclareTransactionResponse IntraHubServiceImpl.declareTransaction(SAMLToken token, DeclareTransactionRequest request)
          Declare transaction.
 GetAccessRightResponse IntraHubServiceImpl.getAccessRight(SAMLToken token, GetAccessRightRequest request)
          Gets the access right.
 AccessRightListType IntraHubAccessRightServiceImpl.getAccessRight(TransactionIdType transaction)
           
 HCPartyAdaptedType IntraHubHCPartyServiceImpl.getHCParty(HCPartyIdType hcParty)
           
 GetHCPartyResponse IntraHubServiceImpl.getHCParty(SAMLToken token, GetHCPartyRequest request)
          Gets the hC party.
 ConsentHCPartyType IntraHubHCPartyServiceImpl.getHCPartyConsent(HCPartyIdType hcPartyId)
           
 GetHCPartyConsentResponse IntraHubServiceImpl.getHCPartyConsent(SAMLToken token, GetHCPartyConsentRequest request)
          Gets the hC party consent.
 PersonType IntraHubPatientServiceImpl.getPatient(PatientIdType patientId)
           
 GetPatientResponse IntraHubServiceImpl.getPatient(SAMLToken token, GetPatientRequest request)
          Gets the patient.
 GetPatientAuditTrailResponse IntraHubServiceImpl.getPatientAuditTrail(SAMLToken token, GetPatientAuditTrailRequest request)
          Gets the patient audit trail.
 TransactionAccessListType IntraHubAccessRightServiceImpl.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
           
 GetPatientConsentResponse IntraHubServiceImpl.getPatientConsent(SAMLToken token, GetPatientConsentRequest request)
          Gets the patient consent.
 ConsentType IntraHubPatientServiceImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
           
 GetTherapeuticLinkResponse IntraHubServiceImpl.getTherapeuticLink(SAMLToken token, GetTherapeuticLinkRequest request)
          Gets the therapeutic link.
 Collection<TherapeuticLinkType> IntraHubTherapeuticLinkServiceImpl.getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
           
 Kmehrmessage IntraHubTransactionServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
           
 GetTransactionResponse IntraHubServiceImpl.getTransaction(SAMLToken token, GetTransactionRequest request)
          Gets the transaction.
 KmehrHeaderGetTransactionList IntraHubTransactionServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
           
 GetTransactionListResponse IntraHubServiceImpl.getTransactionList(SAMLToken token, GetTransactionListRequest request)
          Gets the transaction list.
 void IntraHubAccessRightServiceImpl.putAccessRight(AccessRightType accessRight)
           
 PutAccessRightResponse IntraHubServiceImpl.putAccessRight(SAMLToken token, PutAccessRightRequest request)
          Put access right.
 HCPartyAdaptedType IntraHubHCPartyServiceImpl.putHCParty(HCPartyAdaptedType hcParty)
           
 PutHCPartyResponse IntraHubServiceImpl.putHCParty(SAMLToken token, PutHCPartyRequest request)
          Put hc party.
 void IntraHubHCPartyServiceImpl.putHCPartyConsent(ConsentHCPartyType consent)
           
 PutHCPartyConsentResponse IntraHubServiceImpl.putHCPartyConsent(SAMLToken token, PutHCPartyConsentRequest request)
          Put hc party consent.
 PersonType IntraHubPatientServiceImpl.putPatient(PersonType patient)
           
 PutPatientResponse IntraHubServiceImpl.putPatient(SAMLToken token, PutPatientRequest request)
          Put patient.
 void IntraHubPatientServiceImpl.putPatientConsent(ConsentType patientConsent)
           
 PutPatientConsentResponse IntraHubServiceImpl.putPatientConsent(SAMLToken token, PutPatientConsentRequest request)
          Put patient consent.
 PutTherapeuticLinkResponse IntraHubServiceImpl.putTherapeuticLink(SAMLToken token, PutTherapeuticLinkRequest request)
          Put therapeutic link.
 void IntraHubTherapeuticLinkServiceImpl.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
           
 void IntraHubTransactionServiceImpl.putTransaction(Kmehrmessage input)
           
 PutTransactionResponse IntraHubServiceImpl.putTransaction(SAMLToken token, PutTransactionRequest request)
          Put transaction.
 void IntraHubTransactionServiceImpl.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
           
 RequestPublicationResponse IntraHubServiceImpl.requestPublication(SAMLToken token, RequestPublicationRequest request)
          Request publication.
 RevokeAccessRightResponse IntraHubServiceImpl.revokeAccessRight(SAMLToken token, RevokeAccessRightRequest request)
          Revoke access right.
 void IntraHubAccessRightServiceImpl.revokeAccessRight(SelectRevokeAccessRightType accessRight)
           
 void IntraHubHCPartyServiceImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
           
 RevokeHCPartyConsentResponse IntraHubServiceImpl.revokeHCPartyConsent(SAMLToken token, RevokeHCPartyConsentRequest request)
          Revoke hc party consent.
 void IntraHubPatientServiceImpl.revokePatientConsent(ConsentType patientConsent)
           
 RevokePatientConsentResponse IntraHubServiceImpl.revokePatientConsent(SAMLToken token, RevokePatientConsentRequest request)
          Revoke patient consent.
 RevokeTherapeuticLinkResponse IntraHubServiceImpl.revokeTherapeuticLink(SAMLToken token, RevokeTherapeuticLinkRequest request)
          Revoke therapeutic link.
 void IntraHubTherapeuticLinkServiceImpl.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
           
 void IntraHubTransactionServiceImpl.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
           
 RevokeTransactionResponse IntraHubServiceImpl.revokeTransaction(SAMLToken token, RevokeTransactionRequest request)
          Revoke transaction.
 

Constructors in be.ehealth.businessconnector.hub.service.impl that throw IntraHubBusinessConnectorException
IntraHubAccessRightServiceImpl(IntraHubService hubService, HubReplyValidator validator)
          Instantiates a new intra hub access right service.
IntraHubHCPartyServiceImpl(IntraHubService hubService, HubReplyValidator validator)
          Instantiates a new intra hub hc party service.
IntraHubPatientServiceImpl(IntraHubService hubService, HubReplyValidator validator)
          Instantiates a new intra hub patient service.
IntraHubTherapeuticLinkServiceImpl(IntraHubService hubService, HubReplyValidator validator)
          Instantiates a new intra hub therapeutic link service.
IntraHubTransactionServiceImpl(IntraHubService hubService, HubReplyValidator validator)
          Instantiates a new intra hub transaction service.
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.session
 

Methods in be.ehealth.businessconnector.hub.session that throw IntraHubBusinessConnectorException
 DeclareTransactionResponse HubServiceComplete.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
          This operation should be used to declare a transaction within a hub.
 List<IDKMEHR> HubService.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
          This operation should be used to declare a transaction within a hub.
 GetAccessRightResponse HubServiceComplete.getAccessRight(TransactionIdType transaction)
          This operation should be used to get access rights on a transaction within a hub.
 AccessRightListType HubService.getAccessRight(TransactionIdType transaction)
          This operation should be used to get access rights on a transaction within a hub.
 GetHCPartyResponse HubServiceComplete.getHCParty(HCPartyIdType hcParty)
          This operation should be used to retrieve the data associated with a healthcare party within a hub.
 HCPartyAdaptedType HubService.getHCParty(HCPartyIdType hcParty)
          This operation should be used to retrieve the data associated with a healthcare party within a hub.
 GetHCPartyConsentResponse HubServiceComplete.getHCPartyConsent(HCPartyIdType hcParty)
          This operation should be used to retrieve the consent of a healthcare party within a hub.
 ConsentHCPartyType HubService.getHCPartyConsent(HCPartyIdType hcParty)
          This operation should be used to retrieve the consent of a healthcare party within a hub.
 GetPatientResponse HubServiceComplete.getPatient(PatientIdType patient)
          This operation should be used to declare the consent of an healthcare party within a hub.
 PersonType HubService.getPatient(PatientIdType patient)
          This operation should be used to declare the consent of an healthcare party within a hub.
 GetPatientAuditTrailResponse HubServiceComplete.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
          This operation should be used to get the list of transaction accesses for a given patient.
 TransactionAccessListType HubService.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
          This operation should be used to get the list of transaction accesses for a given patient.
 GetPatientConsentResponse HubServiceComplete.getPatientConsent(SelectGetPatientConsentType patientConsent)
          This operation should be used to retrieve the consent of a patient within a hub.
 ConsentType HubService.getPatientConsent(SelectGetPatientConsentType patientConsent)
          This operation should be used to retrieve the consent of a patient within a hub.
 GetTransactionResponse HubServiceComplete.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 Kmehrmessage HubService.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 GetTransactionListResponse HubServiceComplete.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          This operation should be used to get the list of available transactions that fulfill some given criteria.
 KmehrHeaderGetTransactionList HubService.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          This operation should be used to get the list of available transactions that fulfill some given criteria.
 PutAccessRightResponse HubServiceComplete.putAccessRight(AccessRightType accessRight)
          This operation should be used to put an access right on a transaction within a hub.
 void HubService.putAccessRight(AccessRightType accessRight)
          This operation should be used to put an access right on a transaction within a hub.
 PutHCPartyResponse HubServiceComplete.putHCParty(HCPartyAdaptedType hcParty)
          This operation should be used to create a healthcare party within a hub.
 HCPartyAdaptedType HubService.putHCParty(HCPartyAdaptedType hcParty)
          This operation should be used to create a healthcare party within a hub.
 PutHCPartyConsentResponse HubServiceComplete.putHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to declare the consent of an healthcare party within a hub.
 void HubService.putHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to declare the consent of an healthcare party within a hub.
 PutPatientResponse HubServiceComplete.putPatient(PersonType patient)
          This operation should be used to create a patient within a hub.
 PersonType HubService.putPatient(PersonType patient)
          This operation should be used to create a patient within a hub.
 PutPatientConsentResponse HubServiceComplete.putPatientConsent(ConsentType patientConsent)
          This operation should be used to declare the consent of a patient within a hub.
 void HubService.putPatientConsent(ConsentType patientConsent)
          This operation should be used to declare the consent of a patient within a hub.
 PutTransactionResponse HubServiceComplete.putTransaction(Kmehrmessage msg)
          This operation should be used to declare and to store a given transaction within a hub.
 void HubService.putTransaction(Kmehrmessage msg)
          This operation should be used to declare and to store a given transaction within a hub.
 RequestPublicationResponse HubServiceComplete.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
 void HubService.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
 RevokeAccessRightResponse HubServiceComplete.revokeAccessRight(SelectRevokeAccessRightType accessRight)
          This operation should be used to revoke access right on a transaction within a hub.
 void HubService.revokeAccessRight(SelectRevokeAccessRightType accessRight)
          This operation should be used to revoke access right on a transaction within a hub.
 RevokeHCPartyConsentResponse HubServiceComplete.revokeHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to revoke the consent of a healthcare party within a hub.
 void HubService.revokeHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to revoke the consent of a healthcare party within a hub.
 RevokePatientConsentResponse HubServiceComplete.revokePatientConsent(ConsentType patientConsent)
          This operation should be used to revoke the consent of a patient within a hub.
 void HubService.revokePatientConsent(ConsentType patientConsent)
          This operation should be used to revoke the consent of a patient within a hub.
 RevokeTherapeuticLinkResponse HubServiceComplete.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
          This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
 void HubService.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
          This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
 RevokeTransactionResponse HubServiceComplete.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
          This operation should be used to 'unpublish' a given transaction.
 void HubService.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
          This operation should be used to 'unpublish' a given transaction.
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.session.impl
 

Methods in be.ehealth.businessconnector.hub.session.impl that throw IntraHubBusinessConnectorException
 List<IDKMEHR> HubServiceImpl.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
          This operation should be used to declare a transaction within a hub.
 DeclareTransactionResponse HubServiceCompleteImpl.declareTransaction(KmehrHeaderDeclareTransaction kmehrHeader)
          This operation should be used to declare a transaction within a hub.
 AccessRightListType HubServiceImpl.getAccessRight(TransactionIdType transaction)
          This operation should be used to get access rights on a transaction within a hub.
 GetAccessRightResponse HubServiceCompleteImpl.getAccessRight(TransactionIdType transaction)
          This operation should be used to get access rights on a transaction within a hub.
 HCPartyAdaptedType HubServiceImpl.getHCParty(HCPartyIdType hcParty)
          This operation should be used to retrieve the data associated with a healthcare party within a hub.
 GetHCPartyResponse HubServiceCompleteImpl.getHCParty(HCPartyIdType hcParty)
          This operation should be used to retrieve the data associated with a healthcare party within a hub.
 ConsentHCPartyType HubServiceImpl.getHCPartyConsent(HCPartyIdType hcPartyId)
          This operation should be used to retrieve the consent of a healthcare party within a hub.
 GetHCPartyConsentResponse HubServiceCompleteImpl.getHCPartyConsent(HCPartyIdType hcPartyId)
          This operation should be used to retrieve the consent of a healthcare party within a hub.
 PersonType HubServiceImpl.getPatient(PatientIdType patientId)
          This operation should be used to declare the consent of an healthcare party within a hub.
 GetPatientResponse HubServiceCompleteImpl.getPatient(PatientIdType patientId)
          This operation should be used to declare the consent of an healthcare party within a hub.
 TransactionAccessListType HubServiceImpl.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
          This operation should be used to get the list of transaction accesses for a given patient.
 GetPatientAuditTrailResponse HubServiceCompleteImpl.getPatientAuditTrail(SelectGetPatientAuditTrailType patientAuditTrail)
          This operation should be used to get the list of transaction accesses for a given patient.
 ConsentType HubServiceImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
          This operation should be used to retrieve the consent of a patient within a hub.
 GetPatientConsentResponse HubServiceCompleteImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
          This operation should be used to retrieve the consent of a patient within a hub.
 Kmehrmessage HubServiceImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 GetTransactionResponse HubServiceCompleteImpl.getTransaction(PatientIdType patient, TransactionBaseType transaction)
          This operation should be used to retrieve a transaction (given a transaction identifier) within a hub.
 KmehrHeaderGetTransactionList HubServiceImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          This operation should be used to get the list of available transactions that fulfill some given criteria.
 GetTransactionListResponse HubServiceCompleteImpl.getTransactionList(PatientIdType patient, LocalSearchType searchType, TransactionWithPeriodType transaction)
          This operation should be used to get the list of available transactions that fulfill some given criteria.
 void HubServiceImpl.putAccessRight(AccessRightType accessRight)
          This operation should be used to put an access right on a transaction within a hub.
 PutAccessRightResponse HubServiceCompleteImpl.putAccessRight(AccessRightType accessRight)
          This operation should be used to put an access right on a transaction within a hub.
 HCPartyAdaptedType HubServiceImpl.putHCParty(HCPartyAdaptedType hcParty)
          This operation should be used to create a healthcare party within a hub.
 PutHCPartyResponse HubServiceCompleteImpl.putHCParty(HCPartyAdaptedType hcParty)
          This operation should be used to create a healthcare party within a hub.
 void HubServiceImpl.putHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to declare the consent of an healthcare party within a hub.
 PutHCPartyConsentResponse HubServiceCompleteImpl.putHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to declare the consent of an healthcare party within a hub.
 PersonType HubServiceImpl.putPatient(PersonType patient)
          This operation should be used to create a patient within a hub.
 PutPatientResponse HubServiceCompleteImpl.putPatient(PersonType patient)
          This operation should be used to create a patient within a hub.
 void HubServiceImpl.putPatientConsent(ConsentType patientConsent)
          This operation should be used to declare the consent of a patient within a hub.
 PutPatientConsentResponse HubServiceCompleteImpl.putPatientConsent(ConsentType patientConsent)
          This operation should be used to declare the consent of a patient within a hub.
 void HubServiceImpl.putTransaction(Kmehrmessage kmehrHeader)
          This operation should be used to declare and to store a given transaction within a hub.
 PutTransactionResponse HubServiceCompleteImpl.putTransaction(Kmehrmessage kmehrHeader)
          This operation should be used to declare and to store a given transaction within a hub.
 void HubServiceImpl.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
 RequestPublicationResponse HubServiceCompleteImpl.requestPublication(PatientIdType patient, TransactionWithPeriodType transaction, String comment)
          This operation allows a healthcare party to ask to another healthcare party to publish documents related to a patient.
 void HubServiceImpl.revokeAccessRight(SelectRevokeAccessRightType accessRight)
          This operation should be used to revoke access right on a transaction within a hub.
 RevokeAccessRightResponse HubServiceCompleteImpl.revokeAccessRight(SelectRevokeAccessRightType accessRight)
          This operation should be used to revoke access right on a transaction within a hub.
 void HubServiceImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to revoke the consent of a healthcare party within a hub.
 RevokeHCPartyConsentResponse HubServiceCompleteImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
          This operation should be used to revoke the consent of a healthcare party within a hub.
 void HubServiceImpl.revokePatientConsent(ConsentType patientConsent)
          This operation should be used to revoke the consent of a patient within a hub.
 RevokePatientConsentResponse HubServiceCompleteImpl.revokePatientConsent(ConsentType patientConsent)
          This operation should be used to revoke the consent of a patient within a hub.
 void HubServiceImpl.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
          This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
 RevokeTherapeuticLinkResponse HubServiceCompleteImpl.revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
          This operation should be used to revoke a therapeutic link between a patient and a healthcare party within a hub.
 void HubServiceImpl.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
          This operation should be used to 'unpublish' a given transaction.
 RevokeTransactionResponse HubServiceCompleteImpl.revokeTransaction(PatientIdType patient, TransactionIdType transaction)
          This operation should be used to 'unpublish' a given transaction.
 

Constructors in be.ehealth.businessconnector.hub.session.impl that throw IntraHubBusinessConnectorException
HubServiceCompleteImpl(SessionValidator sessionValidator)
          Instantiates a new Hub Service.
HubServiceImpl(SessionValidator sessionValidator)
          Instantiates a new Hub Service.
 

Uses of IntraHubBusinessConnectorException in be.ehealth.businessconnector.hub.validators
 

Methods in be.ehealth.businessconnector.hub.validators that throw IntraHubBusinessConnectorException
 void HubReplyValidator.validate(AcknowledgeType acknowledge)
          Validate the reply of the return message.
 




Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.