New features, including clone features. Documentation update to follow.
[openemr.git] / custom / refer.php
blobb7f8152612170b14355b1774178aa70f71424cb5
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 <title>Referrals</title>
14 </head>
15 <body>
16 <center>
17 <h2>Referrals</h2>
18 </center>
20 <p>This is a placeholder for a script that will initiate a new referral
21 using a referral management system. Currently we know of one such system,
22 <a href='http://www.refercare.org/'>ReferCare.org</a>&#153;, which is a
23 web-based subscription service.</p>
25 <p>If you subscribe to ReferCare, then simply replace the file
26 custom/refer.php in the OpenEMR installation directory with the file
27 custom/refercare.php, and you will then be able to initiate referrals
28 from within OpenEMR.</p>
30 <p>If you wish to use some other referral management system, then replace
31 custom/refer.php with a suitable interface to that system.</p>
33 <p>If your practice never initiates referrals, then you may wish to delete
34 the file custom/refer.php so that the Refer option will no longer appear.</p>
36 <center>
37 <form>
38 <p><input type='button' value='OK' onclick='window.close()' /></p>
39 </form>
40 </center>
42 </body>
43 </html>