2 include("../../../library/api.inc");
3 formHeader("View my form");
6 <form method
=post action
=save
.php name
=new_encounter
>
7 <input type
=hidden name
=id value
='<?echo $_GET["id"];?>'>
8 <span
class=title
>New Patient Encounter Form
</span
>
11 <span
class=text
>Reason
for Visit
:</span
><br
>
12 <textarea name
=reason cols
=40 rows
=6 wrap
=virtual
><?
13 $result = formFetch('newer_patient', "7");
15 echo $result["reason"];
21 echo "<input type='text' name='cats' value='{$result['cats']}'>";
24 <a href
="javascript:top.restoreSession();document.new_encounter.submit();" class="link_submit">[Save
]</a
>