Changes between Version 24 and Version 25 of LEGACY - NIHR BioResource


Ignore:
Timestamp:
02/11/14 14:15:43 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - NIHR BioResource

    v24 v25  
    1031031. [x] If the patient already exists, it should not create a duplicate membership of the group.
    1041041. Where the Letter Type = 'Invitation Letter'
    105  1. [ ] If the ''received date'' is valid, all activities are created on the ''received date''.
    106  1. [ ] If the ''received date'' is invalid but the ''consent date'' is valid, all activities are created on the ''consent date''.
    107  1. [ ] If the ''received date'' and the ''consent date'' are invalid, all activities are created on the 1st Jan of the year the import is run.
     105 1. [x] If the ''received date'' is valid, all activities are created on the ''received date''.
     106 1. [x] If the ''received date'' is invalid but the ''consent date'' is valid, all activities are created on the ''consent date''.
     107 1. [x] If the ''received date'' and the ''consent date'' are invalid, all activities are created on the 1st Jan of the year the import is run.
    108108 1. [x] A new bioresource study enrollment should be created for the patient.
    109109 1. [x] If a bioresource enrollment for the patient already exists, an error should be produced (On screen and in watchdog) and continue to the next patient.
    110110 1. [x] Creates an invitation letter activity against the enrollment.
    111111 1. [x] If Check Questionnaire is checked, creates a check questionnaire activity - 'completed'.
    112  1. [ ] If check questionnaire is checked, creates a check consent activity - 'scheduled'.
    113  1. [ ] If check questionnaire is checked, creates an import study data activity - 'scheduled'.
     112 1. [x] If check questionnaire is checked, creates a check consent activity - 'scheduled'.
     113 1. [x] If check questionnaire is checked, creates an import study data activity - 'scheduled'.
    114114 1. [x] If Declined checked, creates a check consent activity.
    115115 1. [x] If Declined checked, changes the enrollment status to 'Declined' and creates an activity for change of status, using the consent date.
     116 1. [x] If Declined is checked, creates a check study questionnaire activity - 'scheduled'
     117 1. [x] If Declined is checked, creates an import study data activity - 'scheduled'
    116118 1. [x] If Consent checked, creates a check consent activity - 'completed'.
    117119 1. [x] If consent checked, changes the enrollment status to 'Recruited' and creates an activity for change of status.
    118  1. [ ] If the consent is checked and the consent date is valid, sets the consent date custom value.
    119  1. [ ] If the consent is checked but the consent date is invalid, does not set the consent date.
    120  1. [ ] If the consent is checked, creates a check study questionnaire activity - 'scheduled'
    121  1. [ ] If the consent is checked, creates an import study data activity - 'scheduled'
     120 1. [x] If the consent is checked and the consent date is valid, sets the consent date custom value.
     121 1. [x] If the consent is checked but the consent date is invalid, does not set the consent date.
     122 1. [x] If the consent is checked, creates a check study questionnaire activity - 'scheduled'
     123 1. [x] If the consent is checked, creates an import study data activity - 'scheduled'
    1221241. Where the Letter Type = 'Reminder Letter'
    123125 1. [x] If the enrollment does not exist, an error should be produced (On screen and in watchdog) and continue to the next patient.