|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink |
---|
Methods in be.ehealth.businessconnector.therlink that throw TherLinkBusinessConnectorException | |
---|---|
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithEidReading()
Creates a new PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithEidSigning()
Creates a new PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithIsiReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithSisReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.builders |
---|
Methods in be.ehealth.businessconnector.therlink.builders that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRows,
Proof... prooves)
Creates a GetTherapeuticLinkRequest |
GetTherapeuticLinkRequest |
RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves)
Creates a GetTherapeuticLinkRequest MaxRows will be replaced with property value of "therlink.maxrows" if it's defined, otherwise default value1000 will be used |
Proof |
ProofBuilder.createProofForEidSigning(Credential cred)
Creates a Proof for eID signing Requires the eID card of the patient connected |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
Creates a new PutTherapeuticLinkRequest |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
Creates a putTherapeuticLinkRequest enddate & comment are null by default |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(TherapeuticLink therLink)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input and a proof list |
List<HcParty> |
RequestObjectBuilder.getAuthorHcParties()
Gets a list of HcParties that should be included in the author section of the message |
static CommonObjectBuilder |
RequestObjectBuilderFactory.getCommonBuilder()
Retrieve an instance of a CommonObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
static ProofBuilder |
RequestObjectBuilderFactory.getProofBuilder()
Retrieve an instance of a ProofBuilder implementation The implementation could be a custom class defined in the configuration
file By default, it would be |
static RequestObjectBuilder |
RequestObjectBuilderFactory.getRequestObjectBuilder()
Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the
configuration file By default, it would be |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.builders.impl |
---|
Methods in be.ehealth.businessconnector.therlink.builders.impl that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRowsToUse,
Proof... prooves)
|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves)
|
Proof |
ProofBuilderImpl.createProofForEidSigning(Credential cred)
|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(TherapeuticLink link)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link,
Proof... proofs)
|
List<HcParty> |
GenericRequestObjectBuilder.getAuthorHcParties()
|
List<HcParty> |
GPRequestObjectBuilderImpl.getAuthorHcParties()
Deprecated. |
abstract List<HcParty> |
AbstractRequestObjectBuilderImpl.getAuthorHcParties()
Abstract method that should be implemented by each class that extends AbstractRequestObjectBuilderImpl to retrieve the Author HcParties |
void |
AbstractRequestObjectBuilderImpl.validateMaxRowsValue(GetTherapeuticLinkRequest request)
Validates the maxRows parameter of the getTherapeuticLinkRequest NB Author & id are not validated since they are automatically generated |
Constructors in be.ehealth.businessconnector.therlink.builders.impl that throw TherLinkBusinessConnectorException | |
---|---|
AbstractRequestObjectBuilderImpl()
|
|
GenericRequestObjectBuilder()
|
|
GPRequestObjectBuilderImpl()
Deprecated. |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.domain |
---|
Methods in be.ehealth.businessconnector.therlink.domain that throw TherLinkBusinessConnectorException | |
---|---|
Patient |
Patient.Builder.build()
Deprecated. use be.ehealth.business.common.domain.Patient instead build the patient object and checks for parameters integrity |
HcParty |
HcParty.Builder.build()
builds the hcparty object and checks for parameters integrity |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.mappers |
---|
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.service |
---|
Methods in be.ehealth.businessconnector.therlink.service that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
Get a therapeutic link |
static GenericRequest |
ServiceFactory.getTherLinkPort(SAMLToken token)
Gets the therlink port |
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
Put a therapeutic link |
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.service.impl |
---|
Methods in be.ehealth.businessconnector.therlink.service.impl that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
|
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
|
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
|
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.session |
---|
Methods in be.ehealth.businessconnector.therlink.session that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(GetTherapeuticLinkRequest request)
Get a therapeutic link |
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(PutTherapeuticLinkRequest request)
Put a therapeutic link |
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link |
Uses of TherLinkBusinessConnectorException in be.ehealth.businessconnector.therlink.session.impl |
---|
Methods in be.ehealth.businessconnector.therlink.session.impl that throw TherLinkBusinessConnectorException | |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(GetTherapeuticLinkRequest request)
|
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(PutTherapeuticLinkRequest request)
|
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |