IDRT - Integrated Data Repository Toolkit
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Whereas /WEBCLIENT/ is the toplevel-folder of your webclient, e.g.:
/var/www/html/webclient/.

Plugin Loader

As next Next locate the file i2b2-loader.js in the folder /WEBCLIENT/js-i2b2/. It should be already existing exist in your i2b2 webclient. This file must be edited. The following code must be pasted inserted after the last announced plugin (which closes is closed with a }), but before the closing of the i2b2.hive.tempCellsList array (which closes is closed with a ];).

Code Block
languagesql
,{ code: "IdrtAdditionalData2",

forceLoading: true,

forceConfigMsg: { DefaultTab: 0 },

roles: [ "DATA_LDS", "DATA_DEID", "DATA_PROT" ],

forceDir: "cells/plugins/idrt"

}

...