| Error |
Description |
Sample Error Message |
| Missing required column |
The column or columns holding the primary key
value must be present in the source file. For the Patient
dataset, the column is PatIDHIC. For the Patient
Visits dataset the columns
are PatIDHIC and HFPCVisitDate. |
"'PatIDHIC' is required but is missing from the
source file." |
| Duplicate value in primary key column(s) |
A duplicate value in the column or columns that
hold
the primary key will prevent the data from being imported. |
For patients dataset:
"999999999X duplicate found. Each row in the PatIDHIC column must have
a unique value."
For visits dataset:
"Duplicate visit of 999999999X on 01/01/2008. Only one visit
date per patient is allowed." |
| Extra column |
A column name that is not in the list of valid
columns. |
"'Blah blah' is not a valid column name." |
| Duplicate column name |
A column that appears twice in the source file. |
"'DMBPSystolic' has a duplicate column." |
| Lab dates without value
columns or vice versa |
For example, the DMHbA1cDate column is present
but DMHbA1cValue is not. |
"'DMLDLCDate' requires that
the DMLDLCValue column be included." |
| Blood pressure dates without systolic or
diastolic columns or vice versa |
For example, the DMBPSystolic
and DMBPDiastolic columns are present but
the DMBPDate column is not. |
"'DMBPSystolic' requires that the DMBPDate column
be included." |