Initial import.
[openemr.git] / interface / patient_file / encounter / coding.php
blobf0928d5fd8fe6ba3d40c511b06b3bb35562f6bf1
1 <?
2 include_once("../../globals.php");
3 include_once("../../../custom/code_types.inc.php");
4 ?>
5 <html>
6 <head>
7 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
8 </head>
9 <body <?echo $bottom_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
11 <dl>
12 <dt><span href="coding.php" class="title">Coding/Billing</span></dt>
13 <dd><a class="text" href="superbill_codes.php" target="Main">Superbill</a></dd>
15 <? foreach ($code_types as $key => $value) { ?>
16 <dd><a class="text" href="search_code.php?type=<? echo $key ?>" target="Codes"><? echo $key ?> Search</a></dd>
17 <? } ?>
19 <dd><a class="text" href="copay.php" target="Codes">Copay</a></dd>
20 <dd><a class="text" href="other.php" target="Codes">Other</a></dd><br />
21 <dt><span href="coding.php" class="title">Prescriptions</span></dt>
22 <dd><a class="text" href="<?=$GLOBALS['webroot']?>/controller.php?prescription&list&id=<?=$pid?>" target="Codes">List Prescriptions</a></dd>
23 <dd><a class="text" href="<?=$GLOBALS['webroot']?>/controller.php?prescription&edit&id=&pid=<?=$pid?>" target="Codes">Add Prescription</a></dd>
24 </dl>
26 </body>
27 </html>