1 <!-- Form generated from formsWiz
-->
3 include_once("../../globals.php");
4 include_once("$srcdir/api.inc");
5 formHeader("Form: dictation");
8 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
10 <body
<?
echo $top_bg_line;?
> topmargin
=0 rightmargin
=0 leftmargin
=2 bottommargin
=0 marginwidth
=2 marginheight
=0>
11 <form method
=post action
="<?echo $rootdir;?>/forms/dictation/save.php?mode=new" name
="my_form">
12 <span
class="title">Speech Dictation
</span
><br
><br
>
13 <span
class=text
>Dictation
: </span
><br
><textarea cols
=80 rows
=24 wrap
=virtual name
="dictation" ></textarea
><br
>
14 <span
class=text
>Additional Notes
: </span
><br
><textarea cols
=80 rows
=8 wrap
=virtual name
="additional_notes" ></textarea
><br
>
16 <a href
="javascript:document.my_form.submit();" class="link_submit">[Save
]</a
>
18 <a href
="<?echo "$rootdir/patient_file
/encounter
/patient_encounter
.php
";?>" class="link">[Don
't Save]</a>