|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConsentHCPartyType in be.ehealth.businessconnector.hubv3.builders |
---|
Methods in be.ehealth.businessconnector.hubv3.builders with parameters of type ConsentHCPartyType | |
---|---|
PutHCPartyConsentRequest |
RequestBuilder.buildPutHcPartyConsentRequest(ConsentHCPartyType consent)
Creates a PutHCPartyConsentRequest |
RevokeHCPartyConsentRequest |
RequestBuilder.buildRevokeHcPartyConsent(ConsentHCPartyType consent)
Creates a RevokeHCPartyConsentRequest |
Uses of ConsentHCPartyType in be.ehealth.businessconnector.hubv3.builders.impl |
---|
Methods in be.ehealth.businessconnector.hubv3.builders.impl with parameters of type ConsentHCPartyType | |
---|---|
PutHCPartyConsentRequest |
RequestBuilderImpl.buildPutHcPartyConsentRequest(ConsentHCPartyType consent)
Creates a PutHCPartyConsentRequest |
RevokeHCPartyConsentRequest |
RequestBuilderImpl.buildRevokeHcPartyConsent(ConsentHCPartyType consent)
Creates a RevokeHCPartyConsentRequest |
Uses of ConsentHCPartyType in be.ehealth.businessconnector.hubv3.session |
---|
Methods in be.ehealth.businessconnector.hubv3.session with parameters of type ConsentHCPartyType | |
---|---|
PutHCPartyConsentResponse |
HubService.putHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to declare the consent of an healthcare party within a hub. |
PutHCPartyConsentResponse |
HubService.putHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
This operation should be used to declare the consent of an healthcare party within a hub. |
RevokeHCPartyConsentResponse |
HubService.revokeHCPartyConsent(ConsentHCPartyType consent)
This operation should be used to revoke the consent of a healthcare party within a hub. |
RevokeHCPartyConsentResponse |
HubService.revokeHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
This operation should be used to revoke the consent of a healthcare party within a hub. |
Uses of ConsentHCPartyType in be.ehealth.businessconnector.hubv3.session.impl |
---|
Methods in be.ehealth.businessconnector.hubv3.session.impl with parameters of type ConsentHCPartyType | |
---|---|
PutHCPartyConsentResponse |
HubServiceImpl.putHCPartyConsent(ConsentHCPartyType consent)
|
PutHCPartyConsentResponse |
HubServiceImpl.putHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
|
RevokeHCPartyConsentResponse |
HubServiceImpl.revokeHCPartyConsent(ConsentHCPartyType consent)
|
RevokeHCPartyConsentResponse |
HubServiceImpl.revokeHCPartyConsent(ConsentHCPartyType consent,
String breakTheGlass)
|
Uses of ConsentHCPartyType in be.fgov.ehealth.hubservices.core.v3 |
---|
Methods in be.fgov.ehealth.hubservices.core.v3 that return ConsentHCPartyType | |
---|---|
ConsentHCPartyType |
ObjectFactory.createConsentHCPartyType()
Create an instance of ConsentHCPartyType |
ConsentHCPartyType |
RevokeHCPartyConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentHCPartyType |
PutHCPartyConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentHCPartyType |
GetHCPartyConsentResponse.getConsent()
Gets the value of the consent property. |
Methods in be.fgov.ehealth.hubservices.core.v3 with parameters of type ConsentHCPartyType | |
---|---|
void |
RevokeHCPartyConsentRequest.setConsent(ConsentHCPartyType value)
Sets the value of the consent property. |
void |
PutHCPartyConsentRequest.setConsent(ConsentHCPartyType value)
Sets the value of the consent property. |
void |
GetHCPartyConsentResponse.setConsent(ConsentHCPartyType value)
Sets the value of the consent property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |