|
||||||||||
| 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(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 |
createGetStatusRequest(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consentType)
Method which allows an end-user to check the status of an intformed patient consent |
PutPatientConsentRequest |
createPutRequest(AuthorWithPatientAndPersonType author,
ConsentType consentType)
Method which allows an end-user to declare an informed patient consent. |
RevokePatientConsentRequest |
createRevokeRequest(AuthorWithPatientAndPersonType author,
ConsentType existingConsentType)
Method which allows an end-user to declare the revocation of an informed patient consent. |
| Method Detail |
|---|
PutPatientConsentRequest createPutRequest(AuthorWithPatientAndPersonType 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(AuthorWithPatientAndPersonType 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(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consentType)
throws TechnicalConnectorException,
WsConsentBusinessConnectorException,
InstantiationException
author - Identification of the author (‘end-user’ ) performing the request.consentType - ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
GetPatientConsentStatusRequest createGetStatusRequest(AuthorWithPatientAndPersonType 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 | |||||||||