Changes between Version 8 and Version 9 of i2b2 Mapped Importer


Ignore:
Timestamp:
10/03/13 16:16:25 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Mapped Importer

    v8 v9  
    103103Mappings are used to specify which field from the source gets used for which field in the output.  These are specified in a YAML file.  By default this file is called mapping.yaml in the application root directory, but the mapping file path can be defined using the {{{-m=xxx}}} or {{{--mappingFilePath=xxx}}} command line arguments.
    104104
    105 Mappings are defined for Patients, Events and Observations.
     105Mappings can be defined for:
     106
     107* Patients, including mappings
     108* Events / Visits, including mappings
     109* Observations
     110
     111Currently mappings are not available for other i2b2 types such as concepts and observers.
    106112
    107113=== Observation Mappings