diff --git a/shrine-webclient/src/main/html/i2b2_config_data.js b/shrine-webclient/src/main/html/i2b2_config_data.js index e6e922154..c9e29ce86 100644 --- a/shrine-webclient/src/main/html/i2b2_config_data.js +++ b/shrine-webclient/src/main/html/i2b2_config_data.js @@ -1,26 +1,26 @@ { urlProxy: "/shrine-proxy/request", urlFramework: "js-i2b2/", loginTimeout: 15, // in seconds //JIRA|SHRINE-519:Charles McGow username_label:"SHRINE Username:", //Username Label password_label:"SHRINE Password:", //Password Label clientHelpUrl: 'help/pdf/shrine-client-guide.pdf', networkHelpUrl:'help/pdf/shrine-network-guide.pdf', wikiBaseUrl: 'https://open.med.harvard.edu/wiki/display/SHRINE/', obfuscation: 10, resultName: "patients", //JIRA|SHRINE-519:Charles McGow // ------------------------------------------------------------------------------------------- // THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO lstDomains: [ { domain: "i2b2demo", name: "SHRINE", urlCellPM: "http://127.0.0.1/i2b2/services/PMService/", - allowAnalysis: false, + allowAnalysis: true, debug: true, isSHRINE: true } ] // ------------------------------------------------------------------------------------------- } diff --git a/shrine-webclient/src/main/html/index.html b/shrine-webclient/src/main/html/index.html index a67d2ca92..868cf97a7 100644 --- a/shrine-webclient/src/main/html/index.html +++ b/shrine-webclient/src/main/html/index.html @@ -1,1444 +1,1445 @@ Shrine Web Client