2 include_once("../../globals.php");
10 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
14 <body
<?
echo $top_bg_line;?
> topmargin
=0 rightmargin
=0 leftmargin
=2 bottommargin
=0 marginwidth
=2 marginheight
=0>
17 <dt
><span
class="title">New Form
</span
></dt
>
18 <dd
><a href
="<?echo "$rootdir/patient_file
/encounter
/load_form
.php?formname
=physical
";?>" class="link" target
=Main
>Physical Examination
</a
></dd
>
19 <dd
><a href
="<?echo "$rootdir/patient_file
/encounter
/load_form
.php?formname
=newpatient
";?>" class="link" target
=Main
>New Patient Form
</a
></dd
>
20 <dd
><a href
="<?echo "$rootdir/patient_file
/encounter
/load_form
.php?formname
=sencounter
";?>" class="link" target
=Main
>Small Patient Encounter
</a
></dd
>
21 <dd
><a href
="<?echo "$rootdir/patient_file
/encounter
/load_form
.php?formname
=reviewofs
";?>" class="link" target
=Main
>Review Of Systems
</a
></dd
>
25 <dt
><span
class="title">New Form
</span
></dt
>
26 <?php
//DYNAMIC FORM RETREIVAL
27 include_once("$srcdir/registry.inc");
28 $reg = getRegistered ();
30 foreach ($reg as $entry)
31 echo '<dd><a href="'.$rootdir.'/patient_file/encounter/load_form.php?formname='.urlencode($entry['directory']).'" class="link" target=Main>'.$entry['name'].'</a></dd>';