allow specified non-providers to create authorized entries
[openemr.git] / custom / export_demographics.php
blobc7e7c10177c1367cbb92ac837ff4f7ee6e2acaf2
1 <html>
2 <head>
3 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
4 <title>Export Patient Demographics</title>
5 </head>
6 <body>
8 <p>This is a placeholder for a program to export the currently selected patient's
9 demographics to some other system. A typical application would be a laboratory
10 requisiton system.</p>
12 <p>See export_labworks.php for a working implementation. To install an export
13 program, replace this file with a symbolic link to that program.</p>
15 <center>
16 <form>
17 <p><input type='button' value='OK' onclick='window.close()' /></p>
18 </form>
19 </center>
21 </body>
22 </html>