Code types - used formatted (ie. with decimals) sql columns for ICD9/10 external...
[openemr.git] / sites / default / config.php
blobe92601aab5f5c85f005140777a999e8a49ff7b2e
1 <?php
2 /* $Id$ */
3 // ------------------------------------------------------------------------ //
4 // OpenEMR Electronic Medical Records System //
5 // Copyright (c) 2005-2010 oemr.org //
6 // <http://www.oemr.org/> //
7 // ------------------------------------------------------------------------ //
8 // This program is free software; you can redistribute it and/or modify //
9 // it under the terms of the GNU General Public License as published by //
10 // the Free Software Foundation; either version 2 of the License, or //
11 // (at your option) any later version. //
12 // //
13 // You may not change or alter any portion of this comment or credits //
14 // of supporting developers from this source code or any supporting //
15 // source code which is considered copyrighted (c) material of the //
16 // original comment or credit authors. //
17 // //
18 // This program is distributed in the hope that it will be useful, //
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of //
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
21 // GNU General Public License for more details. //
22 // //
23 // You should have received a copy of the GNU General Public License //
24 // along with this program; if not, write to the Free Software //
25 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
26 // ------------------------------------------------------------------------ //
28 $GLOBALS['oer_config']['freeb']['claim_file_dir'] = "/usr/share/freeb/public/";
29 //currently can be pdf or txt
30 $GLOBALS['oer_config']['freeb']['default_format'] = "pdf";
31 $GLOBALS['oer_config']['freeb']['username'] = "freeb";
32 $GLOBALS['oer_config']['freeb']['password'] = "12345";
33 $GLOBALS['oer_config']['freeb']['print_command'] = "/usr/bin/lpr";
34 $GLOBALS['oer_config']['freeb']['printer_name'] = "HP_LaserJet4L";
35 // This does not seem useful for PDF HCFAs, see freeb/targetbin/ascii2pdf instead:
36 $GLOBALS['oer_config']['freeb']['printer_extras'] = "-o PageSize=Letter -o portrait";
37 // Set this to make an additional copy of HCFA PDFs in the specified directory,
38 // e.g. for an external billing service. You must end this path with a slash:
39 $GLOBALS['oer_config']['freeb']['copy_pdfs_to'] = '';
41 //used differently by different applications, intuit programs only like numbers
42 $GLOBALS['oer_config']['ofx']['bankid'] = "123456789";
44 //you can use this to match to an existing account in you accounting application
45 $GLOBALS['oer_config']['ofx']['acctid'] = "123456789";
47 //use FL for FLORIDA compatible format, leave blank for default
48 $GLOBALS['oer_config']['prescriptions']['format'] = "";
50 // Document storage repository document root. Must include a trailing slash.
51 $GLOBALS['oer_config']['documents']['repopath'] = $GLOBALS['OE_SITE_DIR'] . "/documents/";
52 $GLOBALS['oer_config']['documents']['file_command_path'] = "/usr/bin/file";
54 //Name of prescription graphic in interface/pic/ directory without preceding slash. Can be JPEG or PNG, normally 3 inches wide.
55 $GLOBALS['oer_config']['prescriptions']['logo_pic'] = "Rx.png";
57 // Name of signature graphic in interface/pic/ directory without preceding
58 // slash. Normally 3 inches wide. This filename may include the string
59 // "{userid}" to indicate the numeric ID of the user, so that prescriptions
60 // can print with the correct provider's signature if you have multiple
61 // providers. Also signature images are used only for faxed prescriptions,
62 // not printed prescriptions.
63 $GLOBALS['oer_config']['prescriptions']['sig_pic'] = "sig.png";
64 //Option to used signature graphic or not
65 $GLOBALS['oer_config']['prescriptions']['use_signature'] = false;
67 // To print the prescription medication area on a grey background:
68 $GLOBALS['oer_config']['prescriptions']['shading'] = false;
70 // only works with hylafax sendfax client, and sendfax must be in PATH
71 // assign 'sendfax' to turn fax sending on
72 $GLOBALS['oer_config']['prescriptions']['sendfax'] = '';
74 // asign a value here if there is any prefix needed to get dialing tone
75 // you can also append a comma to add a one second delay
76 // i.e. 9, will dial 9 for external tone, and wait a second.
77 $GLOBALS['oer_config']['prescriptions']['prefix'] = '';
79 // Similarly for bottle labels if you are dispensing drugs. Note that paper
80 // size here or for prescriptions may be an array (0, 0, width, height).
81 // As above, these measurements are in points.
82 $GLOBALS['oer_config']['druglabels']['paper_size'] = array(0, 0, 216, 216);
83 $GLOBALS['oer_config']['druglabels']['left'] = 18;
84 $GLOBALS['oer_config']['druglabels']['right'] = 18;
85 $GLOBALS['oer_config']['druglabels']['top'] = 18;
86 $GLOBALS['oer_config']['druglabels']['bottom'] = 18;
87 $GLOBALS['oer_config']['druglabels']['logo_pic'] = 'druglogo.png';
88 $GLOBALS['oer_config']['druglabels']['disclaimer'] =
89 'Caution: Federal law prohibits dispensing without a prescription. ' .
90 'Use only as directed.';
92 // Accounts Receivable support. Use one of the following numeric values:
93 // 0 = None
94 // 1 = Using SQL-Ledger
95 // 2 = A/R internal to OpenEMR (recommended)
97 $GLOBALS['oer_config']['ws_accounting']['enabled'] = 2;
99 // If 1 is chosen above, then the following must be set correctly:
101 $GLOBALS['oer_config']['ws_accounting']['server'] = "localhost";
102 $GLOBALS['oer_config']['ws_accounting']['port'] = "80";
103 $GLOBALS['oer_config']['ws_accounting']['url'] = "/sql-ledger/ws_server.pl";
104 $GLOBALS['oer_config']['ws_accounting']['username'] = "unused";
105 $GLOBALS['oer_config']['ws_accounting']['password'] = "unused";
106 $GLOBALS['oer_config']['ws_accounting']['url_path'] = "http://" .
107 $_SERVER["SERVER_NAME"] . "/sql-ledger/login.pl";
108 $GLOBALS['oer_config']['ws_accounting']['income_acct'] = "4320";
110 //don't alter below this line unless you are an advanced user and know what you are doing
112 $GLOBALS['oer_config']['prescriptions']['logo'] = dirname(__FILE__) .
113 "/../../interface/pic/" . $GLOBALS['oer_config']['prescriptions']['logo_pic'];
114 $GLOBALS['oer_config']['prescriptions']['signature'] = dirname(__FILE__) .
115 "/../../interface/pic/" . $GLOBALS['oer_config']['prescriptions']['sig_pic'];
117 $GLOBALS['oer_config']['druglabels']['logo'] = dirname(__FILE__) .
118 "/../../interface/pic/" . $GLOBALS['oer_config']['druglabels']['logo_pic'];
120 $GLOBALS['oer_config']['documents']['repository'] = $GLOBALS['oer_config']['documents']['repopath'];