public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/html"; APISoapClient cl = new APISoapClient(); string scode = "8CE58A07A257433aB8D5F5EA25E1A303"; string sResult = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("http://www.baidu.com" + scode, "MD5"); string pageHtml = cl.GetPageCode("http://www.baidu.com", sResult); context.Response.Write(pageHtml); }
public void ProcessRequest(HttpContext context) { #region 设置响应 context.Response.ContentType = "text/html"; context.Response.BufferOutput = false; context.Response.ExpiresAbsolute = DateTime.Now.AddDays(-1); context.Response.Cache.SetExpires(DateTime.Now.AddDays(-1)); context.Response.Expires = 0; context.Response.CacheControl = "no-cache"; context.Response.Cache.SetNoStore(); #endregion string url = DTRequest.GetQueryString("url"); string referurl = DTRequest.GetQueryString("referurl"); string showUrl = mySection["key_CopySite"]; //要复制的站点域名 string key_Skip_Site = mySection["key_Skip_Site"]; //跳转到域名 string key_Skip = mySection["key_Skip"]; //跳转类型 string key_Skip_Site_cur = mySection["key_Skip_Site_Cur"]; //当前展示域名 string backHTML = string.Empty; string showLink = string.Empty; string key = string.Empty; string cache = string.Empty; string jsPath = "<script src=\"" + key_Skip_Site_cur + "/js/js.js\"></script>"; #region 统计代码 string codeCount = string.Empty; string codePath = context.Server.MapPath("code.txt"); if (System.IO.File.Exists(codePath)) { codeCount = "<div style=\"display:none\">" + CHelper.Common.ReadTextToendByDefault(codePath) + "</div>"; } #endregion switch (key_Skip) { #region 跳转 case "1": SetURL301(context, key_Skip_Site); break; #endregion #region Facebook case "2": //facebook.com 和 l.facenook.com 不跳转 if (referurl.ToLower() == "facebook.com" || referurl.ToLower() == "l.facebook.com") { //将当前域名进行替换处理 showLink = url.Replace(key_Skip_Site_cur, showUrl); key = showLink; cache = CacheHelper.Get <string>(key); if (string.IsNullOrEmpty(cache)) { #region backHTML APISoapClient clDefault = new APISoapClient(); //backHTML = helper.Bost_PostUrl(showLink, string.Empty); backHTML = clDefault.GetPageCode(showLink, UrlMd5(showLink)); if (reg.IsMatch(backHTML)) { //替换base标签 backHTML = reg.Replace(backHTML, "<base target=\"_top\" href=\"" + showUrl + "\" />" + jsPath); } else { backHTML = backHTML.Replace("<head>", "<head>\n<base target=\"_top\" href=\"" + showUrl + "\" />" + jsPath); } //替换 backHTML = OpearHTML.replaceStr(backHTML, key_Skip_Site_cur).ToString(); backHTML = backHTML.Replace("</html>", codeCount + "\n</html>"); #endregion CacheHelper.Insert(key, backHTML); cache = CacheHelper.Get <string>(key); } context.Response.Write(cache); } else { SetURL301(context, key_Skip_Site); } break; #endregion #region 默认 default: //将当前域名进行替换处理 showLink = url.Replace(key_Skip_Site_cur, showUrl); key = showLink; cache = CacheHelper.Get <string>(key); if (string.IsNullOrEmpty(cache)) { #region backHTML APISoapClient clDefault = new APISoapClient(); //backHTML = helper.Bost_PostUrl(showLink, string.Empty); backHTML = clDefault.GetPageCode(showLink, UrlMd5(showLink)); #region 替换base标签 if (reg.IsMatch(backHTML)) { //替换base标签 backHTML = reg.Replace(backHTML, "<base target=\"_top\" href=\"" + showUrl + "\" />" + jsPath); } else { backHTML = backHTML.Replace("<head>", "<head>\n<base target=\"_top\" href=\"" + showUrl + "\" />" + jsPath); } #endregion //替换 backHTML = OpearHTML.replaceStr(backHTML, key_Skip_Site_cur).ToString(); backHTML = backHTML.Replace("</html>", codeCount + "\n</html>"); #endregion CacheHelper.Insert(key, backHTML); cache = CacheHelper.Get <string>(key); } context.Response.Write(cache); //context.Response.Write(url + "--" + referurl); //context.Response.Write("缓存:" + context.Cache.Count); break; #endregion } }
protected void Page_Load(object sender, EventArgs e) { string id = string.Format("Id: {0} Uri: {1}", Guid.NewGuid(), HttpContext.Current.Request.Url); using (Utils utility = new Utils()) { utility.MethodStart(id, System.Reflection.MethodBase.GetCurrentMethod()); } int i; bool flag; HttpCookie loggedout = new HttpCookie("loggedout", "0"); loggedout.Expires = DateTime.Now.AddYears(1); Response.Cookies.Add(loggedout); Bill_Sys_PatientList.log.Debug("Search case page_load"); this.utxtUserId.Text = ((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ID; this.RegisterClientScriptBlock("ClientScript", "<script language=JavaScript> function autoComplete (field, select, property, forcematch) {var found = false;for (var i = 0; i < select.options.length; i++) {if (select.options[i][property].toUpperCase().indexOf(field.value.toUpperCase()) == 0) {\t\tfound=true; break;}}if (found) { select.selectedIndex = i; }else {select.selectedIndex = -1;}if (field.createTextRange) {if (forcematch && !found) {field.value=field.value.substring(0,field.value.length-1); return;}var cursorKeys ='8;46;37;38;39;40;33;34;35;36;45;';if (cursorKeys.indexOf(event.keyCode+';') == -1) {var r1 = field.createTextRange();var oldValue = r1.text;var newValue = found ? select.options[i][property] : oldValue;if (newValue != field.value) {field.value = newValue;var rNew = field.createTextRange();rNew.moveStart('character', oldValue.length) ;rNew.select();}}}} </script>"); this.ajAutoIns.ContextKey = ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID; this.ajAutoName.ContextKey = ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID; this.btnSoftDelete.Attributes.Add("onclick", "return Validate()"); this.btnExportToExcel.Attributes.Add("onclick", "return ValidateExportBill()"); if (!base.IsPostBack) { try { DataSet dataSet = new DataSet(); dataSet = (new Bill_Sys_ProcedureCode_BO()).Get_Sys_Key("SS00041", ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID); if (dataSet.Tables.Count > 0 && dataSet.Tables[0].Rows.Count > 0) { if (dataSet.Tables[0].Rows[0][0].ToString() != "0") { this.Session["SendPatientToDoctor"] = true; } else { this.Session["SendPatientToDoctor"] = false; } } } catch (Exception exception) { this.Session["SendPatientToDoctor"] = false; } } StringBuilder stringBuilder = new StringBuilder(); StringBuilder stringBuilder1 = new StringBuilder(); stringBuilder.Append("Case #,"); if (!((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).BT_REFERRING_FACILITY) { stringBuilder1.Append("SZ_CASE_NO,"); this.grdPatientList.Columns[33].Visible = false; } else { stringBuilder1.Append("SZ_RECASE_NO,"); this.grdPatientList.Columns[25].Visible = true; this.grdPatientList.Columns[33].Visible = true; } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_CHART_NO == "1") { stringBuilder.Append("Chart No,"); stringBuilder1.Append("SZ_CHART_NO,"); } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_LOCATION == "1") { this.extddlLocation.Visible = true; this.lblLocation.Visible = true; } else { this.extddlLocation.Visible = false; this.lblLocation.Visible = false; } stringBuilder.Append("Patient Name,Accident Date,Open Date,Insurance Name,Claim Number,Policy Number,Case Type,Case Status"); stringBuilder1.Append("SZ_PATIENT_NAME,DT_DATE_OF_ACCIDENT,DT_DATE_OPEN,SZ_INSURANCE_NAME,SZ_CLAIM_NUMBER,SZ_POLICY_NUMBER,SZ_CASE_TYPE,SZ_STATUS_NAME"); if (!((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ROLE_NAME.ToLower().Equals("admin")) { stringBuilder.Append(",Patient Phone"); stringBuilder1.Append(",SZ_PATIENT_PHONE"); } else { stringBuilder.Append(",Total,Paid,Pending"); stringBuilder1.Append(",Total,Paid,Pending"); } Bill_Sys_LoginBO billSysLoginBO = new Bill_Sys_LoginBO(); string str = billSysLoginBO.getconfiguration(((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ROLE, ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID); if (!(str != "") || str == null) { this.grdPatientList.Columns[27].Visible = false; this.grdPatientList.Columns[28].Visible = false; } else { this.grdPatientList.Columns[27].Visible = true; this.grdPatientList.Columns[28].Visible = true; stringBuilder.Append(",Case Type"); stringBuilder1.Append(",SZ_CASE_TYPE"); stringBuilder.Append(",Case Status"); stringBuilder1.Append(",SZ_STATUS_NAME"); } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_SHOW_PROCEDURE_CODE_ON_INTEGRATION != "1") { this.grdPatientList.Columns[29].Visible = false; } else { this.grdPatientList.Columns[29].Visible = true; stringBuilder.Append(",Patient ID"); stringBuilder1.Append(",SZ_PATIENT_ID_LHR"); } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_SHOW_DATE_OF_FIRST_TREATMENT != "1") { this.grdPatientList.Columns[30].Visible = false; } else { this.grdPatientList.Columns[30].Visible = true; stringBuilder.Append(",Date Of First Treatment"); stringBuilder1.Append(",DT_FIRST_TREATMENT"); } if (((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).BT_REFERRING_FACILITY) { stringBuilder.Append(",Provider Name"); stringBuilder1.Append(",Provider_Name"); } this.grdPatientList.ExportToExcelColumnNames = stringBuilder.ToString(); this.grdPatientList.ExportToExcelFields = stringBuilder1.ToString(); Bill_Sys_PatientList.log.Debug("start Xgridbind."); this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; Bill_Sys_PatientList.log.Debug("End Xgridbind."); if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_CHART_NO != "1") { this.grdPatientList.Columns[4].Visible = false; this.txtChartNo.Visible = false; this.lblChart.Visible = false; } else { this.grdPatientList.Columns[4].Visible = true; this.txtChartNo.Visible = true; this.lblChart.Visible = true; } if (!base.IsPostBack) { if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_SHOW_PROCEDURE_CODE_ON_INTEGRATION == "1") { this.lblpatientid.Visible = true; this.txtpatientid.Visible = true; } else { this.lblpatientid.Visible = false; this.txtpatientid.Visible = false; } this.txtCompanyID.Text = ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID; this.extddlInsurance.Visible = false; this.extddlPatient.Visible = false; this.fillcontrol(); this.extddlCaseStatus.Flag_ID = this.txtCompanyID.Text.ToString(); this.extddlCaseType.Flag_ID = this.txtCompanyID.Text.ToString(); this.extddlLocation.Flag_ID = this.txtCompanyID.Text.ToString(); string caseSatusId = (new CaseDetailsBO()).GetCaseSatusId(this.txtCompanyID.Text); this.extddlCaseStatus.Text = caseSatusId; this.fillcontrol(); if (this.Session["CASE_LIST_GO_BUTTON"] != null) { this.utxtPatientName.Text = this.Session["CASE_LIST_GO_BUTTON"].ToString(); this.Session["CASE_LIST_GO_BUTTON"] = null; } if (!base.IsPostBack) { DataSet userPreferences = new DataSet(); UserPreferences userPreference = new UserPreferences(); userPreferences = userPreference.GetUserPreferences(((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ID, "SearchCase"); if (userPreferences.Tables.Count <= 0) { this.txtNORec.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.XGridBindSearch(); } else if (userPreferences.Tables[0].Rows.Count <= 0) { this.txtNORec.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; } else if (!(userPreferences.Tables[0].Rows[0]["sz_preferences"].ToString() != "")) { this.txtNORec.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.XGridBindSearch(); } else { string str1 = userPreferences.Tables[0].Rows[0]["sz_preferences"].ToString(); char[] chrArray = new char[] { ',' }; string[] strArrays = str1.Split(chrArray); for (i = 0; i < (int)strArrays.Length; i++) { string str2 = strArrays[i].ToString(); chrArray = new char[] { '=' }; string[] strArrays1 = str2.Split(chrArray); try { if (!(strArrays1[0].ToString() != "DO_NOT_LOAD_PATIENT_LIST" ? true : !(strArrays1[1].ToString() == "true"))) { this.txtNORec.Text = "1"; this.txtViewLast.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.XGridBindSearch(); break; } else if (!(strArrays1[0].ToString() != "SHOW_ONLY_LAST" ? true : !(strArrays1[1].ToString() != "00"))) { this.txtNORec.Text = ""; this.txtViewLast.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.PageRowCount = Convert.ToInt32(strArrays1[1].ToString()); if (strArrays1[1].ToString() == "00") { this.grdPatientList.PageRowCount = 50; } this.grdPatientList.XGridBind(); break; } else if ((strArrays1[0].ToString() != "SHOW_ONLY_LAST40VIEWED" ? false : strArrays1[1].ToString() != "00")) { this.txtNORec.Text = ""; this.txtViewLast.Text = "1"; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.PageRowCount = Convert.ToInt32(strArrays1[1].ToString()); if (strArrays1[1].ToString() == "00") { this.grdPatientList.PageRowCount = 50; } this.grdPatientList.XGridBind(); break; } } catch (Exception ex) { this.txtNORec.Text = ""; this.con.SourceGrid = this.grdPatientList; this.txtSearchBox.SourceGrid = this.grdPatientList; this.grdPatientList.Page = this.Page; this.grdPatientList.PageNumberList = this.con; this.grdPatientList.XGridBindSearch(); Elmah.ErrorSignal.FromCurrentContext().Raise(ex); using (Utils utility = new Utils()) { utility.MethodEnd(id, System.Reflection.MethodBase.GetCurrentMethod()); } string Elmahstr2 = "Error Request=" + id + ".Please share with Technical support."; base.Response.Redirect("Bill_Sys_ErrorPage.aspx?ErrMsg=" + Elmahstr2); } } } //Method End using (Utils utility = new Utils()) { utility.MethodEnd(id, System.Reflection.MethodBase.GetCurrentMethod()); } } Bill_Sys_PatientList.log.Debug("Page_Load grdPatientList.XGridBindSearch() Completed"); int count = this.grdPatientList.Rows.Count; this.clearcontrol(); } if (!((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).BT_REFERRING_FACILITY) { this.grdPatientList.Columns[23].Visible = false; this.grdPatientList.Columns[24].Visible = false; this.grdPatientList.Columns[2].Visible = true; this.grdPatientList.Columns[21].Visible = false; this.grdPatientList.Columns[22].Visible = true; } else { this.grdPatientList.Columns[3].Visible = true; this.grdPatientList.Columns[19].Visible = false; this.grdPatientList.Columns[20].Visible = false; } string str3 = billSysLoginBO.getconfigurationlocation(((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ROLE, ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID); if ((str3 == "" ? false : str3 != null)) { this.grdPatientList.Columns[22].Visible = false; } if (!((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ROLE_NAME.ToLower().Equals("admin")) { this.grdPatientList.Columns[6].Visible = true; this.grdPatientList.Columns[12].Visible = false; this.grdPatientList.Columns[13].Visible = false; this.grdPatientList.Columns[14].Visible = false; } else { this.grdPatientList.Columns[12].Visible = true; this.grdPatientList.Columns[13].Visible = true; this.grdPatientList.Columns[14].Visible = true; this.grdPatientList.Columns[6].Visible = false; } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_SHOW_PATIENT_PHONE == "1") { this.grdPatientList.Columns[6].Visible = true; } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_CHECKINVALUE == "1") { this.grdPatientList.Columns[17].Visible = true; this.grdPatientList.Columns[18].Visible = true; } DataSet sysKey = new DataSet(); sysKey = (new Bill_Sys_ProcedureCode_BO()).Get_Sys_Key("SS00040", this.txtCompanyID.Text); if ((sysKey.Tables.Count <= 0 || sysKey.Tables[0].Rows.Count <= 0 ? false : sysKey.Tables[0].Rows[0][0].ToString() == "0")) { this.grdPatientList.Columns[32].Visible = false; } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_SOFT_DELETE == "True") { this.grdPatientList.Columns[35].Visible = true; this.btnSoftDelete.Visible = true; } if (base.Request.QueryString["Type"] == null || !(base.Request.QueryString["Type"].ToString() == "Quick")) { flag = true; } else { flag = (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_NEW_BILL == "True" ? false : !(((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_VIEW_BILL == "True")); } if (!flag) { this.grdPatientList.Columns[15].Visible = true; for (i = 0; i < this.grdPatientList.Rows.Count; i++) { HyperLink hyperLink = (HyperLink)this.grdPatientList.Rows[i].Cells[15].FindControl("lnkNew"); HyperLink hyperLink1 = (HyperLink)this.grdPatientList.Rows[i].Cells[15].FindControl("lnkView"); if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_NEW_BILL == "True") { hyperLink.Visible = true; } if (((Bill_Sys_SystemObject)this.Session["SYSTEM_OBJECT"]).SZ_VIEW_BILL == "True") { hyperLink1.Visible = true; } } } this.fillcontrol(); if (!base.IsPostBack) { int dose = this.GetDosespotUserDetails(); if (dose == 1) { string text = this.txtClinicId.Text; int num = Convert.ToInt32(this.txtDosespotUserId.Text); string str4 = EncryptionCommon.CreatePhrase(); string str5 = EncryptionCommon.CreatePhraseEncryptedCombinedString(str4, text); string str6 = EncryptionCommon.EncryptUserId(str4, num, text); APISoapClient aPISoapClient = new APISoapClient("APISoap12"); SingleSignOn singleSignOn = new SingleSignOn() { SingleSignOnClinicId = Convert.ToInt32(text), SingleSignOnUserId = num }; str5 = ""; str6 = ""; this.SingleSignonCode(this.txtClinicId.Text, num.ToString(), out str5, out str6, false); singleSignOn.SingleSignOnCode = str5; singleSignOn.SingleSignOnUserIdVerify = str6; GetRefillRequestsTransmissionErrorsRequest getRefillRequestsTransmissionErrorsRequest = new GetRefillRequestsTransmissionErrorsRequest(); RefillRequestsTransmissionErrorsMessageRequest refillRequestsTransmissionErrorsMessageRequest = new RefillRequestsTransmissionErrorsMessageRequest() { SingleSignOn = singleSignOn, ClinicianId = num }; getRefillRequestsTransmissionErrorsRequest.GetRefillRequestsTransmissionErrorsMessageRequest = refillRequestsTransmissionErrorsMessageRequest; RefillRequestsTransmissionErrorsMessageResult refillRequestsTransmissionErrors = aPISoapClient.GetRefillRequestsTransmissionErrors(refillRequestsTransmissionErrorsMessageRequest); int refillRequestsCount = refillRequestsTransmissionErrors.RefillRequestsTransmissionErrors[0].RefillRequestsCount; int transactionErrorsCount = refillRequestsTransmissionErrors.RefillRequestsTransmissionErrors[0].TransactionErrorsCount; string str7 = string.Concat(transactionErrorsCount.ToString(), " Transmission Error / ", refillRequestsCount.ToString(), " Refill requests"); this.lnkDosespotErrors.Text = str7; this.lnkDosespotErrors.Visible = true; } else { this.lnkDosespotErrors.Text = ""; this.lnkDosespotErrors.Visible = false; } } if ((base.IsPostBack ? false : this.Session["REMINDER"] != null)) { this.Session["REMINDER"] = null; ReminderBO reminderBO = null; DataSet dataSet1 = null; DataSet dataSet2 = null; string sZUSERID = ""; reminderBO = new ReminderBO(); dataSet1 = new DataSet(); sZUSERID = ((Bill_Sys_UserObject)this.Session["USER_OBJECT"]).SZ_USER_ID; DateTime dateTime = Convert.ToDateTime(DateTime.Now.ToShortDateString()); dataSet1 = reminderBO.LoadReminderDetails(sZUSERID, dateTime); dataSet2 = reminderBO.LoadReminderDetailsforAdd(sZUSERID, dateTime, ((Bill_Sys_BillingCompanyObject)this.Session["BILLING_COMPANY_OBJECT"]).SZ_COMPANY_ID); if ((dataSet1.Tables[0].Rows.Count > 0 || dataSet1.Tables[1].Rows.Count > 0 ? true : dataSet2.Tables[0].Rows.Count > 0)) { this.Page.RegisterStartupScript("ss", "<script language='javascript'> ReminderPopup();</script>"); } } }