Changes between Version 1 and Version 2 of Ticket #1029, comment 78
- Timestamp:
- Jun 8, 2018, 8:32:09 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1029, comment 78
v1 v2 5 5 1. The current referral ID, "Studielöpnummer" ("Study serial number") will be printed on the referrals, and entered in the consent registration wizard, but the created case ID will be created independently. The latter will not have a site ID as part of the name. New configuration variables for the referral ID prefix and number of digits will be needed, but the values will be set the current ones for the case item, while the case name prefix and number of digits will be modified (keeping the case item configuration variables is preferable from a programming view, since the latter are referenced at several places in the existing code). 6 6 2. The consent registration wizard will now include personal number, family name, and all first names of the patient. The patient item will be registered in this wizard, instead of in the baseline registration wizard. 7 3. Since the case itemname now can be different from the referral ID, the former will have to keep track of the latter. Access to the referral ID for a case should be coupled to a more restrictive user role, e.g. patient curator.8 4. Since the case item name now won't include a site prefix, whilestill contain a site annotation, the latter might also have to be coupled to a more restrictive user role, e.g. patient curator.7 3. Since the case name now can be different from the referral ID, the former will have to keep track of the latter. Access to the referral ID for a case should be coupled to a more restrictive user role, e.g. patient curator. 8 4. Since the case name now won't include a site prefix, while the case item still contain a site annotation, the latter might also have to be coupled to a more restrictive user role, e.g. patient curator.