Пример #1
0
        /// <summary>
        /// 未检测名单
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        protected void ShowBioNotCheckedList(object sender, DirectEventArgs e)
        {
            //_PAT_ID = e.ExtraParams["pat_id"].ToString();

            Window3.Show();
            Window3.Loader.SuspendScripting();
            //Window3.Loader.Url = "./WebForm1.aspx";
            //Window3.Loader.Url = "./Biochemical_Not_Checked_List.aspx;     // 每月未檢驗的病人統計名單 初版
            //Window3.Loader.Url = "./Biochemical_Not_Checked_List_V2.aspx;  // 每月未檢驗的病人統計名單 二版
            Window3.Loader.Url            = "./Biochemical_Not_Checked_List_V2.aspx";
            Window3.Loader.DisableCaching = true;
            Window3.LoadContent();
        }
 protected void Dialysis_help(object sender, DirectEventArgs e)
 {
     if (helpwiz == "true")
     {
         _PAT_IC   = e.ExtraParams["pat_ic"].ToString();
         _PIF_NAME = e.ExtraParams["pif_name"].ToString();
         Window3.Show();
         Window3.Loader.SuspendScripting();
         Window3.Loader.Url            = "Information/Dialysis_help.aspx";
         Window3.Loader.DisableCaching = true;
         Window3.LoadContent();
     }
     else
     {
         ImageCommand ic = new ImageCommand();
         if (ic.CommandName == "DoctorHelp")
         {
             ic.Icon = Icon.BinEmpty;
         }
     }
 }