Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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
|
HasTherapeuticLinkRequest |
RequestObjectBuilder.createHasTherapeuticLinkRequest(TherapeuticLink query)
Creates a HasTherapeuticLinkRequest
|
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 |
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
int maxRowsToUse,
Proof... prooves) |
GetTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query,
Proof... prooves) |
HasTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createHasTherapeuticLinkRequest(TherapeuticLink query) |
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
|
Constructor and Description |
---|
AbstractRequestObjectBuilderImpl() |
GenericRequestObjectBuilder() |
GPRequestObjectBuilderImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
Get a therapeutic link
|
static GenericRequest |
ServiceFactory.getTherLinkPort(SAMLToken token)
Gets the therlink port
|
HasTherapeuticLinkResponse |
TherLinkService.hasTherapeuticLink(SAMLToken token,
HasTherapeuticLinkRequest request)
Check if a therapeutic link exists between the patient and healthcare party
|
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
Put a therapeutic link
|
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request) |
HasTherapeuticLinkResponse |
TherLinkServiceImpl.hasTherapeuticLink(SAMLToken token,
HasTherapeuticLinkRequest request) |
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request) |
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request) |
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkService.getTherapeuticLink(GetTherapeuticLinkRequest request)
Get a therapeutic link
|
HasTherapeuticLinkResponse |
TherLinkService.hasTherapeuticLink(HasTherapeuticLinkRequest request)
Check if a therapeutic link exists between the patient and healthcare party
|
PutTherapeuticLinkResponse |
TherLinkService.putTherapeuticLink(PutTherapeuticLinkRequest request)
Put a therapeutic link
|
RevokeTherapeuticLinkResponse |
TherLinkService.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link
|
Modifier and Type | Method and Description |
---|---|
GetTherapeuticLinkResponse |
TherLinkServiceImpl.getTherapeuticLink(GetTherapeuticLinkRequest request) |
HasTherapeuticLinkResponse |
TherLinkServiceImpl.hasTherapeuticLink(HasTherapeuticLinkRequest request) |
PutTherapeuticLinkResponse |
TherLinkServiceImpl.putTherapeuticLink(PutTherapeuticLinkRequest request) |
RevokeTherapeuticLinkResponse |
TherLinkServiceImpl.revokeTherapeuticLink(RevokeTherapeuticLinkRequest request) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.