|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsentBuilder
CommonBuilder Interface. Default impl : ConsentBuilderImpl
Factory :
RequestObjectBuilderFactory
Method Summary | |
---|---|
ConsentType |
createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientAndPersonType author)
Method which create a consent type to create a new consent. |
SelectGetPatientConsentType |
createSelectGetPatientConsent(PatientIdType patient,
List<CDCONSENT> consentType)
Method which create SelectGetPatientConsentType based on patient and consentType. |
Method Detail |
---|
SelectGetPatientConsentType createSelectGetPatientConsent(PatientIdType patient, List<CDCONSENT> consentType) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
patient
- for which the consent had to be doneconsentType
- the list of CDCONSENT
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
ConsentType createNewConsent(PatientIdType patient, List<CDCONSENT> consent, org.joda.time.DateTime signdate, AuthorWithPatientAndPersonType author) throws TechnicalConnectorException, WsConsentBusinessConnectorException, InstantiationException
patient
- for which the consent had to be doneconsent
- the list of CDCONSENTsigndate
- the date when the consent is signedauthor
- Identification of the author (‘end-user’ ) performing the request.
TechnicalConnectorException
WsConsentBusinessConnectorException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |