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

医药行业

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="nanzhao.aspx.cs" AutoEventWireup="false" Inherits="医院管理系统.nanzhao" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>nanzhao</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <FONT face="宋体">
  14. <TABLE id="Table1" align="center" cellSpacing="1" cellPadding="1" width="80%" border="1">
  15. <TR>
  16. <TD style="HEIGHT: 60px" align="center" background="img/9.jpg" bgColor="#ffcc66"><FONT face="华文彩云" color="#663366" size="7"><STRONG>疑难病况显示</STRONG></FONT>&nbsp;</TD>
  17. </TR>
  18. <TR>
  19. <TD>
  20. <asp:datagrid id=DataGrid1 runat="server" Width="100%" AllowPaging="True" DataSource="<%# nan1 %>" DataKeyField="挂号号码" DataMember="Table" AutoGenerateColumns="False" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3">
  21. <SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
  22. <ItemStyle ForeColor="#000066"></ItemStyle>
  23. <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
  24. <FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
  25. <Columns>
  26. <asp:BoundColumn DataField="挂号号码" HeaderText="挂号号码"></asp:BoundColumn>
  27. <asp:BoundColumn DataField="姓名" HeaderText="姓名"></asp:BoundColumn>
  28. <asp:BoundColumn DataField="性别" HeaderText="性别"></asp:BoundColumn>
  29. <asp:BoundColumn DataField="年龄" HeaderText="年龄"></asp:BoundColumn>
  30. <asp:BoundColumn DataField="疑难病况" HeaderText="疑难病况"></asp:BoundColumn>
  31. <asp:BoundColumn DataField="过敏药物" SortExpression="过敏药物" HeaderText="过敏药物"></asp:BoundColumn>
  32. <asp:BoundColumn DataField="医师" HeaderText="医师"></asp:BoundColumn>
  33. <asp:BoundColumn DataField="上传日期" HeaderText="上传日期"></asp:BoundColumn>
  34. <asp:ButtonColumn Text="选择" CommandName="Select"></asp:ButtonColumn>
  35. </Columns>
  36. <PagerStyle HorizontalAlign="Center" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
  37. </asp:datagrid></TD>
  38. </TR>
  39. <TR>
  40. <TD align="center">&nbsp; 挂号号码
  41. <asp:textbox id="TextBox1" runat="server" Width="120px"></asp:textbox>
  42. <asp:button id="Button1" runat="server" Text="查找"></asp:button>
  43. <asp:button id="Button2" runat="server" Text="详细信息"></asp:button>
  44. <asp:Button id="Button3" runat="server" Text="返回"></asp:Button></TD>
  45. </TR>
  46. <TR>
  47. <TD>&nbsp;
  48. <asp:panel id="p1" Width="749px" Visible="False" Runat="server">
  49. <TABLE id="Table2" style="WIDTH: 657px; HEIGHT: 506px" height="0" cellSpacing="1" cellPadding="1"
  50. width="657" align="center" border="1">
  51. <TR>
  52. <TD style="HEIGHT: 1px" align="center" colSpan="2">
  53. <asp:Label id="Label14" runat="server" Width="236px" ForeColor="Red"></asp:Label></TD>
  54. </TR>
  55. <TR>
  56. <TD style="WIDTH: 103px; HEIGHT: 7px">挂号号码:</TD>
  57. <TD style="HEIGHT: 7px">
  58. <asp:label id="Label1" runat="server" Width="272px"></asp:label></TD>
  59. </TR>
  60. <TR>
  61. <TD style="WIDTH: 103px; HEIGHT: 3px">姓名:</TD>
  62. <TD style="HEIGHT: 3px">
  63. <asp:label id="Label2" runat="server" Width="248px"></asp:label></TD>
  64. </TR>
  65. <TR>
  66. <TD style="WIDTH: 103px; HEIGHT: 10px">年龄:</TD>
  67. <TD style="HEIGHT: 10px">
  68. <asp:label id="Label3" runat="server" Width="304px"></asp:label></TD>
  69. </TR>
  70. <TR>
  71. <TD style="WIDTH: 103px; HEIGHT: 4px">性别:</TD>
  72. <TD style="HEIGHT: 4px">
  73. <asp:label id="Label4" runat="server" Width="288px"></asp:label></TD>
  74. </TR>
  75. <TR>
  76. <TD style="WIDTH: 103px; HEIGHT: 100px">疑难病况:</TD>
  77. <TD style="HEIGHT: 100px">
  78. <asp:label id="Label5" runat="server" Width="520px" Height="206px"></asp:label></TD>
  79. </TR>
  80. <TR>
  81. <TD style="WIDTH: 103px; HEIGHT: 138px">过敏药物:</TD>
  82. <TD style="HEIGHT: 138px">
  83. <asp:label id="Label6" runat="server" Width="552px" Height="174px"></asp:label></TD>
  84. </TR>
  85. <TR>
  86. <TD style="WIDTH: 103px; HEIGHT: 2px">医师:</TD>
  87. <TD style="HEIGHT: 2px">
  88. <asp:label id="Label7" runat="server" Width="184px"></asp:label></TD>
  89. </TR>
  90. <TR>
  91. <TD style="WIDTH: 103px; HEIGHT: 34px">日期:</TD>
  92. <TD style="HEIGHT: 34px">
  93. <asp:label id="Label8" runat="server" Width="448px"></asp:label></TD>
  94. </TR>
  95. </TABLE>
  96. </asp:panel></TD>
  97. </TR>
  98. <TR>
  99. <TD>&nbsp;
  100. </TD>
  101. </TR>
  102. </TABLE>
  103. </FONT>
  104. </form>
  105. </body>
  106. </HTML>