Modifier and Type | Class and Description |
---|---|
class |
IntraHubBusinessConnectorException
Exception for errors in the Intrahub Connector.
|
class |
KmehrBusinessConnectorException
KmerhBusinessConnectorException contains the original list of ErrorType
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorValidationException
Thrown when a validation of an internal created object fails.
Extends TechnicalConnectorException |
class |
InvalidBlobContentConnectorException
Thrown when the content of the blob is invalid.
Used in ChapterIV |
Modifier and Type | Method and Description |
---|---|
static AddressbookSessionService |
AddressbookSessionServiceFactory.getAddressbookSessionService()
Gets the
AddressbookSessionService.java instance |
Modifier and Type | Class and Description |
---|---|
class |
ChapterIVBusinessConnectorException
Connector Exception for ChapterIV Connector.
|
Modifier and Type | Method and Description |
---|---|
static ChapterIVService |
ChapterIVSessionServiceFactory.getChapterIVService()
Gets the ChapterIVService.
|
Modifier and Type | Method and Description |
---|---|
static CivicsSessionService |
CivicsSessionServiceFactory.getCivicsSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
CivicsImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters) |
Modifier and Type | Method and Description |
---|---|
static ConsultrnCBSSPersonService |
ConsultrnSessionServiceFactory.getConsultrnCBSSPersonService() |
static ConsultrnPersonService |
ConsultrnSessionServiceFactory.getConsultrnPersonService() |
Modifier and Type | Method and Description |
---|---|
<T> T |
ConsultrnImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Method and Description |
---|---|
static DicsSessionService |
DicsSessionServiceFactory.getDicsSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
DicsImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Method and Description |
---|---|
static DicsSessionService |
DicsSessionServiceFactory.getDicsSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
DicsImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Class and Description |
---|---|
class |
DmgBusinessConnectorException
Connector Exception for Dmg Connector.
|
Modifier and Type | Method and Description |
---|---|
static DmgService |
DmgSessionServiceFactory.getDmgService()
Gets the
DmgService instance |
Modifier and Type | Class and Description |
---|---|
class |
EhboxBusinessConnectorException
The Class EhboxBusinessConnectorException.
|
Modifier and Type | Class and Description |
---|---|
class |
EhboxCryptoException
Exception for the crypto problem in ehboxv3
|
class |
OoOPublicationException
Exception for the OoO problem in ehboxv3
|
Modifier and Type | Method and Description |
---|---|
static <T extends ResponseType> |
EhBoxServiceHelper.callEhBoxService(SAMLToken token,
GenericRequest service,
String soapAction,
Object request,
Class<T> responseClass,
SessionValidator sessValidator,
EhboxReplyValidator replyValidator) |
DeleteMessageResponse |
ConsultationService.deleteMessage(SAMLToken token,
DeleteMessageRequest request)
delete specific message.
|
DeleteOoOResponse |
ConsultationService.deleteOoO(SAMLToken token,
DeleteOoORequest request)
get list of periods of OoO for specific user.
|
GetAllEhboxesMessagesListResponse |
ConsultationService.getAllEhboxesMessagesList(SAMLToken initSession,
GetAllEhboxesMessagesListRequest request)
retrieve all messages from given source for all mailboxes.
|
GetBoxInfoResponse |
ConsultationService.getBoxInfo(SAMLToken token,
GetBoxInfoRequest getBoxInfoRequest)
Gets the box info.
|
GetFullMessageResponse |
ConsultationService.getFullMessage(SAMLToken token,
GetFullMessageRequest messageRequest)
Gets the full message.
|
GetFullMessageResponse |
ConsultationService.getFullMessage(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated.
use getFullMessage(SamlToken token , GetFullMessageRequest request) instead
|
GetMessageAcknowledgmentsStatusResponse |
ConsultationService.getMessageAcknowledgmentsStatusResponse(SAMLToken token,
GetMessageAcknowledgmentsStatusRequest messageAcknowledgmentsStatusRequest)
Get the acknowlegement status.
|
GetHistoryResponse |
ConsultationService.getMessageHistory(SAMLToken token,
GetHistoryRequest messageRequestType)
Gets the message history.
|
GetHistoryResponse |
ConsultationService.getMessageHistory(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated.
use getFullMessage(SamlToken token , GetHistoryRequest request) instead
|
GetMessagesListResponse |
ConsultationService.getMessageList(SAMLToken token,
GetMessagesListRequest messagesListRequest)
Gets the message list.
|
GetOoOListResponse |
ConsultationService.getOoOList(SAMLToken token,
GetOoOListRequest request)
delete specific OoO périod.
|
InsertOoOResponse |
ConsultationService.insertOoO(SAMLToken token,
InsertOoORequest request)
insert Out Of Office period.
|
MoveMessageResponse |
ConsultationService.moveMessage(SAMLToken token,
MoveMessageRequest messageRequestType)
Move to in box.
|
SendMessageResponse |
PublicationService.sendMessage(SAMLToken token,
SendMessageRequest sendMessageRequest)
Send message.
|
Modifier and Type | Method and Description |
---|---|
DeleteMessageResponse |
EhealthBoxServiceV3.deleteMessage(DeleteMessageRequest request)
delete specific message.
|
DeleteOoOResponse |
EhealthBoxServiceV3.deleteOoO(DeleteOoORequest request)
delete specific OoO périod.
|
GetAllEhboxesMessagesListResponse |
EhealthBoxServiceV3.getAllEhboxesMessagesList(GetAllEhboxesMessagesListRequest request)
retrieves all messages from all mailboxes for user.
|
GetBoxInfoResponse |
EhealthBoxServiceV3.getBoxInfo(GetBoxInfoRequest getBoxInfoRequest)
To retrieve general information relation to the eHealth Box of the General Practitioner: number of messages, total size of all
available messages, etc.).
|
static Eh2eBoxServiceV3 |
ServiceFactory.getEhealthBox2eBoxServiceV3()
Gets the eHealth Box service V3.
|
static EhealthBoxServiceV3 |
ServiceFactory.getEhealthBoxServiceV3()
Gets the eHealth Box service V3.
|
GetFullMessageResponse |
EhealthBoxServiceV3.getFullMessage(GetFullMessageRequest request)
Retrieves the entire message from the eHealth Box based on its unique identifier.
|
GetFullMessageResponse |
EhealthBoxServiceV3.getFullMessage(MessageRequestType request)
Deprecated.
|
GetMessageAcknowledgmentsStatusResponse |
EhealthBoxServiceV3.getMessageAcknowledgmentsStatusRequest(GetMessageAcknowledgmentsStatusRequest request)
Gets the acknowlegment status.
|
GetHistoryResponse |
EhealthBoxServiceV3.getMessageHistory(GetHistoryRequest request)
With the 'Get History' operation, a messages history can be consulted.
|
GetHistoryResponse |
EhealthBoxServiceV3.getMessageHistory(MessageRequestType request)
Deprecated.
|
GetMessagesListResponse |
EhealthBoxServiceV3.getMessageList(GetMessagesListRequest request)
The �Get message List� operation retrieves the list of messages in one of the available folders (inbox, bin or sent).
|
GetOoOListResponse |
EhealthBoxServiceV3.getOoOList(GetOoOListRequest request)
get list of periods of OoO for specific user.
|
InsertOoOResponse |
EhealthBoxServiceV3.insertOoO(InsertOoORequest request)
insert Out Of Office period.
|
MoveMessageResponse |
EhealthBoxServiceV3.moveMessage(MoveMessageRequest request)
Moves a message back to the inbox.
|
SendMessageResponse |
EhealthBoxServiceV3.sendMessage(SendMessageRequest sendMessageRequest)
The �Send Message� operation allows a message to be sent to one or more recipients.
|
SendMessageResponse |
Eh2eBoxServiceV3.sendMessage(SendMessageRequest sendMessageRequest)
The �Send Message� operation allows a message to be sent to one or more recipients.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EhboxReplyValidator.validateReplyStatus(ResponseType response)
Validate reply status.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EhboxReplyValidatorImpl.validateReplyStatus(ResponseType response)
validates the reply status : will throw a general TechnicalConnectorException if the reply status is not success and will throw an
OoOPublicationException if the status is success, but there are Out Of Offices for one or more recipients. |
Modifier and Type | Class and Description |
---|---|
class |
GenAsyncBusinessConnectorException
Connector Exception for Generic Async Connector.
|
class |
GenAsyncSignatureValidationConnectorException
Connector Exception for Generic Async Connector.
|
Modifier and Type | Method and Description |
---|---|
static GenAsyncService |
GenAsyncSessionServiceFactory.getGenAsyncService(String serviceName)
Gets the GenericAsync service.
|
Modifier and Type | Class and Description |
---|---|
class |
GenInsBusinessConnectorException
Connector Exception for Generic Insurability Connector.
|
Modifier and Type | Method and Description |
---|---|
static GenInsService |
GenInsSessionServiceFactory.getGenInsService()
Gets the GenInsService service.
|
Modifier and Type | Method and Description |
---|---|
static HubService |
HubSessionServiceFactory.getHubService() |
static HubServiceComplete |
HubSessionServiceFactory.getHubServiceComplete()
Returns an instance of
HubServiceComplete |
GetTherapeuticLinkResponse |
HubServiceComplete.getTherapeuticLink(SelectGetHCPartyPatientConsentType consent)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
Collection<TherapeuticLinkType> |
HubService.getTherapeuticLink(SelectGetHCPartyPatientConsentType consent)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
PutTherapeuticLinkResponse |
HubServiceComplete.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
void |
HubService.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
HubServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
<T> T |
HubServiceCompleteImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Collection<TherapeuticLinkType> |
HubServiceImpl.getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
GetTherapeuticLinkResponse |
HubServiceCompleteImpl.getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
This operation should be used to get therapeutic link between a patient and a healthcare party within a hub.
|
void |
HubServiceImpl.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
PutTherapeuticLinkResponse |
HubServiceCompleteImpl.putTherapeuticLink(TherapeuticLinkType therapeuticLink)
This operation should be used to declare therapeutic link between a patient and a healthcare party within a hub.
|
Modifier and Type | Method and Description |
---|---|
static HubService |
HubSessionServiceFactory.getHubService()
Returns an instance of
HubService |
Modifier and Type | Method and Description |
---|---|
static MediprimaConsultationSessionService |
MediprimaSessionServiceFactory.getConsultationMediprimaSession() |
static MediprimaTarificationSessionService |
MediprimaSessionServiceFactory.getTarificationMediprimaSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
MediprimaImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters) |
Modifier and Type | Method and Description |
---|---|
static MediprimaUmaService |
MediprimaUmaSessionServiceFactory.getMediprimaUmaSession() |
Modifier and Type | Method and Description |
---|---|
static MediprimaConsultationSessionService |
MediprimaSessionServiceFactory.getConsultationMediprimaSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
MediprimaImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters) |
Modifier and Type | Class and Description |
---|---|
class |
AttestBusinessConnectorException
Connector Exception for eAttest Connector.
|
Modifier and Type | Method and Description |
---|---|
static AttestService |
AttestSessionServiceFactory.getAttestService()
Gets the
AttestService instance |
Modifier and Type | Method and Description |
---|---|
static AttestService |
AttestSessionServiceFactory.getAttestService()
Gets the
AttestService instance |
Modifier and Type | Method and Description |
---|---|
static MemberDataService |
MemberDataSessionServiceFactory.getMemberDataSyncService()
Gets the
MemberDataService instance |
Modifier and Type | Class and Description |
---|---|
class |
MemberDataBusinessConnectorException
Connector Exception for Member Data Sync Connector.
|
Modifier and Type | Method and Description |
---|---|
static MemberDataService |
MemberDataSessionServiceFactory.getMemberDataSyncService()
Gets the
MemberDataService instance |
Modifier and Type | Method and Description |
---|---|
static RegistrationSession |
RegistrationSessionFactory.getRegistrationSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
RegsitrationImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Method and Description |
---|---|
static SsinHistorySessionService |
SsinHistorySessionServiceFactory.getSsinHistorySessionService()
Gets the
SsinHistorySessionService instance |
Modifier and Type | Method and Description |
---|---|
static TarificationSessionService |
TarificationSessionServiceFactory.getTarificationSession() |
Modifier and Type | Method and Description |
---|---|
<T> T |
TarificationImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Class and Description |
---|---|
class |
TherLinkBusinessConnectorException
Exception class for Therapeutic links Connector
|
Modifier and Type | Method and Description |
---|---|
static TherLinkService |
TherlinkSessionServiceFactory.getTherlinkService()
Gets the
DmgService instance |
Modifier and Type | Method and Description |
---|---|
<T> T |
TherlinkServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Class and Description |
---|---|
class |
WsConsentBusinessConnectorException
Connector Exception for WsConsent Connector.
|
Modifier and Type | Method and Description |
---|---|
static WsConsentService |
WsConsentSessionServiceFactory.getWsConsentService()
Gets the WsConsentService service.
|
Modifier and Type | Class and Description |
---|---|
class |
BeIDPinCodeException
TechnicalConnectorException that is throws when there is a BeIDPinCode problem. |
class |
CertificateVerificationException
This class wraps an exception that could be thrown during the certificate verification process.
|
class |
InvalidTimeStampException
thrown when validation of timestamp fails.
|
class |
NoNextEndpointException |
class |
SessionManagementException
The Class SessionManagementException.
|
class |
SilentInstantiationException
Exception that can be swallowed is the flag silent is active.
|
class |
SoaErrorException
exception which contains result of soa error from webservice.
|
class |
TechnicalConnectorException
The Class TechnicalConnectorException..
|
class |
UnsealConnectorException
Exception class for Unseal connector exceptions.
|
Modifier and Type | Method and Description |
---|---|
static GenericService |
GenericSessionServiceFactory.getGenericService()
Gets the
GenericService service. |
Modifier and Type | Method and Description |
---|---|
<T> T |
ImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters)
Deprecated.
use the other createImplementationClass method without crypto
|
<T> T |
ImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters) |
Modifier and Type | Class and Description |
---|---|
class |
RaException |
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.