Changes between Version 1 and Version 2 of i2b2 Mapped Importer Data Sources
- Timestamp:
- 05/29/14 11:06:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 Mapped Importer Data Sources
v1 v2 7 7 Settings 8 8 9 * {{{type}}}: {{{uk.org.briccs. onyxmappedexport2pdo.input.sql.MsSqlDataSourceSet}}}9 * {{{type}}}: {{{uk.org.briccs.i2b2mappedimport.input.sql.MsSqlDataSourceSet}}} 10 10 * {{{Server}}}: ''The name of the SQL Server'' 11 11 * {{{instance}}}: ''The name of the SQL Server instance''' … … 25 25 Settings 26 26 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 34 The query should return a row for each patient, and contain a patient identifier. 35 36 === Mapping Source 37 38 The {{{source}}} attribute list for mappings should contain one item: the name of the field from the query. 39 40 == !CsvDataSourceSet 41 42 Settings 43 44 * {{{type}}}: {{{uk.org.briccs.i2b2mappedimport.input.csv.CsvDataSourceSet}}} 28 45 * {{{Server}}}: ''The name of the SQL Server'' 29 46 * {{{database}}}: ''The name of the SQL Server database'' … … 42 59 Settings 43 60 44 * {{{type}}}: uk.org.briccs. onyxmappedexport2pdo.onyx.!OnyxDataSourceSet61 * {{{type}}}: uk.org.briccs.i2b2mappedimport.onyx.!OnyxDataSourceSet 45 62 * {{{export_directory}}}: ''The directory where the exported questionnaires are stored'' 46 63