Changes between Version 18 and Version 19 of i2b2 Database Structure


Ignore:
Timestamp:
02/21/11 10:05:21 (14 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Database Structure

    v18 v19  
    5858   ) ;
    5959}}}
     60These are worth highlighting...[[br]]
    6061'''C_HLEVEL''': hierarchical level in the tree. 0,1,2 etc[[br]]
    6162'''C_FULLNAME''': full path within the tree.[[br]]
     
    7273'''C_TABLENAME''': name of the lookup table within the CRC cell that holds the concept code and concept path. In the top diagram this would be concept_dimension.[[br]]
    7374'''C_COLUMNNAME''': the name of the column within the table described by C_TABLENAME that holds the concept path. In the top diagram this would be the column within the concept_dimension table, which in our case is called CONCEPT_PATH. See below. [[BR]]
     75'''C_COLUMNDATATYPE''': either ‘T’ for text or ‘N’ for numeric and describes the datatype of the concept. Don't understand this fully. Questions raised on [[br]]
     76'''C_OPERATOR''': the SQL operator used in the WHERE clause of the SQL query. It is usually either ‘LIKE’ or ‘=’.[[br]]
     77'''C_DIMCODE''': the path that lives in the dimension table and maps to the concept path.[[br]]
    7478
    7579
     80