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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - NIHR BioResource

    v23 v24  
    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.
    105108 1. [x] A new bioresource study enrollment should be created for the patient.
    106109 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.
    107110 1. [x] Creates an invitation letter activity against the enrollment.
    108  1. [x] If Check Questionnaire is checked, creates a check questionnaire activity with the check questionnaire date.
    109  1. [x] If Check Questionnaire is checked, but no check questionnaire date is supplied or it is invalid, an error should be produced (On screen and in watchdog).
    110  1. [x] If Declined checked, creates a check consent activity with the check consent date.
    111  1. [x] If Declined checked, but no consent checked date is supplied or it is invalid, an error should be produced (On screen and in watchdog).
    112  1. [x] If Declined checked, , changes the enrollment status to 'Recruited' and creates an activity for change of status, using the consent date.
    113  1. [x] If Consent checked, created a check consent activity with the check consent date.
    114  1. [x] If Consent checked, but no consent checked date is supplied or it is invalid, an error should be produced (On screen and in watchdog).
    115  1. [x] If consent checked, changes the enrollment status to 'Recruited' and creates an activity for change of status, using the consent date.
     111 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'.
     114 1. [x] If Declined checked, creates a check consent activity.
     115 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 Consent checked, creates a check consent activity - 'completed'.
     117 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'
    1161221. Where the Letter Type = 'Reminder Letter'
    117123 1. [x] If the enrollment does not exist, an error should be produced (On screen and in watchdog) and continue to the next patient.