Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info Box
titleSHRINE URLPurpose

The SHRINE Connector software has a configuration item for your local SHRINE Adapter URL. This URL accepts service call requests from the SHRINE Connector.

Tip
titleSHRINE URL template

In most cases, your SHRINE URL will be httphttps://your_hostname:90906443/shrine/rest/i2b2/services/PMService/ Where admin/request The your_hostname part of the URL is the host name or domain name of the web server your installed ACT.

 

where ACT is installed.

In the root folder of the ACT Web Client there is the ACT_config.php file. In here you can edit the shrine_url entry. This entry is where you place your SHRINE URL.

Code Block
languagephp
themeMidnight
titleEdit ACT_config.php
return array(
	     'shrine_url' => 'your_SHRINE_URL_here',
		 'working_directory' => '/opt/viewer_jobs',
		 'site_name' => 'Partners',
	     'debug_logging' => true,
         'shrine_connector_logging' => false,
         'patient_list_exporter_logging' => false
	     );