Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Set up a project  as documented here:   

  1. Project Setup 

...

  1. : Create a project. In this step, you define a project path which will be used to reference the project later.  

Step 2:

Configure db look up parameters  in the ADMIN TOOL:

ability to view current database connections defined in the DB_LOOKUP tables for each i2b2 cells. Administrators can also edit existing values and add new entries into the tables. This new feature resides within the i2b2 Admin Module. The DB_LOOKUP tables are specific to each i2b2 cell. To access the list of values in a specific cell you need to expand Manage Cells in the Navigation Tree on the left of the page. Then select the cell to expand further, once this is done you will see DB-Lookup as an option. Clicking on DB-Lookup will display the DBLookup List page. This page will display all the values in a table format.

6.4.3 Cell DB-Lookup

  1. 6.4.3 Cell DB-Lookup: Add new db_lookup entries for each of the core cells, to define how the project will connect to the db.


Step 4:

 Update DATASOURCE XML files IN WILDFLY IF NEEDED … <--- Need more detail

https://community.i2b2.org/wiki/display/OMOP/Configure+Data+Sources


Step 5:

Update  CRC Load i2b2 tables into the database(s) used for the project as needed, making sure to update db properties file  with the  db parameters   ( project parameter is used only used for loading demo data or other Ontologies) <<<<<

https://community.i2b2.org/wiki/display/getstarted/3.4.2+Set+Database+Properties

Image Removedparameters  (e.g., 3.4 Crcdata Tables3.7.4 Load Metadata Tables). For example, you might specify an existing database in the ontology db-lookup, but a new database in the CRC db lookup. In this case, you only need to create/load the tables in the CRC database.

Image Added<--- We don't need db.project highlighted in this screenshot.


Step 6

Finally add  project users . Make sure to add AGG_SERVICE_ACCOUNT

...