Changes between Version 5 and Version 6 of i2b2 Data Import PATS Mapping v1
- Timestamp:
- 03/14/13 09:29:18 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 Data Import PATS Mapping v1
v5 v6 50 50 ||ValType_Cd||"N" (numeric)|| 51 51 ||TVal_Char||"E" (see below)|| 52 ||Units_Cd|| ||52 ||Units_Cd||Value calculated by ufn_get_units function (see below)|| 53 53 ||Location_Cd||"@"|| 54 54 ||Update_Date||The current date using the GETDATE() Function|| … … 77 77 78 78 From a casual look at the data, I think that a value of less than X, or greater than Y is sometimes used for Pathology data. 79 80 === ufn_get_units Function 81 82 The function ufn_get_units in the DWBRICCS database is called with parameters of ''table_name'' and ''field_name'' to determine the units. 83 84 '''''ACTION (RB): Work out what this function actually does and then move the logic into a join if possible. This should be clearer and also quicker.'''''