jiuzhen.aspx
上传用户:clhb88
上传日期:2009-09-26
资源大小:3468k
文件大小:7k
源码类别:

医药行业

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="jiuzhen.aspx.cs" AutoEventWireup="false" Inherits="医院管理系统.jiuzhen" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>jiuzhen</title>
  6. <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <FONT class="sd2" face="宋体">
  14. <TABLE id="Table4" height="0" cellSpacing="1" cellPadding="1" width="736" align="center"
  15. border="1">
  16. <TR>
  17. <TD align="center"><asp:image id="Image1" runat="server" Height="72px" Width="768px" ImageUrl="img/4.jpg"></asp:image></TD>
  18. </TR>
  19. <TR>
  20. <TD align="center">
  21. <TABLE id="Table3" cellSpacing="0" cellPadding="0" width="744" border="0">
  22. <TR>
  23. <TD align="center"><STRONG>挂号号码:
  24. <asp:textbox id="tnum" runat="server"></asp:textbox><asp:button id="Button1" runat="server" Width="63px" Text="查找"></asp:button></STRONG></TD>
  25. </TR>
  26. <TR>
  27. <TD align="center"><asp:datagrid id=DataGrid1 runat="server" Width="739px" CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#CCCCCC" DataSource="<%# dss1 %>" DataKeyField="挂号号码" DataMember="Table" AutoGenerateColumns="False" AllowPaging="True">
  28. <SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
  29. <ItemStyle ForeColor="#000066"></ItemStyle>
  30. <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
  31. <FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
  32. <Columns>
  33. <asp:BoundColumn DataField="挂号号码" SortExpression="挂号号码" HeaderText="挂号号码"></asp:BoundColumn>
  34. <asp:BoundColumn DataField="姓名" SortExpression="姓名" HeaderText="姓名"></asp:BoundColumn>
  35. <asp:BoundColumn DataField="年龄" SortExpression="年龄" HeaderText="年龄"></asp:BoundColumn>
  36. <asp:BoundColumn DataField="性别" SortExpression="性别" HeaderText="性别"></asp:BoundColumn>
  37. <asp:ButtonColumn Text="选择" CommandName="Select"></asp:ButtonColumn>
  38. </Columns>
  39. <PagerStyle HorizontalAlign="Center" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
  40. </asp:datagrid></TD>
  41. </TR>
  42. </TABLE>
  43. </TD>
  44. </TR>
  45. <TR>
  46. <TD><asp:panel id="p1" Width="768px" Runat="server">
  47. <TABLE id="Table1" style="WIDTH: 651px; HEIGHT: 876px" cellSpacing="1" cellPadding="1"
  48. width="651" align="center" bgColor="#ffffff" border="1">
  49. <TR>
  50. <TD style="WIDTH: 126px">病人简单信息:</TD>
  51. <TD>
  52. <TABLE id="Table2" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  53. <TR>
  54. <TD style="WIDTH: 87px">挂号号码:</TD>
  55. <TD>
  56. <asp:TextBox id="tnumber" runat="server" Width="256px"></asp:TextBox></TD>
  57. </TR>
  58. <TR>
  59. <TD style="WIDTH: 87px">姓&nbsp;&nbsp;&nbsp; 名:</TD>
  60. <TD>
  61. <asp:TextBox id="tname" runat="server" Width="256px"></asp:TextBox></TD>
  62. </TR>
  63. <TR>
  64. <TD style="WIDTH: 87px">性&nbsp;&nbsp;&nbsp; 别:</TD>
  65. <TD>
  66. <asp:TextBox id="tsex" runat="server" Width="256px"></asp:TextBox></TD>
  67. </TR>
  68. <TR>
  69. <TD style="WIDTH: 87px">年&nbsp;&nbsp;&nbsp; 龄:</TD>
  70. <TD>
  71. <asp:TextBox id="tage" runat="server" Width="256px"></asp:TextBox></TD>
  72. </TR>
  73. </TABLE>
  74. </TD>
  75. </TR>
  76. <TR>
  77. <TD style="WIDTH: 126px; HEIGHT: 38px">是否住院:</TD>
  78. <TD style="HEIGHT: 38px">
  79. <asp:radiobuttonlist id="r1" runat="server" Width="136px" Height="8px" BorderStyle="None" CellPadding="0"
  80. RepeatDirection="Horizontal" CellSpacing="0">
  81. <asp:ListItem Value="住院">住院</asp:ListItem>
  82. <asp:ListItem Value="不住院">不住院</asp:ListItem>
  83. </asp:radiobuttonlist></TD>
  84. </TR>
  85. <TR>
  86. <TD style="WIDTH: 126px; HEIGHT: 18px">是否手术:</TD>
  87. <TD style="HEIGHT: 18px">
  88. <asp:radiobuttonlist id="r2" runat="server" Width="208px" Height="24px" RepeatDirection="Horizontal">
  89. <asp:ListItem Value="需要手术">需要手术</asp:ListItem>
  90. <asp:ListItem Value="不需要手术">不需要手术</asp:ListItem>
  91. </asp:radiobuttonlist></TD>
  92. </TR>
  93. <TR>
  94. <TD style="WIDTH: 126px">是否做化验:</TD>
  95. <TD>
  96. <asp:dropdownlist id="d1" runat="server" Width="80px" Height="32px" ForeColor="Red">
  97. <asp:ListItem Value="不需要">不需要</asp:ListItem>
  98. <asp:ListItem Value="纤维内窥镜实验">纤维内窥镜实验</asp:ListItem>
  99. <asp:ListItem Value="CT图">CT图</asp:ListItem>
  100. <asp:ListItem Value="B超">B超</asp:ListItem>
  101. <asp:ListItem Value="验血">验血</asp:ListItem>
  102. <asp:ListItem Value="两对半实验">两对半实验</asp:ListItem>
  103. <asp:ListItem Value="放射实验">放射实验</asp:ListItem>
  104. <asp:ListItem Value="脑电图">脑电图</asp:ListItem>
  105. </asp:dropdownlist></TD>
  106. </TR>
  107. <TR>
  108. <TD style="WIDTH: 126px">诊断病况:</TD>
  109. <TD>
  110. <asp:textbox id="tbk" runat="server" Width="504px" Height="190px" TextMode="MultiLine" DESIGNTIMEDRAGDROP="70"></asp:textbox></TD>
  111. </TR>
  112. <TR>
  113. <TD style="WIDTH: 126px">所开的药方:</TD>
  114. <TD>
  115. <P>
  116. <asp:textbox id="tyf" runat="server" Width="502px" Height="204px" TextMode="MultiLine"></asp:textbox></P>
  117. <P><STRONG>调剂:</STRONG>
  118. <asp:textbox id="ttj" runat="server" Width="472px" TextMode="MultiLine"></asp:textbox></P>
  119. <P><STRONG>复核:</STRONG>
  120. <asp:textbox id="tfh" runat="server" Width="472px" TextMode="MultiLine"></asp:textbox></P>
  121. </TD>
  122. </TR>
  123. <TR>
  124. <TD style="IGHT: 12px" align="left" colSpan="2"></TD>
  125. </TR>
  126. <TR>
  127. <TD align="right" colSpan="2"><STRONG><FONT color="#ff0033">检查医师:</FONT></STRONG>
  128. <asp:dropdownlist id=d2 runat="server" Width="104px" Height="25px" DataMember="Table" DataSource="<%# ds31 %>" DataTextField="姓名">
  129. </asp:dropdownlist></TD>
  130. </TR>
  131. <TR>
  132. <TD align="right" colSpan="2"></TD>
  133. </TR>
  134. <TR>
  135. <TD align="center" colSpan="2">&nbsp;
  136. <asp:Button id="Button2" runat="server" Width="56px" Height="22px" Text="确定"></asp:Button>
  137. <asp:Button id="Button5" runat="server" Width="83px" Height="22px" Text="疑难病历上传"></asp:Button>
  138. <asp:Button id="Button3" runat="server" Width="56px" Height="22px" Text="查找"></asp:Button>
  139. <asp:Button id="Button4" runat="server" Width="60px" Height="22px" Text="返回主页"></asp:Button></TD>
  140. </TR>
  141. </TABLE>
  142. </asp:panel></TD>
  143. </TR>
  144. </TABLE>
  145. </FONT>
  146. </form>
  147. </body>
  148. </HTML>