Changes between Initial Version and Version 1 of Odin input file format


Ignore:
Timestamp:
05/08/15 07:23:42 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Odin input file format

    v1 v1  
     1= Odin input file format
     2
     3Tags: [[Odin]] [[OpenClinica]]
     4
     5== Overview
     6
     7A CSV file used by [[Odin]] to create a [[CDISC]] file that can be imported into [[OpenCLinica]]
     8
     9== Mandatory Columns
     10
     11The first six columns are mandatory and describe the study subject.
     12
     131. {{{SubjectId}}}: The main subject identifier. Cannot be blank.
     142. {{{SecondaryId}}}: Best practice is not to use.  Can be blank.
     153. {{{EnrollmentDate}}}: (See Date Format below).  If blank it will use today's date.
     164. {{{PersonId}}}: Another ID.  Can be blank if study is not set to use it.
     175. {{{Gender}}}: M or F. Can be blank if study is not set to use it.
     186. {{{DOB}}}: (See Date Format below). Can be blank if study is not set to use it.
     19
     20== Other Columns
     21
     22The remaining columns define the specific study data.
     23
     24- The column headers must be unique
     25- Values must not contain a double hash {{{##}}}.
     26- Values must not contain a double colon {{{::}}} unless to represent repeating data.
     27
     28== Date Format
     29
     30Date in Odin input files must be in the format {{{YYYY-MM-DD}}}.
     31
     32[[BackLinks]]