Sfoglia il codice sorgente

pref: 读卡流程优化

zhengjie 1 anno fa
parent
commit
bdc931eb78

+ 1 - 2
Business/HisMainBusiness.cs

@@ -844,7 +844,7 @@ namespace PTMedicalInsurance.Business
                     Global.pat.disName = diseName;
                     Global.pat.medType = frmReg.med_type;
                     //保存到his,需要增加请求中心公共参数
-                    regInfo = JObject.Parse(JsonHelper.setCenterInpar("2401", joReg));
+                    regInfo = (JObject)joReg.DeepClone();
                     return 0;
                 }
                 else
@@ -877,7 +877,6 @@ namespace PTMedicalInsurance.Business
                 //选择结算方式等
                 InpatientRegistration frmReg = new InpatientRegistration();
                 frmReg.dblkcbxInsuranceType.Enabled = true;
-
                 string settlementWay = "01";
                 string local_dise = "";
                 //出院登记扩展字段值解析,弹框展示        

+ 1 - 24
Business/Inpatient/IPPreSettlementProcess.cs

@@ -76,16 +76,6 @@ namespace PTMedicalInsurance.Business
 
             #endregion
 
-            #region 昆明结算前读卡核验身份
-            //string patInfo = "";
-            //if (readCard(out patInfo) != 0)
-            //{
-            //    outParam = JsonHelper.setExceptionJson(-1, "readCard", patInfo).ToString();
-            //    return -1;
-            //}
-
-            #endregion
-
             #region 出院登记
             //调用服务获取门诊诊断信息
             string diagnoses;
@@ -159,20 +149,7 @@ namespace PTMedicalInsurance.Business
 
                 return Exception(-1, "结算信息展示", outParam);
             }
-            //沈阳预结算不需要转换mdtrtCertNo,但结算需要
-            //在正式结算前读一次卡
-            //清除原数据
-            if ("03".Equals(Global.pat.mdtrtcertType)) {
-                CardReader reader = new CardReader();
-                int rtnCode = reader.ReadCardBas(out outParam);
-                if (rtnCode != 0)
-                {
-                    return Exception(-1, "读卡失败,请确认是否社保卡是否正常!", outParam);
-                }
-            }
-            //读完卡后用新卡串
-            Global.pat.mdtrtcertNO = "";
-            joRtn["Settlement"]["mdtrt_cert_no"] = Utils.ConvertMdtrtcertNo();
+           
             //joSettlement = (JObject)joRtn.DeepClone();
             outParam = joRtn.ToString();
             #endregion

+ 2 - 1
Business/Inpatient/IPRegistionProcess.cs

@@ -47,7 +47,8 @@ namespace PTMedicalInsurance.Business
                         }
                     }
 
-                    JObject joRegInput = (JObject)joReg.DeepClone();
+                    // 保存时需要公共参数
+                    JObject joRegInput = JObject.Parse(JsonHelper.setCenterInpar("2401",joReg));
 
                     //插入医保平台
                     if (mIS.saveInpatRegisterInfo(joRegInput, joRegOut, out outParam) != 0)

+ 24 - 0
Business/Inpatient/IPSettlementProcess.cs

@@ -1,4 +1,5 @@
 using Newtonsoft.Json.Linq;
+using PTMedicalInsurance.Common;
 using PTMedicalInsurance.Helper;
 using PTMedicalInsurance.Variables;
 using System;
@@ -22,6 +23,29 @@ namespace PTMedicalInsurance.Business
         {
             string errMsg = "";
             #region 正式出院结算
+
+            //沈阳预结算不需要转换mdtrtCertNo,但结算需要
+            //在正式结算前读一次卡
+            #region 结算前统一读卡核验身份
+            CallResult card = new ReadCardProcess().Process(input);
+            if (card.Code != 0)
+            {
+                return Exception(-1, "读卡失败,请确认是否社保卡是否正常!", card.Data);
+            }
+            #endregion
+
+            //if ("03".Equals(Global.pat.mdtrtcertType)) {
+            //    CardReader reader = new CardReader();
+            //    int rtnCode = reader.ReadCardBas(out outParam);
+            //    if (rtnCode != 0)
+            //    {
+            //        return Exception(-1, "读卡失败,请确认是否社保卡是否正常!", outParam);
+            //    }
+            //}
+            //读完卡后用新卡串
+            Global.pat.mdtrtcertNO = "";
+            input["Settlement"]["mdtrt_cert_no"] = Utils.ConvertMdtrtcertNo();
+
             JObject joSettlement = joSettlement = JObject.Parse(JsonHelper.getDestValue(input, "Settlement"));
 
             //基线版扩展

+ 1 - 0
Forms/InpatientRegistration.cs

@@ -136,6 +136,7 @@ namespace PTMedicalInsurance.Forms
             JObject jo = JObject.Parse(jObject["output"].Text());
             DataTable dtInsuInfo = (DataTable)jo["insuinfo"].ToObject(typeof(DataTable));
             JObject joBaseInfo = JObject.FromObject(jo["baseinfo"]);
+            
             this.txtName.Text = joBaseInfo["psn_name"].Text();
             this.txtPsnNO.Text = joBaseInfo["psn_no"].Text();
             this.txtGend.Text = joBaseInfo["gend"].Text();

+ 322 - 311
Forms/InpatientRegistration.designer.cs

@@ -30,25 +30,8 @@ namespace PTMedicalInsurance.Forms
         /// </summary>
         private void InitializeComponent()
         {
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
-            this.panel1 = new System.Windows.Forms.Panel();
-            this.txtLocateCode = new Sunny.UI.UITextBox();
-            this.chkEmergency = new Sunny.UI.UICheckBox();
-            this.cbxAccountPay = new Sunny.UI.UICheckBox();
-            this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
-            this.chkDanger = new Sunny.UI.UICheckBox();
-            this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
-            this.dblkcbxExitway = new PTControl.DBLookupCombox();
-            this.label5 = new System.Windows.Forms.Label();
-            this.label8 = new System.Windows.Forms.Label();
-            this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
-            this.dblkcbxDisease = new PTControl.DBLookupCombox();
-            this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
-            this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
-            this.label4 = new System.Windows.Forms.Label();
-            this.label3 = new System.Windows.Forms.Label();
-            this.label2 = new System.Windows.Forms.Label();
-            this.label1 = new System.Windows.Forms.Label();
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+            this.pnlHeader = new System.Windows.Forms.Panel();
             this.pnlFooter = new System.Windows.Forms.Panel();
             this.uiButton1 = new Sunny.UI.UIButton();
             this.button2 = new System.Windows.Forms.Button();
@@ -90,275 +73,42 @@ namespace PTMedicalInsurance.Forms
             this.uiLabel20 = new Sunny.UI.UILabel();
             this.grpHeader = new Sunny.UI.UIGroupBox();
             this.uiLabel21 = new Sunny.UI.UILabel();
-            this.panel1.SuspendLayout();
+            this.pnlCenter = new System.Windows.Forms.Panel();
+            this.txtLocateCode = new Sunny.UI.UITextBox();
+            this.chkEmergency = new Sunny.UI.UICheckBox();
+            this.cbxAccountPay = new Sunny.UI.UICheckBox();
+            this.Chk_RelTtpFlag = new Sunny.UI.UICheckBox();
+            this.chkDanger = new Sunny.UI.UICheckBox();
+            this.Chk_TraumaFlag = new Sunny.UI.UICheckBox();
+            this.dblkcbxExitway = new PTControl.DBLookupCombox();
+            this.label5 = new System.Windows.Forms.Label();
+            this.label8 = new System.Windows.Forms.Label();
+            this.dblkcbxSettelmentWay = new PTControl.DBLookupCombox();
+            this.dblkcbxDisease = new PTControl.DBLookupCombox();
+            this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
+            this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
+            this.label4 = new System.Windows.Forms.Label();
+            this.label3 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.label1 = new System.Windows.Forms.Label();
+            this.pnlHeader.SuspendLayout();
             this.pnlFooter.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
             this.pnlBottom.SuspendLayout();
             this.grpHeader.SuspendLayout();
+            this.pnlCenter.SuspendLayout();
             this.SuspendLayout();
             // 
-            // panel1
-            // 
-            this.panel1.BackColor = System.Drawing.SystemColors.Window;
-            this.panel1.Controls.Add(this.txtLocateCode);
-            this.panel1.Controls.Add(this.chkEmergency);
-            this.panel1.Controls.Add(this.cbxAccountPay);
-            this.panel1.Controls.Add(this.Chk_RelTtpFlag);
-            this.panel1.Controls.Add(this.chkDanger);
-            this.panel1.Controls.Add(this.Chk_TraumaFlag);
-            this.panel1.Controls.Add(this.dblkcbxExitway);
-            this.panel1.Controls.Add(this.label5);
-            this.panel1.Controls.Add(this.label8);
-            this.panel1.Controls.Add(this.dblkcbxSettelmentWay);
-            this.panel1.Controls.Add(this.dblkcbxDisease);
-            this.panel1.Controls.Add(this.dblkcbxMedicalType);
-            this.panel1.Controls.Add(this.dblkcbxInsuranceType);
-            this.panel1.Controls.Add(this.label4);
-            this.panel1.Controls.Add(this.label3);
-            this.panel1.Controls.Add(this.label2);
-            this.panel1.Controls.Add(this.label1);
-            this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
-            this.panel1.Location = new System.Drawing.Point(0, 141);
-            this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(1267, 168);
-            this.panel1.TabIndex = 12;
-            // 
-            // txtLocateCode
-            // 
-            this.txtLocateCode.Cursor = System.Windows.Forms.Cursors.IBeam;
-            this.txtLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtLocateCode.Location = new System.Drawing.Point(602, 126);
-            this.txtLocateCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
-            this.txtLocateCode.MinimumSize = new System.Drawing.Size(1, 16);
-            this.txtLocateCode.Name = "txtLocateCode";
-            this.txtLocateCode.ShowText = false;
-            this.txtLocateCode.Size = new System.Drawing.Size(257, 29);
-            this.txtLocateCode.TabIndex = 51;
-            this.txtLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
-            this.txtLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // chkEmergency
-            // 
-            this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.chkEmergency.Location = new System.Drawing.Point(944, 27);
-            this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
-            this.chkEmergency.Name = "chkEmergency";
-            this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.chkEmergency.Size = new System.Drawing.Size(86, 29);
-            this.chkEmergency.TabIndex = 50;
-            this.chkEmergency.Text = "急诊";
-            this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // cbxAccountPay
-            // 
-            this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
-            this.cbxAccountPay.Checked = true;
-            this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.cbxAccountPay.Location = new System.Drawing.Point(1100, 19);
-            this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
-            this.cbxAccountPay.Name = "cbxAccountPay";
-            this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.cbxAccountPay.Size = new System.Drawing.Size(128, 29);
-            this.cbxAccountPay.TabIndex = 48;
-            this.cbxAccountPay.Text = "账户支付";
-            this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // Chk_RelTtpFlag
-            // 
-            this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.Chk_RelTtpFlag.Location = new System.Drawing.Point(1100, 76);
-            this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
-            this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
-            this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.Chk_RelTtpFlag.Size = new System.Drawing.Size(128, 29);
-            this.Chk_RelTtpFlag.TabIndex = 46;
-            this.Chk_RelTtpFlag.Text = "涉及第三方";
-            this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // chkDanger
-            // 
-            this.chkDanger.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.chkDanger.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.chkDanger.Location = new System.Drawing.Point(944, 125);
-            this.chkDanger.MinimumSize = new System.Drawing.Size(1, 1);
-            this.chkDanger.Name = "chkDanger";
-            this.chkDanger.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.chkDanger.Size = new System.Drawing.Size(139, 29);
-            this.chkDanger.TabIndex = 45;
-            this.chkDanger.Text = "危重患者";
-            this.chkDanger.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // Chk_TraumaFlag
-            // 
-            this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.Chk_TraumaFlag.Location = new System.Drawing.Point(944, 76);
-            this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
-            this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
-            this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
-            this.Chk_TraumaFlag.Size = new System.Drawing.Size(102, 29);
-            this.Chk_TraumaFlag.TabIndex = 45;
-            this.Chk_TraumaFlag.Text = "外伤";
-            this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
-            // 
-            // dblkcbxExitway
-            // 
-            this.dblkcbxExitway.FormattingEnabled = true;
-            this.dblkcbxExitway.Location = new System.Drawing.Point(602, 79);
-            this.dblkcbxExitway.Name = "dblkcbxExitway";
-            this.dblkcbxExitway.NullValue = "";
-            this.dblkcbxExitway.PopupGridAutoSize = false;
-            this.dblkcbxExitway.RowFilterVisible = false;
-            this.dblkcbxExitway.sDisplayField = "";
-            this.dblkcbxExitway.sDisplayMember = "";
-            this.dblkcbxExitway.SeparatorChar = "|";
-            this.dblkcbxExitway.Size = new System.Drawing.Size(257, 30);
-            this.dblkcbxExitway.sKeyWords = "";
-            this.dblkcbxExitway.sValueMember = "";
-            this.dblkcbxExitway.TabIndex = 44;
-            this.dblkcbxExitway.Value = "";
-            this.dblkcbxExitway.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxHospType_AfterSelector);
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label5.Location = new System.Drawing.Point(506, 133);
-            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(98, 22);
-            this.label5.TabIndex = 43;
-            this.label5.Text = "本地编码";
-            // 
-            // label8
-            // 
-            this.label8.AutoSize = true;
-            this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label8.Location = new System.Drawing.Point(506, 82);
-            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(98, 22);
-            this.label8.TabIndex = 43;
-            this.label8.Text = "离院方式";
-            // 
-            // dblkcbxSettelmentWay
-            // 
-            this.dblkcbxSettelmentWay.FormattingEnabled = true;
-            this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(163, 125);
-            this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
-            this.dblkcbxSettelmentWay.NullValue = "";
-            this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
-            this.dblkcbxSettelmentWay.RowFilterVisible = false;
-            this.dblkcbxSettelmentWay.sDisplayField = "";
-            this.dblkcbxSettelmentWay.sDisplayMember = "";
-            this.dblkcbxSettelmentWay.SeparatorChar = "|";
-            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
-            this.dblkcbxSettelmentWay.sKeyWords = "";
-            this.dblkcbxSettelmentWay.sValueMember = "";
-            this.dblkcbxSettelmentWay.TabIndex = 22;
-            this.dblkcbxSettelmentWay.Value = "";
-            this.dblkcbxSettelmentWay.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxSettelmentWay_AfterSelector);
-            // 
-            // dblkcbxDisease
-            // 
-            this.dblkcbxDisease.FormattingEnabled = true;
-            this.dblkcbxDisease.Location = new System.Drawing.Point(163, 76);
-            this.dblkcbxDisease.Name = "dblkcbxDisease";
-            this.dblkcbxDisease.NullValue = "";
-            this.dblkcbxDisease.PopupGridAutoSize = false;
-            this.dblkcbxDisease.RowFilterVisible = false;
-            this.dblkcbxDisease.sDisplayField = "";
-            this.dblkcbxDisease.sDisplayMember = "";
-            this.dblkcbxDisease.SeparatorChar = "|";
-            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
-            this.dblkcbxDisease.sKeyWords = "";
-            this.dblkcbxDisease.sValueMember = "";
-            this.dblkcbxDisease.TabIndex = 20;
-            this.dblkcbxDisease.Value = "";
-            this.dblkcbxDisease.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxDisease_AfterSelector);
-            // 
-            // dblkcbxMedicalType
-            // 
-            this.dblkcbxMedicalType.FormattingEnabled = true;
-            this.dblkcbxMedicalType.Location = new System.Drawing.Point(602, 27);
-            this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
-            this.dblkcbxMedicalType.NullValue = "";
-            this.dblkcbxMedicalType.PopupGridAutoSize = false;
-            this.dblkcbxMedicalType.RowFilterVisible = false;
-            this.dblkcbxMedicalType.sDisplayField = "";
-            this.dblkcbxMedicalType.sDisplayMember = "";
-            this.dblkcbxMedicalType.SeparatorChar = "|";
-            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
-            this.dblkcbxMedicalType.sKeyWords = "";
-            this.dblkcbxMedicalType.sValueMember = "";
-            this.dblkcbxMedicalType.TabIndex = 19;
-            this.dblkcbxMedicalType.Value = "";
-            this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
-            // 
-            // dblkcbxInsuranceType
-            // 
-            this.dblkcbxInsuranceType.FormattingEnabled = true;
-            this.dblkcbxInsuranceType.Location = new System.Drawing.Point(163, 27);
-            this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
-            this.dblkcbxInsuranceType.NullValue = "";
-            this.dblkcbxInsuranceType.PopupGridAutoSize = false;
-            this.dblkcbxInsuranceType.RowFilterVisible = false;
-            this.dblkcbxInsuranceType.sDisplayField = "";
-            this.dblkcbxInsuranceType.sDisplayMember = "";
-            this.dblkcbxInsuranceType.SeparatorChar = "|";
-            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
-            this.dblkcbxInsuranceType.sKeyWords = "";
-            this.dblkcbxInsuranceType.sValueMember = "";
-            this.dblkcbxInsuranceType.TabIndex = 18;
-            this.dblkcbxInsuranceType.Value = "";
-            this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
-            // 
-            // label4
-            // 
-            this.label4.AutoSize = true;
-            this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label4.Location = new System.Drawing.Point(506, 30);
-            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(98, 22);
-            this.label4.TabIndex = 15;
-            this.label4.Text = "医疗类别";
-            // 
-            // label3
+            // pnlHeader
             // 
-            this.label3.AutoSize = true;
-            this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label3.Location = new System.Drawing.Point(67, 128);
-            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(98, 22);
-            this.label3.TabIndex = 14;
-            this.label3.Text = "结算方式";
-            // 
-            // label2
-            // 
-            this.label2.AutoSize = true;
-            this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label2.Location = new System.Drawing.Point(67, 79);
-            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(98, 22);
-            this.label2.TabIndex = 13;
-            this.label2.Text = "病种名称\r\n";
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
-            this.label1.Location = new System.Drawing.Point(67, 30);
-            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(98, 22);
-            this.label1.TabIndex = 12;
-            this.label1.Text = "险种类型";
+            this.pnlHeader.BackColor = System.Drawing.SystemColors.Window;
+            this.pnlHeader.Controls.Add(this.grpHeader);
+            this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
+            this.pnlHeader.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
+            this.pnlHeader.Location = new System.Drawing.Point(0, 0);
+            this.pnlHeader.Name = "pnlHeader";
+            this.pnlHeader.Size = new System.Drawing.Size(1267, 144);
+            this.pnlHeader.TabIndex = 12;
             // 
             // pnlFooter
             // 
@@ -415,13 +165,13 @@ namespace PTMedicalInsurance.Forms
             // 
             this.dgvDiagnose.AllowUserToAddRows = false;
             this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
-            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ButtonShadow;
-            dataGridViewCellStyle1.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
-            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
-            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.WindowText;
-            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
-            this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
+            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ButtonShadow;
+            dataGridViewCellStyle2.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
+            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
+            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+            this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
             this.dgvDiagnose.ColumnHeadersHeight = 40;
             this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
             this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
@@ -877,7 +627,7 @@ namespace PTMedicalInsurance.Forms
             this.grpHeader.Name = "grpHeader";
             this.grpHeader.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
             this.grpHeader.Size = new System.Drawing.Size(1267, 134);
-            this.grpHeader.TabIndex = 16;
+            this.grpHeader.TabIndex = 10;
             this.grpHeader.Text = "基本信息";
             this.grpHeader.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
             this.grpHeader.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
@@ -894,24 +644,284 @@ namespace PTMedicalInsurance.Forms
             this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
             this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
             // 
+            // pnlCenter
+            // 
+            this.pnlCenter.BackColor = System.Drawing.SystemColors.Window;
+            this.pnlCenter.Controls.Add(this.txtLocateCode);
+            this.pnlCenter.Controls.Add(this.chkEmergency);
+            this.pnlCenter.Controls.Add(this.cbxAccountPay);
+            this.pnlCenter.Controls.Add(this.Chk_RelTtpFlag);
+            this.pnlCenter.Controls.Add(this.chkDanger);
+            this.pnlCenter.Controls.Add(this.Chk_TraumaFlag);
+            this.pnlCenter.Controls.Add(this.dblkcbxExitway);
+            this.pnlCenter.Controls.Add(this.label5);
+            this.pnlCenter.Controls.Add(this.label8);
+            this.pnlCenter.Controls.Add(this.dblkcbxSettelmentWay);
+            this.pnlCenter.Controls.Add(this.dblkcbxDisease);
+            this.pnlCenter.Controls.Add(this.dblkcbxMedicalType);
+            this.pnlCenter.Controls.Add(this.dblkcbxInsuranceType);
+            this.pnlCenter.Controls.Add(this.label4);
+            this.pnlCenter.Controls.Add(this.label3);
+            this.pnlCenter.Controls.Add(this.label2);
+            this.pnlCenter.Controls.Add(this.label1);
+            this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Top;
+            this.pnlCenter.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
+            this.pnlCenter.Location = new System.Drawing.Point(0, 144);
+            this.pnlCenter.Name = "pnlCenter";
+            this.pnlCenter.Size = new System.Drawing.Size(1267, 165);
+            this.pnlCenter.TabIndex = 12;
+            // 
+            // txtLocateCode
+            // 
+            this.txtLocateCode.Cursor = System.Windows.Forms.Cursors.IBeam;
+            this.txtLocateCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtLocateCode.Location = new System.Drawing.Point(588, 117);
+            this.txtLocateCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+            this.txtLocateCode.MinimumSize = new System.Drawing.Size(1, 16);
+            this.txtLocateCode.Name = "txtLocateCode";
+            this.txtLocateCode.ShowText = false;
+            this.txtLocateCode.Size = new System.Drawing.Size(257, 29);
+            this.txtLocateCode.TabIndex = 68;
+            this.txtLocateCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
+            this.txtLocateCode.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // chkEmergency
+            // 
+            this.chkEmergency.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.chkEmergency.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.chkEmergency.Location = new System.Drawing.Point(930, 18);
+            this.chkEmergency.MinimumSize = new System.Drawing.Size(1, 1);
+            this.chkEmergency.Name = "chkEmergency";
+            this.chkEmergency.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.chkEmergency.Size = new System.Drawing.Size(86, 29);
+            this.chkEmergency.TabIndex = 67;
+            this.chkEmergency.Text = "急诊";
+            this.chkEmergency.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // cbxAccountPay
+            // 
+            this.cbxAccountPay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+            this.cbxAccountPay.Checked = true;
+            this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.cbxAccountPay.Location = new System.Drawing.Point(1086, 18);
+            this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
+            this.cbxAccountPay.Name = "cbxAccountPay";
+            this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.cbxAccountPay.Size = new System.Drawing.Size(128, 29);
+            this.cbxAccountPay.TabIndex = 66;
+            this.cbxAccountPay.Text = "账户支付";
+            this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // Chk_RelTtpFlag
+            // 
+            this.Chk_RelTtpFlag.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.Chk_RelTtpFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.Chk_RelTtpFlag.Location = new System.Drawing.Point(1086, 67);
+            this.Chk_RelTtpFlag.MinimumSize = new System.Drawing.Size(1, 1);
+            this.Chk_RelTtpFlag.Name = "Chk_RelTtpFlag";
+            this.Chk_RelTtpFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.Chk_RelTtpFlag.Size = new System.Drawing.Size(128, 29);
+            this.Chk_RelTtpFlag.TabIndex = 65;
+            this.Chk_RelTtpFlag.Text = "涉及第三方";
+            this.Chk_RelTtpFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // chkDanger
+            // 
+            this.chkDanger.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.chkDanger.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.chkDanger.Location = new System.Drawing.Point(930, 116);
+            this.chkDanger.MinimumSize = new System.Drawing.Size(1, 1);
+            this.chkDanger.Name = "chkDanger";
+            this.chkDanger.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.chkDanger.Size = new System.Drawing.Size(139, 29);
+            this.chkDanger.TabIndex = 64;
+            this.chkDanger.Text = "危重患者";
+            this.chkDanger.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // Chk_TraumaFlag
+            // 
+            this.Chk_TraumaFlag.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.Chk_TraumaFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.Chk_TraumaFlag.Location = new System.Drawing.Point(930, 67);
+            this.Chk_TraumaFlag.MinimumSize = new System.Drawing.Size(1, 1);
+            this.Chk_TraumaFlag.Name = "Chk_TraumaFlag";
+            this.Chk_TraumaFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
+            this.Chk_TraumaFlag.Size = new System.Drawing.Size(102, 29);
+            this.Chk_TraumaFlag.TabIndex = 63;
+            this.Chk_TraumaFlag.Text = "外伤";
+            this.Chk_TraumaFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
+            // 
+            // dblkcbxExitway
+            // 
+            this.dblkcbxExitway.FormattingEnabled = true;
+            this.dblkcbxExitway.Location = new System.Drawing.Point(588, 70);
+            this.dblkcbxExitway.Name = "dblkcbxExitway";
+            this.dblkcbxExitway.NullValue = "";
+            this.dblkcbxExitway.PopupGridAutoSize = false;
+            this.dblkcbxExitway.RowFilterVisible = false;
+            this.dblkcbxExitway.sDisplayField = "";
+            this.dblkcbxExitway.sDisplayMember = "";
+            this.dblkcbxExitway.SeparatorChar = "|";
+            this.dblkcbxExitway.Size = new System.Drawing.Size(257, 30);
+            this.dblkcbxExitway.sKeyWords = "";
+            this.dblkcbxExitway.sValueMember = "";
+            this.dblkcbxExitway.TabIndex = 62;
+            this.dblkcbxExitway.Value = "";
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label5.Location = new System.Drawing.Point(492, 124);
+            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(98, 22);
+            this.label5.TabIndex = 61;
+            this.label5.Text = "本地编码";
+            // 
+            // label8
+            // 
+            this.label8.AutoSize = true;
+            this.label8.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label8.Location = new System.Drawing.Point(492, 73);
+            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(98, 22);
+            this.label8.TabIndex = 60;
+            this.label8.Text = "离院方式";
+            // 
+            // dblkcbxSettelmentWay
+            // 
+            this.dblkcbxSettelmentWay.FormattingEnabled = true;
+            this.dblkcbxSettelmentWay.Location = new System.Drawing.Point(149, 116);
+            this.dblkcbxSettelmentWay.Name = "dblkcbxSettelmentWay";
+            this.dblkcbxSettelmentWay.NullValue = "";
+            this.dblkcbxSettelmentWay.PopupGridAutoSize = false;
+            this.dblkcbxSettelmentWay.RowFilterVisible = false;
+            this.dblkcbxSettelmentWay.sDisplayField = "";
+            this.dblkcbxSettelmentWay.sDisplayMember = "";
+            this.dblkcbxSettelmentWay.SeparatorChar = "|";
+            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
+            this.dblkcbxSettelmentWay.sKeyWords = "";
+            this.dblkcbxSettelmentWay.sValueMember = "";
+            this.dblkcbxSettelmentWay.TabIndex = 59;
+            this.dblkcbxSettelmentWay.Value = "";
+            // 
+            // dblkcbxDisease
+            // 
+            this.dblkcbxDisease.FormattingEnabled = true;
+            this.dblkcbxDisease.Location = new System.Drawing.Point(149, 67);
+            this.dblkcbxDisease.Name = "dblkcbxDisease";
+            this.dblkcbxDisease.NullValue = "";
+            this.dblkcbxDisease.PopupGridAutoSize = false;
+            this.dblkcbxDisease.RowFilterVisible = false;
+            this.dblkcbxDisease.sDisplayField = "";
+            this.dblkcbxDisease.sDisplayMember = "";
+            this.dblkcbxDisease.SeparatorChar = "|";
+            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
+            this.dblkcbxDisease.sKeyWords = "";
+            this.dblkcbxDisease.sValueMember = "";
+            this.dblkcbxDisease.TabIndex = 58;
+            this.dblkcbxDisease.Value = "";
+            // 
+            // dblkcbxMedicalType
+            // 
+            this.dblkcbxMedicalType.FormattingEnabled = true;
+            this.dblkcbxMedicalType.Location = new System.Drawing.Point(588, 18);
+            this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
+            this.dblkcbxMedicalType.NullValue = "";
+            this.dblkcbxMedicalType.PopupGridAutoSize = false;
+            this.dblkcbxMedicalType.RowFilterVisible = false;
+            this.dblkcbxMedicalType.sDisplayField = "";
+            this.dblkcbxMedicalType.sDisplayMember = "";
+            this.dblkcbxMedicalType.SeparatorChar = "|";
+            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
+            this.dblkcbxMedicalType.sKeyWords = "";
+            this.dblkcbxMedicalType.sValueMember = "";
+            this.dblkcbxMedicalType.TabIndex = 57;
+            this.dblkcbxMedicalType.Value = "";
+            // 
+            // dblkcbxInsuranceType
+            // 
+            this.dblkcbxInsuranceType.FormattingEnabled = true;
+            this.dblkcbxInsuranceType.Location = new System.Drawing.Point(149, 18);
+            this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
+            this.dblkcbxInsuranceType.NullValue = "";
+            this.dblkcbxInsuranceType.PopupGridAutoSize = false;
+            this.dblkcbxInsuranceType.RowFilterVisible = false;
+            this.dblkcbxInsuranceType.sDisplayField = "";
+            this.dblkcbxInsuranceType.sDisplayMember = "";
+            this.dblkcbxInsuranceType.SeparatorChar = "|";
+            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
+            this.dblkcbxInsuranceType.sKeyWords = "";
+            this.dblkcbxInsuranceType.sValueMember = "";
+            this.dblkcbxInsuranceType.TabIndex = 56;
+            this.dblkcbxInsuranceType.Value = "";
+            // 
+            // label4
+            // 
+            this.label4.AutoSize = true;
+            this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label4.Location = new System.Drawing.Point(492, 21);
+            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(98, 22);
+            this.label4.TabIndex = 55;
+            this.label4.Text = "医疗类别";
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label3.Location = new System.Drawing.Point(53, 119);
+            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(98, 22);
+            this.label3.TabIndex = 54;
+            this.label3.Text = "结算方式";
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label2.Location = new System.Drawing.Point(53, 70);
+            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(98, 22);
+            this.label2.TabIndex = 53;
+            this.label2.Text = "病种名称\r\n";
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
+            this.label1.Location = new System.Drawing.Point(53, 21);
+            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(98, 22);
+            this.label1.TabIndex = 52;
+            this.label1.Text = "险种类型";
+            // 
             // InpatientRegistration
             // 
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
             this.ClientSize = new System.Drawing.Size(1267, 641);
-            this.Controls.Add(this.grpHeader);
             this.Controls.Add(this.pnlBottom);
-            this.Controls.Add(this.panel1);
+            this.Controls.Add(this.pnlCenter);
+            this.Controls.Add(this.pnlHeader);
             this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "InpatientRegistration";
             this.Text = "医保登记";
             this.Load += new System.EventHandler(this.InpatientRegistration_Load);
-            this.panel1.ResumeLayout(false);
-            this.panel1.PerformLayout();
+            this.pnlHeader.ResumeLayout(false);
             this.pnlFooter.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
             this.pnlBottom.ResumeLayout(false);
             this.grpHeader.ResumeLayout(false);
+            this.pnlCenter.ResumeLayout(false);
+            this.pnlCenter.PerformLayout();
             this.ResumeLayout(false);
 
         }
@@ -933,24 +943,11 @@ namespace PTMedicalInsurance.Forms
 
         }
 
-        private System.Windows.Forms.Panel panel1;
-        public PTControl.DBLookupCombox dblkcbxSettelmentWay;
-        public PTControl.DBLookupCombox dblkcbxMedicalType;
-        public PTControl.DBLookupCombox dblkcbxInsuranceType;
-        private System.Windows.Forms.Label label4;
-        private System.Windows.Forms.Label label3;
-        private System.Windows.Forms.Label label2;
-        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Panel pnlHeader;
         private System.Windows.Forms.Panel pnlFooter;
         private System.Windows.Forms.Button button2;
         private System.Windows.Forms.Button button1;
         private Sunny.UI.UIButton uiButton1;
-        public PTControl.DBLookupCombox dblkcbxDisease;
-        public Sunny.UI.UICheckBox cbxAccountPay;
-        public Sunny.UI.UICheckBox Chk_RelTtpFlag;
-        public Sunny.UI.UICheckBox Chk_TraumaFlag;
-        public PTControl.DBLookupCombox dblkcbxExitway;
-        private System.Windows.Forms.Label label8;
         private System.Windows.Forms.DataGridView dgvDiagnose;
         private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
         private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
@@ -963,10 +960,6 @@ namespace PTMedicalInsurance.Forms
         private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
         private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
         private System.Windows.Forms.Panel pnlBottom;
-        public Sunny.UI.UICheckBox chkEmergency;
-        public Sunny.UI.UICheckBox chkDanger;
-        private Sunny.UI.UITextBox txtLocateCode;
-        private System.Windows.Forms.Label label5;
         private Sunny.UI.UITextBox txtBirthDay;
         private Sunny.UI.UITextBox txtInsuType;
         private Sunny.UI.UITextBox txtAge;
@@ -992,5 +985,23 @@ namespace PTMedicalInsurance.Forms
         private Sunny.UI.UILabel uiLabel20;
         private Sunny.UI.UIGroupBox grpHeader;
         private Sunny.UI.UILabel uiLabel21;
+        private System.Windows.Forms.Panel pnlCenter;
+        private Sunny.UI.UITextBox txtLocateCode;
+        public Sunny.UI.UICheckBox chkEmergency;
+        public Sunny.UI.UICheckBox cbxAccountPay;
+        public Sunny.UI.UICheckBox Chk_RelTtpFlag;
+        public Sunny.UI.UICheckBox chkDanger;
+        public Sunny.UI.UICheckBox Chk_TraumaFlag;
+        public PTControl.DBLookupCombox dblkcbxExitway;
+        private System.Windows.Forms.Label label5;
+        private System.Windows.Forms.Label label8;
+        public PTControl.DBLookupCombox dblkcbxSettelmentWay;
+        public PTControl.DBLookupCombox dblkcbxDisease;
+        public PTControl.DBLookupCombox dblkcbxMedicalType;
+        public PTControl.DBLookupCombox dblkcbxInsuranceType;
+        private System.Windows.Forms.Label label4;
+        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Label label1;
     }
 }