Exemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            try
            {
                #region 初始化控制項
                txtReg_No_Show     = (TextBox)this.Master.Master.FindControl("myForm").FindControl("MainContent").FindControl("txtReg_No_Show");
                txtId_No_Show      = (TextBox)this.Master.Master.FindControl("myForm").FindControl("MainContent").FindControl("txtId_No_Show");
                txtName_Show       = (TextBox)this.Master.Master.FindControl("myForm").FindControl("MainContent").FindControl("txtName_Show");
                ddlSex_Show        = (DropDownList)this.Master.Master.FindControl("myForm").FindControl("MainContent").FindControl("ddlSex_Show");
                txtBirth_Date_Show = (TextBox)this.Master.Master.FindControl("myForm").FindControl("MainContent").FindControl("txtBirth_Date_Show");

                PublicLib.queryCodeFile(ddlReg_Type, "26", " And (item_code='A' Or item_code='1' Or item_code='9')");
                PublicLib.queryCodeFile(ddlTime_Shift, "25", "");
                PublicLib.queryCodeFile(ddl_Dep_No, "07", " And item_code='I9'");
                PublicLib.queryCodeFile(ddlRoom_No, "36", " And item_code='HE'");
                PublicLib.queryCodeFile(ddlCard_No, "99", "");
                PublicLib.queryDscweek(ddlDoc_Code);

                txtOpd_Date.Text = DateTime.Now.ToString("yyyy/MM/dd");
                //txtOpd_Date.Text = DateTime.Now.ToString("yyyy/MM/dd" + DateTime.Now.DayOfWeek.ToString("d"));
                #endregion

                GetPatientData(Request.QueryString["ID"].ToString());
                GetOpd_Reg(Request.QueryString["ID"].ToString());
            }
            catch (Exception ex)
            {
                PublicLib.handleError("", this.GetType().Name, ex.Message);
            }
        }
Exemplo n.º 2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            try
            {
                #region 初始化控制項
                //Show
                PublicLib.queryCodeFile(ddlSex_Show, "28", "");
                //Edit
                PublicLib.queryCodeFile(ddlSex_Edit, "28", "");
                PublicLib.queryCodeFile(ddlNative_Edit, "27", "");
                PublicLib.queryCodeFile(ddlMerry_Edit, "29", "");
                PublicLib.queryCodeFile(ddlBelief_Edit, "68", "");
                PublicLib.queryCodeFile(ddlP_Type_Edit, "12", "");
                PublicLib.queryCodeFile(ddlInsurance_Edit, "01", "");
                PublicLib.queryCodeFile(ddlSpecial_Edit, "41", "");
                PublicLib.queryCodeFile(ddlPay_Type_Edit, "03", "");
                PublicLib.queryCodeFile(ddlArea_Edit, "30", "");
                PublicLib.queryCodeFile(ddlArea1_Edit, "30", "");
                PublicLib.queryCodeFile(ddlCont_Area_Edit, "30", "");
                //Add
                PublicLib.queryCodeFile(ddlSex, "28", "");

                hfReg_No = (HiddenField)this.Master.FindControl("hfReg_No");
                #endregion
            }
            catch (Exception ex)
            {
                PublicLib.handleError("", this.GetType().Name, ex.Message);
            }
        }
Exemplo n.º 3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     try
     {
         PublicLib.queryCodeFile(ddlSex_Show, "28", "");
     }
     catch (Exception ex)
     {
         PublicLib.handleError("", this.GetType().Name, ex.Message);
     }
 }