Browse Source

住院登记病种下拉框选项改为日间手术HisType=8

837390164@qq.com 4 months ago
parent
commit
ba8bf11004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Forms/OutpatientRegistration.cs

+ 1 - 1
Forms/OutpatientRegistration.cs

@@ -40,7 +40,7 @@ namespace PTMedicalInsurance.Forms
                               + " WHERE B.Code='" + Global.pat.insuType + "' and A.InsuCode = 'insutype'" + sqlCondition;
                 SetDBLKCombox(ref dblkcbxInsuranceType, sqlStr);
 
-                sqlStr = "select A.Code, A.Name FROM HB_MedInsuDirectory A where A.UseFlag='1' And A.HisType=7" + sqlCondition; //A.Code='" + Global.pat.DiseasecCode + "' and 
+                sqlStr = "select A.Code, A.Name FROM HB_MedInsuDirectory A where A.UseFlag='1' And A.HisType=8" + sqlCondition; //A.Code='" + Global.pat.DiseasecCode + "' and 
                 SetDBLKCombox(ref dblkcbxDisease, sqlStr);
 
                 sqlStr = "select A.Code, A.Name FROM HB_MedInsuDirectory A where A.UseFlag='1' And A.HisType=5" + sqlCondition;