forked from thundi3/thairisfree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addendum.php
42 lines (42 loc) · 1.38 KB
/
addendum.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
############################################
# ThaiRIS (Thai Radiology Information System)
# Version: 1.0
# File last modified: 8 Nov 2016
# File name:
# Description :
# http://www.thairis.net
# Email : info.xraythai@gmail.com
############################################
include "connectdb.php";
include ("function.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<script language=JavaScript src="frames_body_array_<?php echo $LANGUAGE; ?>.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
<script language=JavaScript src="addendum.js" type=text/javascript></script>
</head>
<body bgcolor="#d4d4d4">
<center>
<table border=0 widht=70%>
<tr bgcolor="#79acf3"> <td> Search Patient order for Addendum </td></tr>
<tr bgcolor=#f8d290><td><form name="form1"accept-charset="UTF-8">
<p><font face="MS Sans Serif">Search
<br />MRN </font>
<font face="MS Sans Serif">
<input type="text" name="mrn">
</font></p>
<p><font face="MS Sans Serif">Name
<input type="text" name="fname" value=""> Lastname</font>
<input type="text" name="lname">
<input type="button" value="Search" onclick="searchedit()">
</p>
</form></td>
</tr>
<tr><td>
<div id=showsearch></div>
</td></tr>
</table>
</center>