Odin input file format
Tags: Odin OpenClinica
Overview
A CSV file used by Odin to create a CDISC file that can be imported into OpenCLinica
Mandatory Columns
The first six columns are mandatory and describe the study subject.
SubjectId
: The main subject identifier. Cannot be blank.SecondaryId
: Best practice is not to use. Can be blank.EnrollmentDate
: (See Date Format below). If blank it will use today's date.PersonId
: Another ID. Can be blank if study is not set to use it.Gender
: M or F. Can be blank if study is not set to use it.DOB
: (See Date Format below). Can be blank if study is not set to use it.
Other Columns
The remaining columns define the specific study data.
- The column headers must be unique
- Values must not contain a double hash
##
. - Values must not contain a double colon
::
unless to represent repeating data.
Date Format
Date in Odin input files must be in the format YYYY-MM-DD
.
Last modified
10 years ago
Last modified on 05/08/15 07:23:42
Note:
See TracWiki
for help on using the wiki.