Versions Compared

Key

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

...

Code Block
languagesql
themerdark
$ psql -U postgres "dbname=i2b2 options=--search_path=shrine_ont" -a -f SCHEMES.sql

 

Next, you will need to load the demo SHRINE ontology into the newly created tables. This will populate the ontology tree within the SHRINE webclient. You can download the demo ontology file here:

https://open.med.harvard.edu/svn/shrine-ontology/SHRINE_Demo_Downloads/trunk/ShrineDemo.sql

Once you have downloaded the script, you can run this script by running:

Code Block
languagesql
themerdark
$ psql -U postgres "dbname=i2b2 options=--search_path=shrine_ont" -a -f ShrineDemo.sql

 

Next, you will need to point i2b2 to look at the newly created schemas in its database for the SHRINE ontology. Please refer to this file for the script: db_lookups.sql

...