Changes between Version 1 and Version 2 of Ticket #525, comment 10


Ignore:
Timestamp:
Mar 2, 2016, 11:33:55 AM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525, comment 10

    v1 v2  
    33 * The INCA import wizard should perform an initial check of the INCA data file, after which the results are presented to the user:[[BR]][[BR]]a. If critical problems are encountered, import should be blocked.[[BR]]b. If problems with individual headers/data lines are encountered, the corresponding data columns/lines might be skipped during import; it is then the user's decision whether to fix the problems in the data file, or proceed with import of the eligible data.[[BR]]c. Basic results from the file check should be presented in the web form. In addition, it should be possible to open/download a text file with more detailed information from the file check by clicking on a button. The file should include the information presented in the web form, but also optional information on what headers or data lines problem were found with.
    44
    5  * The
     5 * The INCA data file check should include three parts:
     6
     7|| '''Check (Information)''' || '''Comment''' ||
     8|| '''A. Basic check''' || ||
     9|| Number of header columns || At least 3 key headers required (checked later). ||
     10|| Number of lines of data || ||
     11|| Number of lines with internal line feeds || Wizard should remove the internal line feeds before import ||
     12|| Number of lines with too many columns || None accepted ||
     13|| Number of lines with too few columns || None accepted ||
     14|| '''B: Internal data check''' || ||
     15|| Number of duplicate header columns || None accepted ||
     16|| Temporary patient ID column index || Column required ||
     17|| Personal number column index || Column required ||
     18|| Laterality description column index || Column required ||
     19|| Number of unknown headers || Columns skipped at import ||
     20|| Number of data lines with personal no. || Required for import ||
     21|| Number of personal no. with more than 2 lines || Data lines skipped at import ||
     22|| Number of personal no.s with many identical lateralities || Data lines skipped at import ||
     23|| '''C. Database consistency check''' || (Only lines with personal no. processed) ||
     24|| Number of data lines with personal no. not in database || Data lines skipped at import ||
     25|| Number of patient lateralities without database reference || Data lines skipped at import ||