Procházet zdrojové kódy

feat:优化险种类型

zhengjie před 1 rokem
rodič
revize
64a03849a5

+ 2 - 1
Business/Basic/PatientService.cs

@@ -75,6 +75,7 @@ namespace PTMedicalInsurance.Business
                     {
                         #region 调用读卡接口信息
 
+                        Global.pat.mdtrtcertType = "03";
                         return trade1161(out outParam);
                         #endregion
 
@@ -210,7 +211,7 @@ namespace PTMedicalInsurance.Business
                 //参保地
                 Global.pat.insuplc_admdvs = info.insuInfo[0].insuplc_admdvs;
                 Global.pat.insuplc_name = info.insuInfo[0].insuplc_name;
-                Global.pat.medType = info.insuInfo[0].psn_type??"A";  //济南替用psn_type
+                Global.pat.medType = info.insuInfo[0].med_type ?? "C";
             }
             //证件号
             Global.pat.certNO = info.baseInfo.certno;

+ 10 - 1
Business/HisMainBusiness.cs

@@ -536,6 +536,7 @@ namespace PTMedicalInsurance.Business
                 Global.pat.psn_type = JsonHelper.getDestValue(joPatInfo, "selectedInsuInfo.psn_type");
                 Global.pat.psn_insu_stas = JsonHelper.getDestValue(joPatInfo, "selectedInsuInfo.psn_insu_stas");
                 Global.pat.insuType = JsonHelper.getDestValue(joPatInfo, "selectedInsuInfo.insutype");
+                Global.pat.medType = JsonHelper.getDestValue(joPatInfo, "selectedInsuInfo.med_type");
                 Global.pat.paus_insu_date = JsonHelper.getDestValue(joPatInfo, "selectedInsuInfo.paus_insu_date");                
 
                 return 0;
@@ -780,7 +781,12 @@ namespace PTMedicalInsurance.Business
                     joMdtrtinfo.Add("tel", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.tel"));          //联系电话
                     joMdtrtinfo.Add("begntime", JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.begntime"));          //开始时间
                     joMdtrtinfo.Add("mdtrt_cert_type", Global.pat.mdtrtcertType);          //就诊凭证类型
-                    joMdtrtinfo.Add("mdtrt_cert_no", Global.pat.mdtrtcertNO);          //就诊凭证编号
+                    string certNo = Global.pat.mdtrtcertNO;
+                    if (!string.IsNullOrEmpty(Global.pat.ecCardNo))
+                    {
+                        certNo = "";  //电子凭证时卡号为空
+                    }
+                    joMdtrtinfo.Add("mdtrt_cert_no", certNo);          //就诊凭证编号
                     joMdtrtinfo.Add("med_type", frmReg.med_type);          //医疗类别
 
                     string ipAdmNo = Utils.convertAdmDr(JsonHelper.getDestValue(joHisRtnInfo, "mdtrtinfo.ipt_no"));
@@ -1458,12 +1464,15 @@ namespace PTMedicalInsurance.Business
                             string gender = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.output.baseinfo.gend");
                             pat.gend = "男".Equals(gender) ? "1" : "2";
 
+                            pat.medType = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.selectedInsuInfo.med_type");
                             pat.psn_type = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.selectedInsuInfo.psn_type");
+
                             pat.certType = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.output.baseinfo.psn_cert_type");
                             pat.certNO = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.output.baseinfo.certno");
                             pat.billID = JsonHelper.getDestValue(joInparam, "params[0].billID");
                             pat.card.SN = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.output.cardecinfo.card_sn");
 
+                            pat.ecCardNo = JsonHelper.getDestValue(joInparam, "params[0].patientInfo.output.cardecinfo.ecCardNo");
                             break;
                         }
                     case "Z2C"://入院登记取消

+ 3 - 0
Business/Inpatient/IPPreSettlementProcess.cs

@@ -154,6 +154,9 @@ namespace PTMedicalInsurance.Business
 
             if (hBus.showSettlementForm(joConverted, out outParam) != 0)
             {
+                //取消结算?
+                new IPSettlementCancelProcess().Process(input);
+
                 return Exception(-1, "结算信息展示", outParam);
             }
             //joSettlement = (JObject)joRtn.DeepClone();

+ 1 - 1
Business/Inpatient/IPSettlementCancelProcess.cs

@@ -62,7 +62,7 @@ namespace PTMedicalInsurance.Business
                     return Exception(-1, "中心结算取消成功,医保平台结算信息取消失败!", outParam);
                 }
 
-                //费用取消
+                //费用撤销
                 new InpatientFeeUploadCancelProcess().Process(input);
 
                 //取消HIS医保结算信息

+ 7 - 1
Business/IrisServices.cs

@@ -860,7 +860,13 @@ namespace PTMedicalInsurance.Business
                 joTmp.Add("RegDate", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.begntime"));
                 joTmp.Add("InsuType", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.insutype"));
                 joTmp.Add("CertificateType", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.mdtrt_cert_type"));
-                joTmp.Add("CertificateNO", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.mdtrt_cert_no"));
+                string mdtrtCertNo = JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.mdtrt_cert_no");
+                if (string.IsNullOrEmpty(mdtrtCertNo))
+                {
+                    mdtrtCertNo = Global.pat.mdtrtcertNO;
+                }
+
+                joTmp.Add("CertificateNO", mdtrtCertNo);
                 joTmp.Add("MedicalType", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.med_type"));
                 joTmp.Add("AttendDoctorNO", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.atddr_no"));
                 joTmp.Add("ChiefPhyDocName", JsonHelper.getDestValue(joRegIn, "input.mdtrtinfo.chfpdr_name"));

+ 5 - 0
Entity/Base/PersonInfo.cs

@@ -186,6 +186,11 @@ namespace PTMedicalInsurance.Entity
         /// </summary>
         public string psn_type { get; set; }
 
+        /// <summary>
+        /// 医疗类别
+        /// </summary>
+        public string med_type { get; set; }
+
         /// <summary>
         /// 人员参保状态
         /// </summary>

+ 4 - 4
Forms/InpatientRegistration.cs

@@ -24,8 +24,8 @@ namespace PTMedicalInsurance.Forms
             InitializeComponent();
 
             this.StartPosition = FormStartPosition.CenterParent;
-            Global.pat.insuType = Global.pat.insuType ?? "C";  //默认医疗
-            Global.pat.medType = Global.pat.medType ?? Global.pat.psn_type;   //默认职工
+            Global.pat.insuType = Global.pat.insuType ?? Global.pat.psn_type;   //默认职工
+            Global.pat.medType = Global.pat.medType ?? "C";  //默认医疗
             if (Global.pat.RYorCY == "2")
             {
                 string sqlCondition = " and A.Interface_Dr = '" + Global.inf.interfaceDr.ToString() + "'";
@@ -43,7 +43,7 @@ namespace PTMedicalInsurance.Forms
                 SetDBLKCombox(ref dblkcbxDisease, sqlStr);
 
                 sqlStr = " SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr"
-                       + " WHERE B.Code='" + Global.pat.medType + "' and A.InsuCode = 'RQLB'" + sqlCondition;
+                       + " WHERE B.Code='" + Global.pat.medType + "' and A.InsuCode = 'med_type'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxMedicalType, sqlStr);
 
                 sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'psn_setlway'" + sqlCondition;
@@ -67,7 +67,7 @@ namespace PTMedicalInsurance.Forms
                 sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'psn_setlway'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxSettelmentWay, sqlStr);
 
-                sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'RQLB'" + sqlCondition;
+                sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'med_type'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxMedicalType, sqlStr);
 
                 sqlStr = " SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr WHERE A.InsuCode = 'ZLFS'" + sqlCondition;

+ 13 - 13
Forms/InpatientRegistration.designer.cs

@@ -175,7 +175,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxExitway.sDisplayField = "";
             this.dblkcbxExitway.sDisplayMember = "";
             this.dblkcbxExitway.SeparatorChar = "|";
-            this.dblkcbxExitway.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxExitway.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxExitway.sKeyWords = "";
             this.dblkcbxExitway.sValueMember = "";
             this.dblkcbxExitway.TabIndex = 44;
@@ -189,7 +189,7 @@ namespace PTMedicalInsurance.Forms
             this.label8.Location = new System.Drawing.Point(506, 131);
             this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(89, 19);
+            this.label8.Size = new System.Drawing.Size(98, 22);
             this.label8.TabIndex = 43;
             this.label8.Text = "离院方式";
             // 
@@ -204,7 +204,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxTreatway.sDisplayField = "";
             this.dblkcbxTreatway.sDisplayMember = "";
             this.dblkcbxTreatway.SeparatorChar = "|";
-            this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxTreatway.sKeyWords = "";
             this.dblkcbxTreatway.sValueMember = "";
             this.dblkcbxTreatway.TabIndex = 23;
@@ -222,7 +222,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxSettelmentWay.sDisplayField = "";
             this.dblkcbxSettelmentWay.sDisplayMember = "";
             this.dblkcbxSettelmentWay.SeparatorChar = "|";
-            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxSettelmentWay.sKeyWords = "";
             this.dblkcbxSettelmentWay.sValueMember = "";
             this.dblkcbxSettelmentWay.TabIndex = 22;
@@ -240,7 +240,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxDisease.sDisplayField = "";
             this.dblkcbxDisease.sDisplayMember = "";
             this.dblkcbxDisease.SeparatorChar = "|";
-            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxDisease.sKeyWords = "";
             this.dblkcbxDisease.sValueMember = "";
             this.dblkcbxDisease.TabIndex = 20;
@@ -258,7 +258,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxMedicalType.sDisplayField = "";
             this.dblkcbxMedicalType.sDisplayMember = "";
             this.dblkcbxMedicalType.SeparatorChar = "|";
-            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxMedicalType.sKeyWords = "";
             this.dblkcbxMedicalType.sValueMember = "";
             this.dblkcbxMedicalType.TabIndex = 19;
@@ -276,7 +276,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxInsuranceType.sDisplayField = "";
             this.dblkcbxInsuranceType.sDisplayMember = "";
             this.dblkcbxInsuranceType.SeparatorChar = "|";
-            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 26);
+            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 30);
             this.dblkcbxInsuranceType.sKeyWords = "";
             this.dblkcbxInsuranceType.sValueMember = "";
             this.dblkcbxInsuranceType.TabIndex = 18;
@@ -290,7 +290,7 @@ namespace PTMedicalInsurance.Forms
             this.label6.Location = new System.Drawing.Point(506, 79);
             this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(89, 19);
+            this.label6.Size = new System.Drawing.Size(98, 22);
             this.label6.TabIndex = 17;
             this.label6.Text = "治疗方式";
             // 
@@ -301,9 +301,9 @@ namespace PTMedicalInsurance.Forms
             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(89, 19);
+            this.label4.Size = new System.Drawing.Size(98, 22);
             this.label4.TabIndex = 15;
-            this.label4.Text = "人群类别";
+            this.label4.Text = "医疗类别";
             // 
             // label3
             // 
@@ -312,7 +312,7 @@ namespace PTMedicalInsurance.Forms
             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(89, 19);
+            this.label3.Size = new System.Drawing.Size(98, 22);
             this.label3.TabIndex = 14;
             this.label3.Text = "结算方式";
             // 
@@ -323,7 +323,7 @@ namespace PTMedicalInsurance.Forms
             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(89, 19);
+            this.label2.Size = new System.Drawing.Size(98, 22);
             this.label2.TabIndex = 13;
             this.label2.Text = "病种名称\r\n";
             // 
@@ -334,7 +334,7 @@ namespace PTMedicalInsurance.Forms
             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(89, 19);
+            this.label1.Size = new System.Drawing.Size(98, 22);
             this.label1.TabIndex = 12;
             this.label1.Text = "险种类型";
             // 

+ 2 - 2
Forms/OutpatientRegistration.cs

@@ -61,7 +61,7 @@ namespace PTMedicalInsurance.Forms
                 SetDBLKCombox(ref dblkcbxDisease, sqlStr);
 
                 sqlStr = " SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr"
-                       + " WHERE B.Code='" + Global.pat.medType + "' and A.InsuCode = 'RQLB'" + sqlCondition;
+                       + " WHERE B.Code='" + Global.pat.medType + "' and A.InsuCode = 'med_type'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxMedicalType, sqlStr);
 
                 sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'psn_setlway'" + sqlCondition;
@@ -81,7 +81,7 @@ namespace PTMedicalInsurance.Forms
                 sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'psn_setlway'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxSettelmentWay, sqlStr);
 
-                sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'RQLB'" + sqlCondition;
+                sqlStr = "SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr  WHERE A.InsuCode = 'med_type'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxMedicalType, sqlStr);
 
                 sqlStr = " SELECT B.Code,B.Descripts AS Name FROM HB_Dictionary A JOIN HB_DictionaryDataDetail B ON A.ID = B.HBDictionary_Dr WHERE A.InsuCode = 'JYLB'" + sqlCondition;

+ 14 - 14
Forms/OutpatientRegistration.designer.cs

@@ -203,7 +203,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxTreatway.sDisplayField = "";
             this.dblkcbxTreatway.sDisplayMember = "";
             this.dblkcbxTreatway.SeparatorChar = "|";
-            this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxTreatway.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxTreatway.sKeyWords = "";
             this.dblkcbxTreatway.sValueMember = "";
             this.dblkcbxTreatway.TabIndex = 23;
@@ -221,7 +221,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxSettelmentWay.sDisplayField = "";
             this.dblkcbxSettelmentWay.sDisplayMember = "";
             this.dblkcbxSettelmentWay.SeparatorChar = "|";
-            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxSettelmentWay.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxSettelmentWay.sKeyWords = "";
             this.dblkcbxSettelmentWay.sValueMember = "";
             this.dblkcbxSettelmentWay.TabIndex = 22;
@@ -239,7 +239,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxVisitType.sDisplayField = "";
             this.dblkcbxVisitType.sDisplayMember = "";
             this.dblkcbxVisitType.SeparatorChar = "|";
-            this.dblkcbxVisitType.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxVisitType.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxVisitType.sKeyWords = "";
             this.dblkcbxVisitType.sValueMember = "";
             this.dblkcbxVisitType.TabIndex = 21;
@@ -257,7 +257,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxDisease.sDisplayField = "";
             this.dblkcbxDisease.sDisplayMember = "";
             this.dblkcbxDisease.SeparatorChar = "|";
-            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxDisease.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxDisease.sKeyWords = "";
             this.dblkcbxDisease.sValueMember = "";
             this.dblkcbxDisease.TabIndex = 20;
@@ -275,7 +275,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxMedicalType.sDisplayField = "";
             this.dblkcbxMedicalType.sDisplayMember = "";
             this.dblkcbxMedicalType.SeparatorChar = "|";
-            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxMedicalType.sKeyWords = "";
             this.dblkcbxMedicalType.sValueMember = "";
             this.dblkcbxMedicalType.TabIndex = 19;
@@ -293,7 +293,7 @@ namespace PTMedicalInsurance.Forms
             this.dblkcbxInsuranceType.sDisplayField = "";
             this.dblkcbxInsuranceType.sDisplayMember = "";
             this.dblkcbxInsuranceType.SeparatorChar = "|";
-            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 25);
+            this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 29);
             this.dblkcbxInsuranceType.sKeyWords = "";
             this.dblkcbxInsuranceType.sValueMember = "";
             this.dblkcbxInsuranceType.TabIndex = 18;
@@ -307,7 +307,7 @@ namespace PTMedicalInsurance.Forms
             this.label6.Location = new System.Drawing.Point(479, 127);
             this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(80, 18);
+            this.label6.Size = new System.Drawing.Size(94, 21);
             this.label6.TabIndex = 17;
             this.label6.Text = "治疗方式";
             // 
@@ -318,7 +318,7 @@ namespace PTMedicalInsurance.Forms
             this.label5.Location = new System.Drawing.Point(479, 78);
             this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(80, 18);
+            this.label5.Size = new System.Drawing.Size(94, 21);
             this.label5.TabIndex = 16;
             this.label5.Text = "就医类别";
             // 
@@ -329,9 +329,9 @@ namespace PTMedicalInsurance.Forms
             this.label4.Location = new System.Drawing.Point(479, 29);
             this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(80, 18);
+            this.label4.Size = new System.Drawing.Size(94, 21);
             this.label4.TabIndex = 15;
-            this.label4.Text = "人群类别";
+            this.label4.Text = "医疗类别";
             // 
             // label3
             // 
@@ -340,7 +340,7 @@ namespace PTMedicalInsurance.Forms
             this.label3.Location = new System.Drawing.Point(40, 127);
             this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(80, 18);
+            this.label3.Size = new System.Drawing.Size(94, 21);
             this.label3.TabIndex = 14;
             this.label3.Text = "认证方式";
             // 
@@ -351,7 +351,7 @@ namespace PTMedicalInsurance.Forms
             this.label2.Location = new System.Drawing.Point(40, 78);
             this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(80, 18);
+            this.label2.Size = new System.Drawing.Size(94, 21);
             this.label2.TabIndex = 13;
             this.label2.Text = "病种名称\r\n";
             // 
@@ -362,7 +362,7 @@ namespace PTMedicalInsurance.Forms
             this.label1.Location = new System.Drawing.Point(40, 29);
             this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
             this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(80, 18);
+            this.label1.Size = new System.Drawing.Size(94, 21);
             this.label1.TabIndex = 12;
             this.label1.Text = "险种类型";
             // 
@@ -928,7 +928,7 @@ namespace PTMedicalInsurance.Forms
             // 
             // OutpatientRegistration
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1193, 594);
             this.Controls.Add(this.uiGroupBox2);