2 include_once("../globals.php");
7 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
10 <body
<?
echo $top_bg_line;?
> topmargin
='0' rightmargin
='0' leftmargin
='2'
11 bottommargin
='0' marginwidth
='2' marginheight
='0'
12 onload
="javascript:document.new_patient.fname.focus();">
14 <form name
='new_patient' method
='post' action
="new_patient_save.php" target
='_top'>
15 <a
class="title" href
="../main/main_screen.php" target
="_top">New Patient
</a
>
25 <span
class='bold'>Title
: </span
>
29 <option value
="Mr.">Mr
.</option
>
30 <option value
="Mrs.">Mrs
.</option
>
31 <option value
="Ms.">Ms
.</option
>
32 <option value
="Dr.">Dr
.</option
>
35 <td rowspan
='5' class='bold'>
41 <span
class='bold'>First Name
: </span
>
44 <input type
='entry' size
='15' name
='fname'>
50 <span
class='bold'>Middle Name
: </span
>
53 <input type
='entry' size
='15' name
='mname'>
59 <span
class='bold'>Last Name
: </span
>
62 <input type
='entry' size
='15' name
='lname'>
68 <span
class='bold'>Patient Number
: </span
>
71 <input type
='entry' size
='5' name
='pubpid'>
72 <span
class='text'> omit to autoassign
 
;  
; </span
>
79 <input type
='submit' name
='form_create' value
='Create New Patient' />