| 
					
				 | 
			
			
				@@ -640,7 +640,7 @@ namespace PTMedicalInsurance.Forms 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (cbConfirmFlag.SelectedIndex != 0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (cbConfirmFlag.SelectedIndex == 1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        sqlStr = sqlStr + " and ((ConfirmFlag = 1 and AdmType = 3) or (AdmType in ('1','2')) "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        sqlStr = sqlStr + " and ((ConfirmFlag = 1 and AdmType = 3) or (AdmType in ('1','2'))) "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         sqlStr = sqlStr + " and ConfirmFlag <> 1"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1770,7 +1770,7 @@ namespace PTMedicalInsurance.Forms 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 sqlStr = sqlStr + " and Interface_Dr =" + dtInteface.Rows[i]["ID"].ToString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (cbxInsuType.Text != "") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (cbxInsuType.Text != "")// 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 sqlStr = sqlStr + " and InsuranceType ='" + cbxInsuType.SelectedValue + "'"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |