Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PROCEDURES => procedures (procedure is a reserved word)

First, add a header for "PROC_CODE" as the second-to-last field:

"STUDY_ID","ENCOUNTER_ID","PROC_DATE","PROC_TYPE","PROC_CODE","PROC_NAME"

Comma as separator

Set STUDY_ID to VARCHAR length 32, do not allow nulls.

...