Changes between Version 4 and Version 5 of Ticket #1029, comment 236


Ignore:
Timestamp:
Jan 29, 2019, 3:07:19 PM (5 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1029, comment 236

    v4 v5  
    44
    55 1. Referral form generation:[[BR]]a. A button should be added to download a CSV file with data for use with a bar code label printer for printing labels for serum tubes. For each referral ID, 32 lines of data should be added, consisting of "SC2798-" + referral ID without prefix + "-" + numbers 1 to 8 + "-" + numbers 1 to 4. Example for referral ID REC1100001: SC2798-1100001-1-1, ... , SC2798-1100001-1-4, SC2798-1100001-2-1, ... , SC2798-1100001-8-4.[[BR]]Update: Due to the label string being too long for printing on the tube levels, the string layout was changed to "2798-" + referral ID without prefix + "-" + numbers 1 to 8 + numbers 1 to 4, i.e. "SC" was removed from the label prefix and the hyphen "-" between the two last digits was removed.
    6  2. FFPE block registration:[[BR]]a. The initial selection list should display the personal number instead of the referral ID for each item in the list.[[BR]]b. The wizard link should be supplemented with an input field for a personal number, which should be used as the default entry in the list, if entered.
     6 2. FFPE block registration:[[BR]]a. The initial selection list should display the personal number instead of the referral ID for each item in the list.[[BR]]b. The first step of the wizard should be supplemented with an input field for an optional personal number, which should be used as the default entry in the list, if entered.
    77 3. Case summary should be updated for case items to display the FFPE block order date with hyphens separating year, month, and day.
    88 4. Installation wizard should check that needed directories exist, and if not, try to create them.