Changes between Version 1 and Version 2 of i2b2 Mapped Importer Data Sources


Ignore:
Timestamp:
05/29/14 11:06:00 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Mapped Importer Data Sources

    v1 v2  
    77Settings
    88
    9 * {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.input.sql.MsSqlDataSourceSet}}}
     9* {{{type}}}: {{{uk.org.briccs.i2b2mappedimport.input.sql.MsSqlDataSourceSet}}}
    1010* {{{Server}}}: ''The name of the SQL Server''
    1111* {{{instance}}}: ''The name of the SQL Server instance'''
     
    2525Settings
    2626
    27 * {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.input.sql.MySqlDataSourceSet}}}
     27* {{{type}}}: {{{uk.org.briccs.i2b2mappedimport.input.sql.MySqlDataSourceSet}}}
     28* {{{Server}}}: ''The name of the SQL Server''
     29* {{{database}}}: ''The name of the SQL Server database''
     30* {{{username}}}: ''The username required to log on''
     31* {{{password}}}: ''The password for the above user''
     32* {{{query}}}: ''The query used to extract the patient data''
     33
     34The query should return a row for each patient, and contain a patient identifier.
     35
     36=== Mapping Source
     37
     38The {{{source}}} attribute list for mappings should contain one item: the name of the field from the query.
     39
     40== !CsvDataSourceSet
     41
     42Settings
     43
     44* {{{type}}}: {{{uk.org.briccs.i2b2mappedimport.input.csv.CsvDataSourceSet}}}
    2845* {{{Server}}}: ''The name of the SQL Server''
    2946* {{{database}}}: ''The name of the SQL Server database''
     
    4259Settings
    4360
    44 * {{{type}}}: uk.org.briccs.onyxmappedexport2pdo.onyx.!OnyxDataSourceSet
     61* {{{type}}}: uk.org.briccs.i2b2mappedimport.onyx.!OnyxDataSourceSet
    4562* {{{export_directory}}}: ''The directory where the exported questionnaires are stored''
    4663