3 <?php
html_header_show();?
>
4 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
5 <title
>Export Patient Demographics
</title
>
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>
18 <p><input type='button
' value='OK
' onclick='window
.close()' /></p>