|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.wsconsent.builders.impl.RequestObjectBuilderImpl
public class RequestObjectBuilderImpl
Implementation for RequestObjectBuilder
.
Field Summary | |
---|---|
static String |
WSCONSENT_MAXROWS
the property to retrieve the maximum number of rows for to be retrieved by the get method from the configuration. |
Constructor Summary | |
---|---|
RequestObjectBuilderImpl()
Constructor. |
Method Summary | |
---|---|
GetPatientConsentRequest |
createGetRequest(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consent)
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’). |
String |
createKmehrID(String firstHcPartyIdOfAuthor)
Method which create Identification of the request. |
PutPatientConsentRequest |
createPutRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
Method which allows an end-user to declare an informed patient consent. |
RevokePatientConsentRequest |
createRevokeRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
Method which allows an end-user to declare the revocation of an informed patient consent. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WSCONSENT_MAXROWS
Constructor Detail |
---|
public RequestObjectBuilderImpl() throws WsConsentBusinessConnectorException, TechnicalConnectorException, InstantiationException
WsConsentBusinessConnectorException
TechnicalConnectorException
InstantiationException
Method Detail |
---|
public PutPatientConsentRequest createPutRequest(AuthorWithPatientAndPersonType author, ConsentType consent) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
RequestObjectBuilder
createPutRequest
in interface RequestObjectBuilder
author
- Identification of the author (‘end-user’ ) performing the request.consent
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
be.ehealth.businessconnector.wsconsent.builders.RequestObjectBuilder#createPutPatientConsentRequest(be.fgov.ehealth.hubservices.core.v2.Request,
be.fgov.ehealth.hubservices.core.v2.Consent)
public GetPatientConsentRequest createGetRequest(AuthorWithPatientAndPersonType author, SelectGetPatientConsentType consent) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
RequestObjectBuilder
createGetRequest
in interface RequestObjectBuilder
author
- Identification of the author (‘end-user’ ) performing the request.consent
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
be.ehealth.businessconnector.wsconsent.builders.RequestObjectBuilder#createGetPatientConsentRequest(be.fgov.ehealth.hubservices.core.v2.Request,
be.fgov.ehealth.hubservices.core.v2.SelectGetPatientConsent)
public RevokePatientConsentRequest createRevokeRequest(AuthorWithPatientAndPersonType author, ConsentType consent) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
RequestObjectBuilder
createRevokeRequest
in interface RequestObjectBuilder
author
- Identification of the author (‘end-user’ ) performing the request.consent
- ConsentType element
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
be.ehealth.businessconnector.wsconsent.builders.RequestObjectBuilder#createRevokePatientConsentRequest(be.fgov.ehealth.hubservices.core.v2.Request,
be.fgov.ehealth.hubservices.core.v2.Consent)
public String createKmehrID(String firstHcPartyIdOfAuthor) throws TechnicalConnectorException
firstHcPartyIdOfAuthor
-
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |