OutpatientRegistration.designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class OutpatientRegistration
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.dblkcbxOuOrEmref = new PTControl.DBLookupCombox();
  32. this.label10 = new System.Windows.Forms.Label();
  33. this.cbxUnifPayStdType = new System.Windows.Forms.ComboBox();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.cbxAccountPay = new Sunny.UI.UICheckBox();
  36. this.chk_claTrtFlag = new Sunny.UI.UICheckBox();
  37. this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
  38. this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
  39. this.dblkcbxHospType = new PTControl.DBLookupCombox();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.cbxMdtrtGrpType = new System.Windows.Forms.ComboBox();
  42. this.label9 = new System.Windows.Forms.Label();
  43. this.dblkcbxDiseaseType = new PTControl.DBLookupCombox();
  44. this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
  45. this.dblkcbxOperation = new PTControl.DBLookupCombox();
  46. this.dblkcbxDisease = new PTControl.DBLookupCombox();
  47. this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
  48. this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.dgvDiagnose = new System.Windows.Forms.DataGridView();
  57. this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.panel3 = new System.Windows.Forms.Panel();
  68. this.uiButton1 = new Sunny.UI.UIButton();
  69. this.button2 = new System.Windows.Forms.Button();
  70. this.button1 = new System.Windows.Forms.Button();
  71. this.panel1.SuspendLayout();
  72. this.panel2.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
  74. this.panel3.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // panel1
  78. //
  79. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  80. this.panel1.Controls.Add(this.dblkcbxOuOrEmref);
  81. this.panel1.Controls.Add(this.label10);
  82. this.panel1.Controls.Add(this.cbxUnifPayStdType);
  83. this.panel1.Controls.Add(this.label7);
  84. this.panel1.Controls.Add(this.cbxAccountPay);
  85. this.panel1.Controls.Add(this.chk_claTrtFlag);
  86. this.panel1.Controls.Add(this.Chk_RelTtpFlag);
  87. this.panel1.Controls.Add(this.Chk_TraumaFlag);
  88. this.panel1.Controls.Add(this.dblkcbxHospType);
  89. this.panel1.Controls.Add(this.label8);
  90. this.panel1.Controls.Add(this.cbxMdtrtGrpType);
  91. this.panel1.Controls.Add(this.label9);
  92. this.panel1.Controls.Add(this.dblkcbxDiseaseType);
  93. this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
  94. this.panel1.Controls.Add(this.dblkcbxOperation);
  95. this.panel1.Controls.Add(this.dblkcbxDisease);
  96. this.panel1.Controls.Add(this.dblkcbxMedicalType);
  97. this.panel1.Controls.Add(this.dblkcbxInsuranceType);
  98. this.panel1.Controls.Add(this.label6);
  99. this.panel1.Controls.Add(this.label5);
  100. this.panel1.Controls.Add(this.label4);
  101. this.panel1.Controls.Add(this.label3);
  102. this.panel1.Controls.Add(this.label2);
  103. this.panel1.Controls.Add(this.label1);
  104. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  106. this.panel1.Location = new System.Drawing.Point(0, 0);
  107. this.panel1.Name = "panel1";
  108. this.panel1.Size = new System.Drawing.Size(1197, 268);
  109. this.panel1.TabIndex = 12;
  110. //
  111. // dblkcbxOuOrEmref
  112. //
  113. this.dblkcbxOuOrEmref.FormattingEnabled = true;
  114. this.dblkcbxOuOrEmref.Items.AddRange(new object[] {
  115. "0 无",
  116. "1 急诊 ",
  117. "2 转诊",
  118. "3 转诊合并急诊"});
  119. this.dblkcbxOuOrEmref.Location = new System.Drawing.Point(699, 223);
  120. this.dblkcbxOuOrEmref.Name = "dblkcbxOuOrEmref";
  121. this.dblkcbxOuOrEmref.NullValue = "";
  122. this.dblkcbxOuOrEmref.PopupGridAutoSize = false;
  123. this.dblkcbxOuOrEmref.RowFilterVisible = false;
  124. this.dblkcbxOuOrEmref.sDisplayField = "";
  125. this.dblkcbxOuOrEmref.sDisplayMember = "";
  126. this.dblkcbxOuOrEmref.SeparatorChar = "|";
  127. this.dblkcbxOuOrEmref.Size = new System.Drawing.Size(160, 30);
  128. this.dblkcbxOuOrEmref.sKeyWords = "";
  129. this.dblkcbxOuOrEmref.sValueMember = "";
  130. this.dblkcbxOuOrEmref.TabIndex = 52;
  131. this.dblkcbxOuOrEmref.Value = "";
  132. //
  133. // label10
  134. //
  135. this.label10.AutoSize = true;
  136. this.label10.ForeColor = System.Drawing.SystemColors.InfoText;
  137. this.label10.Location = new System.Drawing.Point(506, 226);
  138. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.label10.Name = "label10";
  140. this.label10.Size = new System.Drawing.Size(186, 22);
  141. this.label10.TabIndex = 51;
  142. this.label10.Text = "门诊急诊转诊标志";
  143. this.label10.Click += new System.EventHandler(this.label10_Click);
  144. //
  145. // cbxUnifPayStdType
  146. //
  147. this.cbxUnifPayStdType.FormattingEnabled = true;
  148. this.cbxUnifPayStdType.Items.AddRange(new object[] {
  149. "0\t缺省",
  150. "1\t≤1岁(年龄)",
  151. "2\t>1岁(年龄)",
  152. "3\t≤3岁(年龄)",
  153. "4\t>3岁(年龄)",
  154. "5\t体外循环",
  155. "6\t非体外循环"});
  156. this.cbxUnifPayStdType.Location = new System.Drawing.Point(163, 223);
  157. this.cbxUnifPayStdType.Name = "cbxUnifPayStdType";
  158. this.cbxUnifPayStdType.Size = new System.Drawing.Size(257, 30);
  159. this.cbxUnifPayStdType.TabIndex = 50;
  160. //
  161. // label7
  162. //
  163. this.label7.AutoSize = true;
  164. this.label7.ForeColor = System.Drawing.SystemColors.InfoText;
  165. this.label7.Location = new System.Drawing.Point(35, 226);
  166. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.label7.Name = "label7";
  168. this.label7.Size = new System.Drawing.Size(142, 22);
  169. this.label7.TabIndex = 49;
  170. this.label7.Text = "包干标准类型";
  171. //
  172. // cbxAccountPay
  173. //
  174. this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  175. this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
  176. this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.cbxAccountPay.Location = new System.Drawing.Point(944, 21);
  178. this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
  179. this.cbxAccountPay.Name = "cbxAccountPay";
  180. this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  181. this.cbxAccountPay.Size = new System.Drawing.Size(207, 29);
  182. this.cbxAccountPay.TabIndex = 48;
  183. this.cbxAccountPay.Text = "使用医保账户支付";
  184. this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  185. //
  186. // chk_claTrtFlag
  187. //
  188. this.chk_claTrtFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  189. this.chk_claTrtFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.chk_claTrtFlag.Location = new System.Drawing.Point(944, 174);
  191. this.chk_claTrtFlag.MinimumSize = new System.Drawing.Size(1, 1);
  192. this.chk_claTrtFlag.Name = "chk_claTrtFlag";
  193. this.chk_claTrtFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  194. this.chk_claTrtFlag.Size = new System.Drawing.Size(168, 29);
  195. this.chk_claTrtFlag.TabIndex = 47;
  196. this.chk_claTrtFlag.Text = "分级诊疗标志";
  197. this.chk_claTrtFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  198. //
  199. // Chk_RelTtpFlag
  200. //
  201. this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  202. this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.Chk_RelTtpFlag.Location = new System.Drawing.Point(944, 125);
  204. this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
  205. this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
  206. this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  207. this.Chk_RelTtpFlag.Size = new System.Drawing.Size(222, 29);
  208. this.Chk_RelTtpFlag.TabIndex = 46;
  209. this.Chk_RelTtpFlag.Text = "是否涉及第三方";
  210. this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. //
  212. // Chk_TraumaFlag
  213. //
  214. this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  215. this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.Chk_TraumaFlag.Location = new System.Drawing.Point(944, 76);
  217. this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
  218. this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
  219. this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  220. this.Chk_TraumaFlag.Size = new System.Drawing.Size(168, 29);
  221. this.Chk_TraumaFlag.TabIndex = 45;
  222. this.Chk_TraumaFlag.Text = "是否外伤";
  223. this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  224. //
  225. // dblkcbxHospType
  226. //
  227. this.dblkcbxHospType.FormattingEnabled = true;
  228. this.dblkcbxHospType.Items.AddRange(new object[] {
  229. "0 无",
  230. "1 普通住院",
  231. "2 急诊或抢救住院",
  232. "3 转院住院"});
  233. this.dblkcbxHospType.Location = new System.Drawing.Point(602, 174);
  234. this.dblkcbxHospType.Name = "dblkcbxHospType";
  235. this.dblkcbxHospType.NullValue = "";
  236. this.dblkcbxHospType.PopupGridAutoSize = false;
  237. this.dblkcbxHospType.RowFilterVisible = false;
  238. this.dblkcbxHospType.sDisplayField = "";
  239. this.dblkcbxHospType.sDisplayMember = "";
  240. this.dblkcbxHospType.SeparatorChar = "|";
  241. this.dblkcbxHospType.Size = new System.Drawing.Size(257, 30);
  242. this.dblkcbxHospType.sKeyWords = "";
  243. this.dblkcbxHospType.sValueMember = "";
  244. this.dblkcbxHospType.TabIndex = 44;
  245. this.dblkcbxHospType.Value = "";
  246. //
  247. // label8
  248. //
  249. this.label8.AutoSize = true;
  250. this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
  251. this.label8.Location = new System.Drawing.Point(506, 177);
  252. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.label8.Name = "label8";
  254. this.label8.Size = new System.Drawing.Size(98, 22);
  255. this.label8.TabIndex = 43;
  256. this.label8.Text = "住院类型";
  257. //
  258. // cbxMdtrtGrpType
  259. //
  260. this.cbxMdtrtGrpType.FormattingEnabled = true;
  261. this.cbxMdtrtGrpType.Items.AddRange(new object[] {
  262. "0.无",
  263. "1.新冠肺炎确诊患者",
  264. "2.其他国家突发公共事件",
  265. "3.新冠肺炎疑似患者",
  266. "4.无症状感染者"});
  267. this.cbxMdtrtGrpType.Location = new System.Drawing.Point(163, 174);
  268. this.cbxMdtrtGrpType.Name = "cbxMdtrtGrpType";
  269. this.cbxMdtrtGrpType.Size = new System.Drawing.Size(257, 30);
  270. this.cbxMdtrtGrpType.TabIndex = 42;
  271. //
  272. // label9
  273. //
  274. this.label9.AutoSize = true;
  275. this.label9.ForeColor = System.Drawing.SystemColors.InfoText;
  276. this.label9.Location = new System.Drawing.Point(35, 177);
  277. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.label9.Name = "label9";
  279. this.label9.Size = new System.Drawing.Size(142, 22);
  280. this.label9.TabIndex = 41;
  281. this.label9.Text = "就诊人群类型";
  282. //
  283. // dblkcbxDiseaseType
  284. //
  285. this.dblkcbxDiseaseType.FormattingEnabled = true;
  286. this.dblkcbxDiseaseType.Location = new System.Drawing.Point(602, 125);
  287. this.dblkcbxDiseaseType.Name = "dblkcbxDiseaseType";
  288. this.dblkcbxDiseaseType.NullValue = "";
  289. this.dblkcbxDiseaseType.PopupGridAutoSize = false;
  290. this.dblkcbxDiseaseType.RowFilterVisible = false;
  291. this.dblkcbxDiseaseType.sDisplayField = "";
  292. this.dblkcbxDiseaseType.sDisplayMember = "";
  293. this.dblkcbxDiseaseType.SeparatorChar = "|";
  294. this.dblkcbxDiseaseType.Size = new System.Drawing.Size(257, 30);
  295. this.dblkcbxDiseaseType.sKeyWords = "";
  296. this.dblkcbxDiseaseType.sValueMember = "";
  297. this.dblkcbxDiseaseType.TabIndex = 23;
  298. this.dblkcbxDiseaseType.Value = "";
  299. this.dblkcbxDiseaseType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDiseaseType_AfterSelector);
  300. //
  301. // dblkcbxSettelmentWay
  302. //
  303. this.dblkcbxSettelmentWay.FormattingEnabled = true;
  304. this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(163, 125);
  305. this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
  306. this.dblkcbxSettelmentWay.NullValue = "";
  307. this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
  308. this.dblkcbxSettelmentWay.RowFilterVisible = false;
  309. this.dblkcbxSettelmentWay.sDisplayField = "";
  310. this.dblkcbxSettelmentWay.sDisplayMember = "";
  311. this.dblkcbxSettelmentWay.SeparatorChar = "|";
  312. this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
  313. this.dblkcbxSettelmentWay.sKeyWords = "";
  314. this.dblkcbxSettelmentWay.sValueMember = "";
  315. this.dblkcbxSettelmentWay.TabIndex = 22;
  316. this.dblkcbxSettelmentWay.Value = "";
  317. this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
  318. //
  319. // dblkcbxOperation
  320. //
  321. this.dblkcbxOperation.FormattingEnabled = true;
  322. this.dblkcbxOperation.Location = new System.Drawing.Point(602, 76);
  323. this.dblkcbxOperation.Name = "dblkcbxOperation";
  324. this.dblkcbxOperation.NullValue = "";
  325. this.dblkcbxOperation.PopupGridAutoSize = false;
  326. this.dblkcbxOperation.RowFilterVisible = false;
  327. this.dblkcbxOperation.sDisplayField = "";
  328. this.dblkcbxOperation.sDisplayMember = "";
  329. this.dblkcbxOperation.SeparatorChar = "|";
  330. this.dblkcbxOperation.Size = new System.Drawing.Size(257, 30);
  331. this.dblkcbxOperation.sKeyWords = "";
  332. this.dblkcbxOperation.sValueMember = "";
  333. this.dblkcbxOperation.TabIndex = 21;
  334. this.dblkcbxOperation.Value = "";
  335. this.dblkcbxOperation.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxOperation_AfterSelector);
  336. //
  337. // dblkcbxDisease
  338. //
  339. this.dblkcbxDisease.FormattingEnabled = true;
  340. this.dblkcbxDisease.Location = new System.Drawing.Point(163, 76);
  341. this.dblkcbxDisease.Name = "dblkcbxDisease";
  342. this.dblkcbxDisease.NullValue = "";
  343. this.dblkcbxDisease.PopupGridAutoSize = false;
  344. this.dblkcbxDisease.RowFilterVisible = false;
  345. this.dblkcbxDisease.sDisplayField = "";
  346. this.dblkcbxDisease.sDisplayMember = "";
  347. this.dblkcbxDisease.SeparatorChar = "|";
  348. this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
  349. this.dblkcbxDisease.sKeyWords = "";
  350. this.dblkcbxDisease.sValueMember = "";
  351. this.dblkcbxDisease.TabIndex = 20;
  352. this.dblkcbxDisease.Value = "";
  353. this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
  354. this.dblkcbxDisease.SelectedIndexChanged += new System.EventHandler(this.dblkcbxDisease_SelectedIndexChanged);
  355. //
  356. // dblkcbxMedicalType
  357. //
  358. this.dblkcbxMedicalType.FormattingEnabled = true;
  359. this.dblkcbxMedicalType.Location = new System.Drawing.Point(602, 27);
  360. this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
  361. this.dblkcbxMedicalType.NullValue = "";
  362. this.dblkcbxMedicalType.PopupGridAutoSize = false;
  363. this.dblkcbxMedicalType.RowFilterVisible = false;
  364. this.dblkcbxMedicalType.sDisplayField = "";
  365. this.dblkcbxMedicalType.sDisplayMember = "";
  366. this.dblkcbxMedicalType.SeparatorChar = "|";
  367. this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
  368. this.dblkcbxMedicalType.sKeyWords = "";
  369. this.dblkcbxMedicalType.sValueMember = "";
  370. this.dblkcbxMedicalType.TabIndex = 19;
  371. this.dblkcbxMedicalType.Value = "";
  372. this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
  373. this.dblkcbxMedicalType.SelectedIndexChanged += new System.EventHandler(this.dblkcbxMedicalType_SelectedIndexChanged);
  374. //
  375. // dblkcbxInsuranceType
  376. //
  377. this.dblkcbxInsuranceType.FormattingEnabled = true;
  378. this.dblkcbxInsuranceType.Location = new System.Drawing.Point(163, 27);
  379. this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
  380. this.dblkcbxInsuranceType.NullValue = "";
  381. this.dblkcbxInsuranceType.PopupGridAutoSize = false;
  382. this.dblkcbxInsuranceType.RowFilterVisible = false;
  383. this.dblkcbxInsuranceType.sDisplayField = "";
  384. this.dblkcbxInsuranceType.sDisplayMember = "";
  385. this.dblkcbxInsuranceType.SeparatorChar = "|";
  386. this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
  387. this.dblkcbxInsuranceType.sKeyWords = "";
  388. this.dblkcbxInsuranceType.sValueMember = "";
  389. this.dblkcbxInsuranceType.TabIndex = 18;
  390. this.dblkcbxInsuranceType.Value = "";
  391. this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
  392. //
  393. // label6
  394. //
  395. this.label6.AutoSize = true;
  396. this.label6.ForeColor = System.Drawing.SystemColors.InfoText;
  397. this.label6.Location = new System.Drawing.Point(506, 128);
  398. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  399. this.label6.Name = "label6";
  400. this.label6.Size = new System.Drawing.Size(98, 22);
  401. this.label6.TabIndex = 17;
  402. this.label6.Text = "病种类型";
  403. //
  404. // label5
  405. //
  406. this.label5.AutoSize = true;
  407. this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
  408. this.label5.Location = new System.Drawing.Point(506, 79);
  409. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  410. this.label5.Name = "label5";
  411. this.label5.Size = new System.Drawing.Size(98, 22);
  412. this.label5.TabIndex = 16;
  413. this.label5.Text = "手术操作";
  414. //
  415. // label4
  416. //
  417. this.label4.AutoSize = true;
  418. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  419. this.label4.Location = new System.Drawing.Point(506, 30);
  420. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  421. this.label4.Name = "label4";
  422. this.label4.Size = new System.Drawing.Size(98, 22);
  423. this.label4.TabIndex = 15;
  424. this.label4.Text = "医疗类别";
  425. //
  426. // label3
  427. //
  428. this.label3.AutoSize = true;
  429. this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
  430. this.label3.Location = new System.Drawing.Point(67, 128);
  431. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  432. this.label3.Name = "label3";
  433. this.label3.Size = new System.Drawing.Size(98, 22);
  434. this.label3.TabIndex = 14;
  435. this.label3.Text = "结算方式";
  436. //
  437. // label2
  438. //
  439. this.label2.AutoSize = true;
  440. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  441. this.label2.Location = new System.Drawing.Point(67, 79);
  442. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  443. this.label2.Name = "label2";
  444. this.label2.Size = new System.Drawing.Size(98, 22);
  445. this.label2.TabIndex = 13;
  446. this.label2.Text = "病种名称\r\n";
  447. //
  448. // label1
  449. //
  450. this.label1.AutoSize = true;
  451. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  452. this.label1.Location = new System.Drawing.Point(67, 30);
  453. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  454. this.label1.Name = "label1";
  455. this.label1.Size = new System.Drawing.Size(98, 22);
  456. this.label1.TabIndex = 12;
  457. this.label1.Text = "险种类型";
  458. //
  459. // panel2
  460. //
  461. this.panel2.Controls.Add(this.dgvDiagnose);
  462. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  463. this.panel2.Location = new System.Drawing.Point(0, 268);
  464. this.panel2.Name = "panel2";
  465. this.panel2.Size = new System.Drawing.Size(1197, 259);
  466. this.panel2.TabIndex = 13;
  467. //
  468. // dgvDiagnose
  469. //
  470. this.dgvDiagnose.AllowUserToAddRows = false;
  471. this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
  472. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonShadow;
  473. dataGridViewCellStyle2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  475. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  476. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
  477. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  478. this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  479. this.dgvDiagnose.ColumnHeadersHeight = 40;
  480. this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  481. this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  482. this.diag_type_name,
  483. this.maindiag_flag,
  484. this.diag_srt_no,
  485. this.diag_name,
  486. this.diag_code,
  487. this.diag_dept,
  488. this.adm_cond,
  489. this.dise_dor_no,
  490. this.dise_dor_name,
  491. this.diag_time});
  492. this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
  493. this.dgvDiagnose.Location = new System.Drawing.Point(0, 0);
  494. this.dgvDiagnose.Name = "dgvDiagnose";
  495. this.dgvDiagnose.RowHeadersWidth = 51;
  496. this.dgvDiagnose.RowTemplate.Height = 30;
  497. this.dgvDiagnose.Size = new System.Drawing.Size(1197, 259);
  498. this.dgvDiagnose.TabIndex = 0;
  499. //
  500. // diag_type_name
  501. //
  502. this.diag_type_name.DataPropertyName = "diag_type_name";
  503. this.diag_type_name.FillWeight = 110F;
  504. this.diag_type_name.HeaderText = "诊断类别";
  505. this.diag_type_name.MinimumWidth = 110;
  506. this.diag_type_name.Name = "diag_type_name";
  507. this.diag_type_name.Width = 110;
  508. //
  509. // maindiag_flag
  510. //
  511. this.maindiag_flag.DataPropertyName = "maindiag_flag";
  512. this.maindiag_flag.FillWeight = 75F;
  513. this.maindiag_flag.HeaderText = "主诊断";
  514. this.maindiag_flag.MinimumWidth = 75;
  515. this.maindiag_flag.Name = "maindiag_flag";
  516. this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  517. this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  518. this.maindiag_flag.Width = 80;
  519. //
  520. // diag_srt_no
  521. //
  522. this.diag_srt_no.DataPropertyName = "diag_srt_no";
  523. this.diag_srt_no.FillWeight = 60F;
  524. this.diag_srt_no.HeaderText = "序号";
  525. this.diag_srt_no.MinimumWidth = 60;
  526. this.diag_srt_no.Name = "diag_srt_no";
  527. this.diag_srt_no.Width = 65;
  528. //
  529. // diag_name
  530. //
  531. this.diag_name.DataPropertyName = "diag_name";
  532. this.diag_name.FillWeight = 120F;
  533. this.diag_name.HeaderText = "诊断名称";
  534. this.diag_name.MinimumWidth = 120;
  535. this.diag_name.Name = "diag_name";
  536. this.diag_name.Width = 120;
  537. //
  538. // diag_code
  539. //
  540. this.diag_code.DataPropertyName = "diag_code";
  541. this.diag_code.FillWeight = 120F;
  542. this.diag_code.HeaderText = "诊断编码";
  543. this.diag_code.MinimumWidth = 120;
  544. this.diag_code.Name = "diag_code";
  545. this.diag_code.Width = 120;
  546. //
  547. // diag_dept
  548. //
  549. this.diag_dept.DataPropertyName = "diag_dept";
  550. this.diag_dept.FillWeight = 120F;
  551. this.diag_dept.HeaderText = "就诊科室";
  552. this.diag_dept.MinimumWidth = 120;
  553. this.diag_dept.Name = "diag_dept";
  554. this.diag_dept.Width = 120;
  555. //
  556. // adm_cond
  557. //
  558. this.adm_cond.DataPropertyName = "adm_cond";
  559. this.adm_cond.FillWeight = 120F;
  560. this.adm_cond.HeaderText = "入院病情";
  561. this.adm_cond.MinimumWidth = 120;
  562. this.adm_cond.Name = "adm_cond";
  563. this.adm_cond.Width = 120;
  564. //
  565. // dise_dor_no
  566. //
  567. this.dise_dor_no.DataPropertyName = "dise_dor_no";
  568. this.dise_dor_no.FillWeight = 140F;
  569. this.dise_dor_no.HeaderText = "医保医师编号";
  570. this.dise_dor_no.MinimumWidth = 140;
  571. this.dise_dor_no.Name = "dise_dor_no";
  572. this.dise_dor_no.Width = 140;
  573. //
  574. // dise_dor_name
  575. //
  576. this.dise_dor_name.DataPropertyName = "dise_dor_name";
  577. this.dise_dor_name.HeaderText = "医生姓名";
  578. this.dise_dor_name.MinimumWidth = 100;
  579. this.dise_dor_name.Name = "dise_dor_name";
  580. this.dise_dor_name.Width = 150;
  581. //
  582. // diag_time
  583. //
  584. this.diag_time.DataPropertyName = "diag_time";
  585. this.diag_time.FillWeight = 180F;
  586. this.diag_time.HeaderText = "诊断时间";
  587. this.diag_time.MinimumWidth = 180;
  588. this.diag_time.Name = "diag_time";
  589. this.diag_time.Width = 180;
  590. //
  591. // panel3
  592. //
  593. this.panel3.BackColor = System.Drawing.SystemColors.Window;
  594. this.panel3.Controls.Add(this.uiButton1);
  595. this.panel3.Controls.Add(this.button2);
  596. this.panel3.Controls.Add(this.button1);
  597. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  598. this.panel3.Location = new System.Drawing.Point(0, 469);
  599. this.panel3.Name = "panel3";
  600. this.panel3.Size = new System.Drawing.Size(1197, 58);
  601. this.panel3.TabIndex = 14;
  602. //
  603. // uiButton1
  604. //
  605. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  606. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  607. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.uiButton1.Location = new System.Drawing.Point(12, 11);
  609. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  610. this.uiButton1.Name = "uiButton1";
  611. this.uiButton1.Size = new System.Drawing.Size(164, 35);
  612. this.uiButton1.TabIndex = 3;
  613. this.uiButton1.Text = "人员待遇享受检查";
  614. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  616. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  617. //
  618. // button2
  619. //
  620. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  621. this.button2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.button2.Location = new System.Drawing.Point(1085, 10);
  623. this.button2.Name = "button2";
  624. this.button2.Size = new System.Drawing.Size(101, 39);
  625. this.button2.TabIndex = 1;
  626. this.button2.Text = "放 弃";
  627. this.button2.UseVisualStyleBackColor = true;
  628. this.button2.Click += new System.EventHandler(this.button2_Click);
  629. //
  630. // button1
  631. //
  632. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  633. this.button1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.button1.Location = new System.Drawing.Point(964, 10);
  635. this.button1.Name = "button1";
  636. this.button1.Size = new System.Drawing.Size(101, 39);
  637. this.button1.TabIndex = 0;
  638. this.button1.Text = "确 定";
  639. this.button1.UseVisualStyleBackColor = true;
  640. this.button1.Click += new System.EventHandler(this.button1_Click);
  641. //
  642. // OutpatientRegistration
  643. //
  644. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  645. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  646. this.ClientSize = new System.Drawing.Size(1197, 527);
  647. this.Controls.Add(this.panel3);
  648. this.Controls.Add(this.panel2);
  649. this.Controls.Add(this.panel1);
  650. this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.Margin = new System.Windows.Forms.Padding(4);
  652. this.Name = "OutpatientRegistration";
  653. this.Text = "医保登记";
  654. this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
  655. this.panel1.ResumeLayout(false);
  656. this.panel1.PerformLayout();
  657. this.panel2.ResumeLayout(false);
  658. ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
  659. this.panel3.ResumeLayout(false);
  660. this.ResumeLayout(false);
  661. }
  662. #endregion
  663. public string DiseaseTypeValue
  664. {
  665. get { return dtDisease.Columns[""].ToString(); }
  666. }
  667. private System.Windows.Forms.Panel panel1;
  668. private PTControl.DBLookupCombox dblkcbxDiseaseType;
  669. public PTControl.DBLookupCombox dblkcbxSettelmentWay;
  670. private PTControl.DBLookupCombox dblkcbxOperation;
  671. public PTControl.DBLookupCombox dblkcbxMedicalType;
  672. public PTControl.DBLookupCombox dblkcbxInsuranceType;
  673. private System.Windows.Forms.Label label6;
  674. private System.Windows.Forms.Label label5;
  675. private System.Windows.Forms.Label label4;
  676. private System.Windows.Forms.Label label3;
  677. private System.Windows.Forms.Label label2;
  678. private System.Windows.Forms.Label label1;
  679. private System.Windows.Forms.Panel panel2;
  680. private System.Windows.Forms.Panel panel3;
  681. private System.Windows.Forms.Button button2;
  682. private System.Windows.Forms.Button button1;
  683. private System.Windows.Forms.DataGridView dgvDiagnose;
  684. private Sunny.UI.UIButton uiButton1;
  685. public PTControl.DBLookupCombox dblkcbxDisease;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
  687. private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
  696. public Sunny.UI.UICheckBox cbxAccountPay;
  697. public Sunny.UI.UICheckBox chk_claTrtFlag;
  698. public Sunny.UI.UICheckBox Chk_RelTtpFlag;
  699. public Sunny.UI.UICheckBox Chk_TraumaFlag;
  700. public PTControl.DBLookupCombox dblkcbxHospType;
  701. private System.Windows.Forms.Label label8;
  702. public System.Windows.Forms.ComboBox cbxMdtrtGrpType;
  703. private System.Windows.Forms.Label label9;
  704. public System.Windows.Forms.ComboBox cbxUnifPayStdType;
  705. private System.Windows.Forms.Label label7;
  706. public PTControl.DBLookupCombox dblkcbxOuOrEmref;
  707. private System.Windows.Forms.Label label10;
  708. }
  709. }