Modifier and Type | Method and Description |
---|---|
java.lang.String |
StudyConsentRest.completeWithdrawConsent(java.lang.String keyAsString,
UserConsentDetails userConsentDetails)
This Restful Web Service takes one parameter keyAsString and UserConsentDetails json object
This is used to store the user consent withdrawn date
RestFul End Point URI: http://host:port/ResearcherService/rest/studyConsent/completeWithdrawConsent
REQUEST TYPE: POST
|
java.lang.String |
StudyConsentRest.putUserConsentDetails(java.lang.String keyAsString,
UserConsentDetails userConsentDetails)
This Restful Web Service takes one parameter keyAsString and UserConsentDetails json object
This is used to store user details (name,signature,consentAgreed date)
RestFul End Point URI: http://host:port/ResearcherService/rest/studyConsent/putUserConsentDetails
REQUEST TYPE: POST
|
Modifier and Type | Method and Description |
---|---|
DAOResponseWrapper |
StudyConsentDao.completeWithdrawConsent(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
DAOResponseWrapper |
StudyConsentDao.putUserConsentDetails(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
Modifier and Type | Method and Description |
---|---|
DAOGetRuleQuestionServiceActiveDetailsResponseWrapper |
RuleQuestionServiceActiveDao.getRuleQuestionServiceActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetRuleQuestionServicePassiveDetailsResponseWrapper |
RuleQuestionServicePassiveDao.getRuleQuestionServicePassiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails,
int test_duration_hours) |
DAOGetServicesActiveDetailsResponseWrapper |
ServicesActiveDao.getServicesActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetServicesPassiveDetailsResponseWrapper |
ServicesPassiveDao.getServicesPassiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
DAOGetUploadServiceActiveDetailsResponseWrapper |
UploadServiceActiveDao.getUploadServiceActiveDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
Modifier and Type | Method and Description |
---|---|
GPSServicePassive |
GPSServicePassiveDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
GPSServiceActive |
GPSServiceActiveDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
<T> T |
ServiceDetailsDao.getDetails(Coupon coupon,
UserConsentDetails userConsentDetails) |
Modifier and Type | Method and Description |
---|---|
UserConsentDetails |
TestResult.getUserConsentDetails() |
Modifier and Type | Method and Description |
---|---|
void |
TestResult.setUserConsentDetails(UserConsentDetails userConsentDetails) |
Constructor and Description |
---|
TestResult(TestStatus testStatus,
Study study,
Coupon coupon,
UserConsentDetails userConsentDetails,
RuleQuestionServicePassive ruleQuestionServicePassive,
ServicesPassive servicesPassive,
RuleQuestionServiceActive ruleQuestionServiceActive,
ServicesActive servicesActive,
UploadServiceActive uploadServiceActive) |
Modifier and Type | Method and Description |
---|---|
UserConsentDetails |
DAOGetUserConsentDetailsResponseWrapper.getUserConsentDetails() |
Modifier and Type | Method and Description |
---|---|
void |
DAOGetUserConsentDetailsResponseWrapper.setUserConsentDetails(UserConsentDetails userConsentDetails) |
Constructor and Description |
---|
DAOGetUserConsentDetailsResponseWrapper(UserConsentDetails userConsentDetails,
int code,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
RESTResultWrapper |
StudyConsentService.completeWithdrawConsent(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
RESTResultWrapper |
StudyConsentService.putUserConsentDetails(java.lang.String keyAsString,
UserConsentDetails userConsentDetails) |
Modifier and Type | Method and Description |
---|---|
TestStatus |
RuleQuestionServiceActiveValidation.getRuleQuestionServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
RuleQuestionServicePassiveValidation.getRuleQuestionServicePassiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
ServicesActiveValidation.getServicesActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |
TestStatus |
UploadServiceActiveValidation.getUploadServiceActiveStatus(Study study,
Coupon coupon,
UserConsentDetails userConsentDetails) |