Modifier and Type | Method and Description |
---|---|
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’).
|
GetPatientConsentStatusRequest |
RequestObjectBuilder.createGetStatusRequest(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consentType)
Method which allows an end-user to check the status of an intformed patient consent
|
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.
|
Constructor and Description |
---|
RequestObjectBuilderImpl()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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’).
|
GetPatientConsentStatusResponse |
WsConsentService.getPatientConsentStatus(SAMLToken token,
GetPatientConsentStatusRequest getPatientConsentStatusRequest)
Method which performs the call to the webService which allows an end-user to check the status of and informed patient consent
|
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.
|
Modifier and Type | Method and Description |
---|---|
GetPatientConsentResponse |
WsConsentServiceImpl.getPatientConsent(SAMLToken token,
GetPatientConsentRequest request) |
GetPatientConsentStatusResponse |
WsConsentServiceImpl.getPatientConsentStatus(SAMLToken token,
GetPatientConsentStatusRequest request) |
PutPatientConsentResponse |
WsConsentServiceImpl.putPatientConsent(SAMLToken token,
PutPatientConsentRequest request) |
RevokePatientConsentResponse |
WsConsentServiceImpl.revokePatientConsent(SAMLToken token,
RevokePatientConsentRequest request) |
Modifier and Type | Method and Description |
---|---|
<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’).
|
GetPatientConsentStatusResponse |
WsConsentService.getPatientConsentStatus(GetPatientConsentStatusRequest getPatientConsentStatusRequest)
Method which perform the call to the webSevice which allows an end-user to check the status of an informed patient consent
|
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.
|
Modifier and Type | Method and Description |
---|---|
GetPatientConsentResponse |
WsConsentServiceImpl.getPatientConsent(GetPatientConsentRequest request) |
GetPatientConsentStatusResponse |
WsConsentServiceImpl.getPatientConsentStatus(GetPatientConsentStatusRequest request) |
PutPatientConsentResponse |
WsConsentServiceImpl.putPatientConsent(PutPatientConsentRequest request) |
RevokePatientConsentResponse |
WsConsentServiceImpl.revokePatientConsent(RevokePatientConsentRequest request) |
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.