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

医药行业

开发平台:

C#

  1. using System;
  2. using System.Collections;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Web;
  7. using System.Web.SessionState;
  8. using System.Web.UI;
  9. using System.Web.UI.WebControls;
  10. using System.Web.UI.HtmlControls;
  11. using System.Data.SqlClient;
  12. namespace 医院管理系统
  13. {
  14. /// <summary>
  15. /// jzhenzhao 的摘要说明。
  16. /// </summary>
  17. public class jzhenzhao : System.Web.UI.Page
  18. {
  19. protected System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  20. protected System.Data.SqlClient.SqlCommand sqlInsertCommand1;
  21. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
  22. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
  23. protected System.Data.SqlClient.SqlDataAdapter sda;
  24. protected System.Data.SqlClient.SqlConnection cnn;
  25. protected 医院管理系统.jzzhao jzzhao1;
  26. protected System.Web.UI.WebControls.TextBox TextBox1;
  27. protected System.Web.UI.WebControls.Button Button1;
  28. protected System.Data.SqlClient.SqlCommand sqlSelectCommand2;
  29. protected System.Data.SqlClient.SqlCommand sqlInsertCommand2;
  30. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand2;
  31. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand2;
  32. protected System.Data.SqlClient.SqlDataAdapter sda1;
  33. protected System.Data.SqlClient.SqlCommand cmd;
  34. protected System.Web.UI.WebControls.Button Button2;
  35. protected System.Web.UI.WebControls.Label Label13;
  36. protected System.Web.UI.WebControls.Label Label12;
  37. protected System.Web.UI.WebControls.Label Label11;
  38. protected System.Web.UI.WebControls.Label Label10;
  39. protected System.Web.UI.WebControls.Label Label9;
  40. protected System.Web.UI.WebControls.Label Label8;
  41. protected System.Web.UI.WebControls.Label Label7;
  42. protected System.Web.UI.WebControls.Label Label6;
  43. protected System.Web.UI.WebControls.Label Label5;
  44. protected System.Web.UI.WebControls.Label Label4;
  45. protected System.Web.UI.WebControls.Label Label3;
  46. protected System.Web.UI.WebControls.Label Label2;
  47. protected System.Web.UI.WebControls.Label Label1;
  48. protected System.Web.UI.WebControls.Panel p1;
  49. protected System.Web.UI.WebControls.Label Label14;
  50. protected System.Web.UI.WebControls.Image Image1;
  51. protected System.Web.UI.WebControls.Button Button3;
  52. protected System.Web.UI.WebControls.DataGrid DataGrid1;
  53. Cpass cpa =new Cpass(); 
  54. private void Page_Load(object sender, System.EventArgs e)
  55. {
  56. try
  57. {
  58. string user= Session["usename"].ToString();
  59. string pwd=Session["pwds"].ToString() ; //获得变量值
  60. if(cpa.CH(user, pwd, "就诊")=="Norights")//用户名或密码错或无权限
  61. Response.Redirect("index.aspx");
  62. catch
  63. {
  64. Response.Redirect("index.aspx");
  65. if(!IsPostBack)
  66. {
  67. fill();
  68. }
  69. }
  70. private void fill()
  71. {
  72. if(cnn.State==0) cnn.Open();
  73. sda.SelectCommand.ExecuteNonQuery();
  74. jzzhao1.Clear(); 
  75. sda.Fill(jzzhao1); 
  76. cnn.Close();
  77. DataGrid1.DataBind(); 
  78. }
  79. #region Web 窗体设计器生成的代码
  80. override protected void OnInit(EventArgs e)
  81. {
  82. //
  83. // CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
  84. //
  85. InitializeComponent();
  86. base.OnInit(e);
  87. }
  88. /// <summary>
  89. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  90. /// 此方法的内容。
  91. /// </summary>
  92. private void InitializeComponent()
  93. {    
  94. this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  95. this.cnn = new System.Data.SqlClient.SqlConnection();
  96. this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
  97. this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
  98. this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
  99. this.sda = new System.Data.SqlClient.SqlDataAdapter();
  100. this.jzzhao1 = new 医院管理系统.jzzhao();
  101. this.sqlSelectCommand2 = new System.Data.SqlClient.SqlCommand();
  102. this.sqlInsertCommand2 = new System.Data.SqlClient.SqlCommand();
  103. this.sqlUpdateCommand2 = new System.Data.SqlClient.SqlCommand();
  104. this.sqlDeleteCommand2 = new System.Data.SqlClient.SqlCommand();
  105. this.sda1 = new System.Data.SqlClient.SqlDataAdapter();
  106. this.cmd = new System.Data.SqlClient.SqlCommand();
  107. ((System.ComponentModel.ISupportInitialize)(this.jzzhao1)).BeginInit();
  108. this.DataGrid1.PageIndexChanged += new System.Web.UI.WebControls.DataGridPageChangedEventHandler(this.DataGrid1_PageIndexChanged);
  109. this.DataGrid1.SelectedIndexChanged += new System.EventHandler(this.DataGrid1_SelectedIndexChanged);
  110. this.Button1.Click += new System.EventHandler(this.Button1_Click);
  111. this.Button2.Click += new System.EventHandler(this.Button2_Click);
  112. // 
  113. // sqlSelectCommand1
  114. // 
  115. this.sqlSelectCommand1.CommandText = "[jzzhao]";
  116. this.sqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure;
  117. this.sqlSelectCommand1.Connection = this.cnn;
  118. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  119. // 
  120. // cnn
  121. // 
  122. this.cnn.ConnectionString = "workstation id="802-HUANGHAI";packet size=4096;integrated security=SSPI;data sour" +
  123. "ce=".";persist security info=False;initial catalog=医院管理系统";
  124. // 
  125. // sda
  126. // 
  127. this.sda.DeleteCommand = this.sqlDeleteCommand1;
  128. this.sda.InsertCommand = this.sqlInsertCommand1;
  129. this.sda.SelectCommand = this.sqlSelectCommand1;
  130. this.sda.UpdateCommand = this.sqlUpdateCommand1;
  131. // 
  132. // jzzhao1
  133. // 
  134. this.jzzhao1.DataSetName = "jzzhao";
  135. this.jzzhao1.Locale = new System.Globalization.CultureInfo("zh-CN");
  136. // 
  137. // sqlSelectCommand2
  138. // 
  139. this.sqlSelectCommand2.CommandText = "[seljz]";
  140. this.sqlSelectCommand2.CommandType = System.Data.CommandType.StoredProcedure;
  141. this.sqlSelectCommand2.Connection = this.cnn;
  142. this.sqlSelectCommand2.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  143. this.sqlSelectCommand2.Parameters.Add(new System.Data.SqlClient.SqlParameter("@挂号号码", System.Data.SqlDbType.NVarChar, 20));
  144. // 
  145. // sda1
  146. // 
  147. this.sda1.DeleteCommand = this.sqlDeleteCommand2;
  148. this.sda1.InsertCommand = this.sqlInsertCommand2;
  149. this.sda1.SelectCommand = this.sqlSelectCommand2;
  150. this.sda1.UpdateCommand = this.sqlUpdateCommand2;
  151. // 
  152. // cmd
  153. // 
  154. this.cmd.CommandText = "[jz]";
  155. this.cmd.CommandType = System.Data.CommandType.StoredProcedure;
  156. this.cmd.Connection = this.cnn;
  157. this.cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  158. this.cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@id", System.Data.SqlDbType.Int, 4));
  159. this.Button3.Click += new System.EventHandler(this.Button3_Click);
  160. this.Load += new System.EventHandler(this.Page_Load);
  161. ((System.ComponentModel.ISupportInitialize)(this.jzzhao1)).EndInit();
  162. }
  163. #endregion
  164. private void Button1_Click(object sender, System.EventArgs e)
  165. {
  166. p1.Visible =false;
  167. if(cnn.State==0) cnn.Open();
  168. sda1.SelectCommand.Parameters["@挂号号码"].Value=TextBox1.Text;
  169. sda1.SelectCommand.ExecuteNonQuery ();
  170. this.jzzhao1.Clear();
  171. this.sda1.Fill(jzzhao1);
  172. this.DataGrid1.DataBind();
  173. cnn.Close();
  174. }
  175. private void Button2_Click(object sender, System.EventArgs e)
  176. {
  177. if(DataGrid1.SelectedIndex==-1)
  178. {
  179. Response.Write("<script language=javascript>alert('你还没选择!');</script>") ;
  180. }
  181. else
  182. {
  183. if(cnn.State==0) cnn.Open();
  184. p1.Visible =true;
  185. cmd.Parameters["@id"].Value=Convert.ToInt32(DataGrid1.SelectedItem.Cells[0].Text);
  186. Label14.Text=DataGrid1.SelectedItem.Cells[1].Text+"——详细信息";
  187. SqlDataReader rd=cmd.ExecuteReader();
  188. while (rd.Read())
  189. {
  190. this.Label1.Text =rd.GetValue(0).ToString();
  191. this.Label2.Text =rd.GetValue(1).ToString();
  192. this.Label3.Text =rd.GetValue(2).ToString();
  193. this.Label4.Text =rd.GetValue(3).ToString();
  194. this.Label5.Text =rd.GetValue(4).ToString();
  195. this.Label6.Text =rd.GetValue(5).ToString();
  196. this.Label7.Text =rd.GetValue(6).ToString();
  197. this.Label8.Text =rd.GetValue(7).ToString();
  198. this.Label9.Text =rd.GetValue(8).ToString();
  199. this.Label10.Text =rd.GetValue(9).ToString();
  200. this.Label11.Text =rd.GetValue(10).ToString();
  201. this.Label12.Text =rd.GetValue(11).ToString();
  202. this.Label13.Text =rd.GetValue(12).ToString();
  203. }
  204. }
  205. }
  206. private void DataGrid1_SelectedIndexChanged(object sender, System.EventArgs e)
  207. {
  208. p1.Visible =false;
  209. }
  210. private void DataGrid1_PageIndexChanged(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
  211. {
  212. DataGrid1.CurrentPageIndex = e.NewPageIndex;
  213. fill();
  214. }
  215. private void Button3_Click(object sender, System.EventArgs e)
  216. {
  217. this.Response.Redirect("jiuzhen.aspx");
  218. }
  219. }
  220. }