|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConsentType in be.ehealth.businessconnector.hub.builders |
---|
Methods in be.ehealth.businessconnector.hub.builders that return ConsentType | |
---|---|
ConsentType |
RequestBuilder.buildConsentType(String xml)
It builds a ConsentType. |
Methods in be.ehealth.businessconnector.hub.builders with parameters of type ConsentType | |
---|---|
String |
ResponseBuilder.buildConsentTypeResponse(ConsentType response)
It builds the xml for the ConsentType object. |
PutPatientConsentRequest |
RequestBuilderComplete.buildPutPatientConsentRequest(ConsentType patientConsent)
Creates a PutPatientConsentRequest |
RevokePatientConsentRequest |
RequestBuilderComplete.buildRevokePatientConsentRequest(ConsentType patientConsent)
Creates a RevokePatientConsentRequest |
Uses of ConsentType in be.ehealth.businessconnector.hub.service |
---|
Methods in be.ehealth.businessconnector.hub.service that return ConsentType | |
---|---|
ConsentType |
IntraHubPatientService.getPatientConsent(SelectGetPatientConsentType patientConsent)
Gets the patient consent. |
Methods in be.ehealth.businessconnector.hub.service with parameters of type ConsentType | |
---|---|
void |
IntraHubPatientService.putPatientConsent(ConsentType patientConsent)
Put patient consent. |
void |
IntraHubPatientService.revokePatientConsent(ConsentType patientConsent)
Revoke patient consent. |
Uses of ConsentType in be.ehealth.businessconnector.hub.service.impl |
---|
Methods in be.ehealth.businessconnector.hub.service.impl that return ConsentType | |
---|---|
ConsentType |
IntraHubPatientServiceImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
|
Methods in be.ehealth.businessconnector.hub.service.impl with parameters of type ConsentType | |
---|---|
void |
IntraHubPatientServiceImpl.putPatientConsent(ConsentType patientConsent)
|
void |
IntraHubPatientServiceImpl.revokePatientConsent(ConsentType patientConsent)
|
Uses of ConsentType in be.ehealth.businessconnector.hub.session |
---|
Methods in be.ehealth.businessconnector.hub.session that return ConsentType | |
---|---|
ConsentType |
HubService.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub. |
Methods in be.ehealth.businessconnector.hub.session with parameters of type ConsentType | |
---|---|
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. |
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. |
Uses of ConsentType in be.ehealth.businessconnector.hub.session.impl |
---|
Methods in be.ehealth.businessconnector.hub.session.impl that return ConsentType | |
---|---|
ConsentType |
HubServiceImpl.getPatientConsent(SelectGetPatientConsentType patientConsent)
This operation should be used to retrieve the consent of a patient within a hub. |
Methods in be.ehealth.businessconnector.hub.session.impl with parameters of type ConsentType | |
---|---|
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.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. |
Uses of ConsentType in be.fgov.ehealth.hubservices.core.v1 |
---|
Methods in be.fgov.ehealth.hubservices.core.v1 that return ConsentType | |
---|---|
ConsentType |
ObjectFactory.createConsentType()
Create an instance of ConsentType |
ConsentType |
RevokePatientConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentType |
PutPatientConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentType |
GetPatientConsentResponse.getConsent()
Gets the value of the consent property. |
Methods in be.fgov.ehealth.hubservices.core.v1 with parameters of type ConsentType | |
---|---|
void |
RevokePatientConsentRequest.setConsent(ConsentType value)
Sets the value of the consent property. |
void |
PutPatientConsentRequest.setConsent(ConsentType value)
Sets the value of the consent property. |
void |
GetPatientConsentResponse.setConsent(ConsentType value)
Sets the value of the consent property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |