RegQuery.cs
上传用户:yongjiajia
上传日期:2021-01-30
资源大小:686k
文件大小:8k
开发平台:

ASP/ASPX

  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6. namespace 医院管理系统
  7. {
  8. /// <summary>
  9. /// RegQuery 的摘要说明。
  10. /// </summary>
  11. public class RegQuery : System.Windows.Forms.Form
  12. {
  13. private System.Data.SqlClient.SqlDataAdapter da1;
  14. private 医院管理系统.DataSet3 dataSet31;
  15. private System.Windows.Forms.DataGrid dataGrid1;
  16. private System.Windows.Forms.Label label8;
  17. private System.Windows.Forms.Button btnSearch;
  18. private System.Windows.Forms.Label label6;
  19. private System.Windows.Forms.Label label7;
  20. private System.Windows.Forms.TextBox txt2;
  21. private System.Windows.Forms.TextBox txt1;
  22. private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  23. private System.Data.SqlClient.SqlConnection sqlConnection1;
  24. /// <summary>
  25. /// 必需的设计器变量。
  26. /// </summary>
  27. private System.ComponentModel.Container components = null;
  28. public RegQuery()
  29. {
  30. //
  31. // Windows 窗体设计器支持所必需的
  32. //
  33. InitializeComponent();
  34. //
  35. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  36. //
  37. }
  38. /// <summary>
  39. /// 清理所有正在使用的资源。
  40. /// </summary>
  41. protected override void Dispose( bool disposing )
  42. {
  43. if( disposing )
  44. {
  45. if(components != null)
  46. {
  47. components.Dispose();
  48. }
  49. }
  50. base.Dispose( disposing );
  51. }
  52. #region Windows 窗体设计器生成的代码
  53. /// <summary>
  54. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  55. /// 此方法的内容。
  56. /// </summary>
  57. private void InitializeComponent()
  58. {
  59. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegQuery));
  60. this.da1 = new System.Data.SqlClient.SqlDataAdapter();
  61. this.dataSet31 = new 医院管理系统.DataSet3();
  62. this.dataGrid1 = new System.Windows.Forms.DataGrid();
  63. this.label8 = new System.Windows.Forms.Label();
  64. this.btnSearch = new System.Windows.Forms.Button();
  65. this.txt2 = new System.Windows.Forms.TextBox();
  66. this.txt1 = new System.Windows.Forms.TextBox();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.label7 = new System.Windows.Forms.Label();
  69. this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  70. this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataSet31)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
  73. this.SuspendLayout();
  74. // 
  75. // da1
  76. // 
  77. this.da1.SelectCommand = this.sqlSelectCommand1;
  78. this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
  79.   new System.Data.Common.DataTableMapping("Table", "门诊挂号", new System.Data.Common.DataColumnMapping[] {
  80.   new System.Data.Common.DataColumnMapping("挂号科室", "挂号科室"),
  81.   new System.Data.Common.DataColumnMapping("人数", "人数"),
  82.   new System.Data.Common.DataColumnMapping("挂号金额", "挂号金额")})});
  83. // 
  84. // dataSet31
  85. // 
  86. this.dataSet31.DataSetName = "DataSet3";
  87. this.dataSet31.Locale = new System.Globalization.CultureInfo("zh-CN");
  88. // 
  89. // dataGrid1
  90. // 
  91. this.dataGrid1.CaptionVisible = false;
  92. this.dataGrid1.DataMember = "门诊挂号";
  93. this.dataGrid1.DataSource = this.dataSet31;
  94. this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
  95. this.dataGrid1.Location = new System.Drawing.Point(0, 112);
  96. this.dataGrid1.Name = "dataGrid1";
  97. this.dataGrid1.ReadOnly = true;
  98. this.dataGrid1.Size = new System.Drawing.Size(416, 304);
  99. this.dataGrid1.TabIndex = 0;
  100. // 
  101. // label8
  102. // 
  103. this.label8.Location = new System.Drawing.Point(88, 24);
  104. this.label8.Name = "label8";
  105. this.label8.Size = new System.Drawing.Size(144, 16);
  106. this.label8.TabIndex = 9;
  107. this.label8.Text = "格式如'2004-1-1'";
  108. // 
  109. // btnSearch
  110. // 
  111. this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
  112. this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  113. this.btnSearch.Location = new System.Drawing.Point(264, 56);
  114. this.btnSearch.Name = "btnSearch";
  115. this.btnSearch.Size = new System.Drawing.Size(80, 24);
  116. this.btnSearch.TabIndex = 6;
  117. this.btnSearch.Text = "搜索";
  118. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  119. // 
  120. // txt2
  121. // 
  122. this.txt2.Location = new System.Drawing.Point(88, 72);
  123. this.txt2.Name = "txt2";
  124. this.txt2.Size = new System.Drawing.Size(144, 21);
  125. this.txt2.TabIndex = 4;
  126. this.txt2.Text = "";
  127. // 
  128. // txt1
  129. // 
  130. this.txt1.Location = new System.Drawing.Point(88, 40);
  131. this.txt1.Name = "txt1";
  132. this.txt1.Size = new System.Drawing.Size(144, 21);
  133. this.txt1.TabIndex = 5;
  134. this.txt1.Text = "";
  135. // 
  136. // label6
  137. // 
  138. this.label6.Location = new System.Drawing.Point(32, 45);
  139. this.label6.Name = "label6";
  140. this.label6.Size = new System.Drawing.Size(56, 16);
  141. this.label6.TabIndex = 7;
  142. this.label6.Text = "开始时间";
  143. // 
  144. // label7
  145. // 
  146. this.label7.Location = new System.Drawing.Point(32, 77);
  147. this.label7.Name = "label7";
  148. this.label7.Size = new System.Drawing.Size(56, 16);
  149. this.label7.TabIndex = 8;
  150. this.label7.Text = "结束时间";
  151. // 
  152. // sqlSelectCommand1
  153. // 
  154. this.sqlSelectCommand1.CommandText = "SELECT 挂号科室, COUNT(编号) AS 人数, SUM(挂号费用) AS 挂号金额 FROM 门诊挂号 WHERE (时间 > @Param3) AN" +
  155. "D (时间 < @Param4) GROUP BY 挂号科室";
  156. this.sqlSelectCommand1.Connection = this.sqlConnection1;
  157. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param3", System.Data.SqlDbType.DateTime, 8, "时间"));
  158. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param4", System.Data.SqlDbType.DateTime, 8, "时间"));
  159. // 
  160. // sqlConnection1
  161. // 
  162. this.sqlConnection1.ConnectionString = "workstation id=localhost;packet size=4096;integrated security=SSPI;data source="." +
  163. "";persist security info=False;initial catalog=hisbook";
  164. // 
  165. // RegQuery
  166. // 
  167. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  168. this.ClientSize = new System.Drawing.Size(416, 413);
  169. this.Controls.Add(this.label8);
  170. this.Controls.Add(this.btnSearch);
  171. this.Controls.Add(this.txt2);
  172. this.Controls.Add(this.txt1);
  173. this.Controls.Add(this.label6);
  174. this.Controls.Add(this.label7);
  175. this.Controls.Add(this.dataGrid1);
  176. this.Name = "RegQuery";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "【科室挂号量】";
  179. this.Load += new System.EventHandler(this.RegQuery_Load);
  180. ((System.ComponentModel.ISupportInitialize)(this.dataSet31)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
  182. this.ResumeLayout(false);
  183. }
  184. #endregion
  185. //-------------初始化窗体,读入数据-----------
  186. private void RegQuery_Load(object sender, System.EventArgs e)
  187. {
  188. da1.SelectCommand.Parameters[0].Value="1990-1-1";//默认时间范围
  189. da1.SelectCommand.Parameters[1].Value="2010-12-31";
  190. da1.Fill(dataSet31);
  191. }
  192. //-------------根据时间范围查询数据--------------
  193. private void btnSearch_Click(object sender, System.EventArgs e)
  194. {
  195. da1.SelectCommand.Parameters[0].Value="1990-1-1";
  196. da1.SelectCommand.Parameters[1].Value="2010-12-31";
  197. if(txt1.Text.Trim()!="")
  198. {
  199. da1.SelectCommand.Parameters[0].Value=txt1.Text;
  200. }
  201. if(txt2.Text.Trim()!="")
  202. {
  203. da1.SelectCommand.Parameters[1].Value=txt2.Text;
  204. }
  205. dataSet31.Clear();
  206. da1.Fill(dataSet31);
  207. }
  208. }
  209. }