Importing Incident Reports

  1. First, prepare an import file, as described below.
  2. From the main ITRAK screen, select File / Import from the menu.
  3. IT - Help - Import

  4. Select the text file to import.
  5. ITRAK will import the file and show error messages (if any).
  6. If there are no errors, click the Keep Import button. If there are errors, you have two choices:

Searching the Error Messages

  1. If there were error message, the text that will be written to the rejects file prints in the Details panel below the buttons.
  2. Click in the panel, then press Control+F to find the first error message.
  3. F3 (Find Next) finds subsequent error messages.

Import File Format

Example

ITRAK-Import-File

; Lines that start with semicolon are comments (LIS doesn't
;     need to output them).
; Blank lines are ignored
; First non-blank line must contain "ITRAK-Import-File"
; Examples assume your LIS will create only the Error Identification fields
; Reference is Sample accession #
; Reporter is name of person initiating the form. If it's not a
;     person, might use "LIS". If you don't want to
;     give the field a value at all, omit the line.
; ProblemDate is Date of incident (must be yyyy-mm-dd format)
; User2 is "was the problem identified or reported by a client?".
;     Yes or No. Omit the line altogether
;     if you don't know.
; User1 is "what is the general category of the problem?"
;     The first example calls it User1#, and supplies the number
;     code for the value (from Print Code Sheet on the Setup screen)
;     The second example calls it User1, and supplies the exact
;     words on the input form.
;     Either way will work.
; Must be a / line at the end of a record


PtID: Patient2003-0001-1

Reference: 1234
Reporter: John Doe
ProblemDate: 2003-01-02
User2: No
User1#: 1
/


PtID: Patient2003-0002-2
Reference: 4567
Reporter: Jane Smith
ProblemDate: 2003-01-15
User2: No
User1: Sample/requisition

/