Changes between Version 2 and Version 3 of i2b2 HowTo Create a Project


Ignore:
Timestamp:
07/16/13 09:37:11 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 HowTo Create a Project

    v2 v3  
    7272  * import.projectID
    7373
    74 iii. In the same directory, edit the file defaults.sh.
     74iii. Edit the file config/defaults.sh.
    7575
    7676The following values need amending:
     
    8686  * JAVA_HOME
    8787
     88iiii. Edit the following SQL scripts in the following ways:
     89
     90  * sql/sqlserver/meta/tables/create_sqlserver_metadata_tables.sql
     91   * Remove the creation of BIRN table.
     92   * Rename the ONYX table to something appropriate to the new project's ontology. [1]
     93
     94  * sql/sqlserver/meta/inserts/schemes_insert_data.sql
     95   * Edit the values for C_KEY, C_NAME and C_DESCRIPTION [2]
     96
     97  * sql/sqlserver/meta/inserts/table_access_insert_data.sql
     98   * Use the ontology table name (from [1]) for C_TABLE_CD and C_TABLE_NAME.
     99   * Give the ontology a root node name and use it for C_HLEVEL and C_DIMCODE. [3]
     100   * Use the ontology description (from [2] C_DESCRIPTION) for the C_FULLNAME and C_TOOLTIP.
     101
     102  * sql/sqlserver/work/inserts/workplace_access_insert_data.sql
     103   * Change the C_TABLE_CD for both records to the project name.