Security Fix (xss)
[openemr.git] / custom / refer.php
blob5624a57a49dd3c40fcb949f62f4e31b7f7fe4e8b
1 <?php
2 // Copyright (C) 2005 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 include_once("../interface/globals.php");
11 <html>
12 <head>
13 <?php html_header_show();?>
14 <title>Referrals</title>
15 </head>
16 <body>
17 <center>
18 <h2>Referrals</h2>
19 </center>
21 <p>This is a placeholder for a script that will initiate a new referral
22 using a referral management system. Currently we know of one such system,
23 <a href='http://www.refercare.org/'>ReferCare.org</a>&#153;, which is a
24 web-based subscription service.</p>
26 <p>If you subscribe to ReferCare, then simply replace the file
27 custom/refer.php in the OpenEMR installation directory with the file
28 custom/refercare.php, and you will then be able to initiate referrals
29 from within OpenEMR.</p>
31 <p>If you wish to use some other referral management system, then replace
32 custom/refer.php with a suitable interface to that system.</p>
34 <p>If your practice never initiates referrals, then you may wish to delete
35 the file custom/refer.php so that the Refer option will no longer appear.</p>
37 <center>
38 <form>
39 <p><input type='button' value='OK' onclick='window.close()' /></p>
40 </form>
41 </center>
43 </body>
44 </html>