updated user manual wiki page link for future 4.1.2
[openemr.git] / custom / export_demographics.php
blob117099625cf42c8389dee98051611fbc77b00f77
1 <html>
2 <head>
3 <?php html_header_show();?>
4 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
5 <title>Export Patient Demographics</title>
6 </head>
7 <body>
9 <p>This is a placeholder for a program to export the currently selected patient's
10 demographics to some other system. A typical application would be a laboratory
11 requisiton system.</p>
13 <p>See export_labworks.php for a working implementation. To install an export
14 program, replace this file with a symbolic link to that program.</p>
16 <center>
17 <form>
18 <p><input type='button' value='OK' onclick='window.close()' /></p>
19 </form>
20 </center>
22 </body>
23 </html>