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 || |