|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestObjectBuilder
Interface RequestObjectBuilder. Default impl : RequestObjectBuilderImpl
Factory : RequestObjectBuilderFactory
Method Summary | |
---|---|
GetPatientConsentRequest |
createGetRequest(AuthorWithPatientType 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’). |
PutPatientConsentRequest |
createPutRequest(AuthorWithPatientType author,
ConsentType consentType)
Method which allows an end-user to declare an informed patient consent. |
RevokePatientConsentRequest |
createRevokeRequest(AuthorWithPatientType author,
ConsentType existingConsentType)
Method which allows an end-user to declare the revocation of an informed patient consent. |
Method Detail |
---|
PutPatientConsentRequest createPutRequest(AuthorWithPatientType author, ConsentType consentType) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
author
- Identification of the author (‘end-user’ ) performing the request.consentType
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
RevokePatientConsentRequest createRevokeRequest(AuthorWithPatientType author, ConsentType existingConsentType) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
author
- Identification of the author (‘end-user’ ) performing the request.existingConsentType
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
GetPatientConsentRequest createGetRequest(AuthorWithPatientType author, SelectGetPatientConsentType consentType) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
author
- Identification of the author (‘end-user’ ) performing the request.consentType
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |