Changes between Version 12 and Version 13 of i2b2 Mapped Importer
- Timestamp:
- 05/29/14 11:02:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 Mapped Importer
v12 v13 10 10 11 11 == Outputs 12 The data can be outputted as either an i2b2 PDO XML file or loaded directl tinto an i2b2 database (currently only using Microsoft SQL Server).12 The data can be outputted as either an i2b2 PDO XML file or loaded directly into an i2b2 database (currently only using Microsoft SQL Server). 13 13 14 14 == Settings 15 The source and output to used is defined is a YAML file. By default this file is called settings.yaml in the application root directory, but the setings file path can be defined using the {{{-s=xxx}}} or {{{--settingsFilePath=xxx}}} command line arguments.15 The source and output to be used is defined is a YAML file. By default this file is called settings.yaml in the application root directory, but the setings file path can be defined using the {{{-s=xxx}}} or {{{--settingsFilePath=xxx}}} command line arguments. 16 16 17 17 The settings that can be defined are {{{dataSource}}} and {{{output}}}. Both settings have a field called {{{type}}} that defines the class to be used as a source or output processor. The further fields are specific for the {{{type}}} specified. … … 33 33 === Available !DataSources 34 34 35 There are threedata sources at present, with others to be written as the need arises. The available ones are:35 There are four data sources at present, with others to be written as the need arises. The available ones are: 36 36 37 37 * !MsSqlDataSourceSet 38 38 * !MySqlDataSourceSet 39 39 * !OnyxDataSourceSet 40 * !CsvDataSourceSet 40 41 41 42 The exact settings required for these shown in the page [[i2b2 - Mapped Importer Data Sources]] … … 46 47 Other data sources that might be useful are: 47 48 48 * CSV49 49 * XML using XPATH 50 50 * Other relational databases … … 107 107 * {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!BooleanTrueField}}} 108 108 109 === !DataSourceConditionalExistenceField109 ==== !DataSourceConditionalExistenceField 110 110 111 111 ''' A N D T H E R E S T'''