Changes between Version 13 and Version 14 of i2b2 Mapped Importer


Ignore:
Timestamp:
05/29/14 12:05:41 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Mapped Importer

    v13 v14  
    107107* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!BooleanTrueField}}}
    108108
    109 ==== !DataSourceConditionalExistenceField
     109==== !DataSourceConditionalExistenceIfNotNullField
     110
     111An ''Existence'' observation is created if the field from the data source is not NULL.
     112
     113====== Mapping
     114
     115* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceConditionalExistenceIfNotNullField}}}
     116
     117==== !DataSourceConditionalExistenceIfTrueField
     118
     119An ''Existence'' observation is created if the field from the data source is not true.  True values are (case insensitive):
     120
     121* TRUE
     122* YES
     123* 1
     124* -1
     125
     126All other values are false.
     127
     128====== Mapping
     129
     130* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceConditionalExistenceIfTrueField}}}
     131
     132==== !DataSourceConditionalExistenceIfValueOneOfField
     133An ''Existence'' observation is created if the field from the data source matches one of the supplied values.  The matching is case insensitive.
     134
     135====== Mapping
     136
     137* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceConditionalExistenceIfValueOneOfField}}}
     138* {{{create_if_values}}}: List of values to match.
     139
     140==== !DataSourceDateField
     141Date field used for observation start and end dates as well as patient dates of birth, etc.
     142
     143====== Mapping
     144
     145* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceDateField}}}
     146
     147==== !DataSourceEnumerationField
     148Creates an enumeration type observation containing the text from the data source.
     149
     150====== Mapping
     151
     152* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceEnumerationField}}}
     153
     154==== !DataSourceNumericField
     155Creates a numeric observation by parsing the text from the data source.
     156
     157====== Mapping
     158
     159* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceNumericField}}}
     160
     161==== !DataSourceTextField
     162Creates a text observation by copying the text from the data source.
     163
     164====== Mapping
     165
     166* {{{type}}}: {{{uk.org.briccs.onyxmappedexport2pdo.fields.!DataSourceTextField}}}
     167
     168
    110169
    111170''' A N D   T H E   R E S T'''