Links to rx_print changed to make use of GET variable as now required by rx_print...
[openemr.git] / library / DBC_include.php
blobd1accf89a9dfb9cca182eb7172b49d1b4355c0af
1 <?php
3 require_once('sql.inc');
5 define('TMPDIR_DBC', '/var/www/html/openemr/temp');
7 // WORKING LINK FOR VEKTIS FILES (as it'll appear in URL)
8 define('VK_WORKINGLNK','http://localhost:60001/openemr/temp/vektis/');
10 // WORKING LINK FOR DBC FILES (as it'll appear in URL)
11 define('DB_WORKINGLNK','http://localhost:60001/openemr/temp/dbc/');
13 require_once('DBC_functions.php');
14 require_once('DBC_files.php');
15 require_once('DBC_Vektis.php');
16 require_once('DBC_validations.php');
17 require_once('DBC_decisiontree.php');
19 $css_dbc = "{$GLOBALS['rootdir']}/themes/style_dbc.css";
21 mb_internal_encoding('UTF-8');