|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConsentType in be.ehealth.businessconnector.hubv3.builders |
---|
Methods in be.ehealth.businessconnector.hubv3.builders with parameters of type ConsentType | |
---|---|
PutPatientConsentRequest |
RequestBuilder.buildPutPatientConsentRequest(ConsentType patientConsent)
Creates a PutPatientConsentRequest |
RevokePatientConsentRequest |
RequestBuilder.buildRevokePatientConsentRequest(ConsentType patientConsent)
Creates a RevokePatientConsentRequest |
Uses of ConsentType in be.ehealth.businessconnector.hubv3.builders.impl |
---|
Methods in be.ehealth.businessconnector.hubv3.builders.impl with parameters of type ConsentType | |
---|---|
PutPatientConsentRequest |
RequestBuilderImpl.buildPutPatientConsentRequest(ConsentType patientConsent)
Creates a PutPatientConsentRequest |
RevokePatientConsentRequest |
RequestBuilderImpl.buildRevokePatientConsentRequest(ConsentType patientConsent)
Creates a RevokePatientConsentRequest |
Uses of ConsentType in be.ehealth.businessconnector.hubv3.session |
---|
Methods in be.ehealth.businessconnector.hubv3.session with parameters of type ConsentType | |
---|---|
PutPatientConsentResponse |
HubService.putPatientConsent(ConsentType patientConsent)
This operation should be used to declare the consent of a patient within a hub. |
PutPatientConsentResponse |
HubService.putPatientConsent(ConsentType patientConsent,
String breakTheGlass)
This operation should be used to declare the consent of a patient within a hub. |
RevokePatientConsentResponse |
HubService.revokePatientConsent(ConsentType patientConsent)
This operation should be used to revoke the consent of a patient within a hub. |
RevokePatientConsentResponse |
HubService.revokePatientConsent(ConsentType patientConsent,
String breakTheGlass)
This operation should be used to revoke the consent of a patient within a hub. |
Uses of ConsentType in be.ehealth.businessconnector.hubv3.session.impl |
---|
Methods in be.ehealth.businessconnector.hubv3.session.impl with parameters of type ConsentType | |
---|---|
PutPatientConsentResponse |
HubServiceImpl.putPatientConsent(ConsentType patientConsent)
|
PutPatientConsentResponse |
HubServiceImpl.putPatientConsent(ConsentType patientConsent,
String breakTheGlass)
|
RevokePatientConsentResponse |
HubServiceImpl.revokePatientConsent(ConsentType patientConsent)
|
RevokePatientConsentResponse |
HubServiceImpl.revokePatientConsent(ConsentType patientConsent,
String breakTheGlass)
|
Uses of ConsentType in be.fgov.ehealth.hubservices.core.v3 |
---|
Methods in be.fgov.ehealth.hubservices.core.v3 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.v3 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 |