Ejemplo n.º 1
0
 protected void E126S2( )
 {
     /* 'save' Routine */
     new zutil_checksession(context).execute(out AV10tCheckFlag);
     if (!AV10tCheckFlag)
     {
         AV7BR_MedicalImaging.gxTpr_Br_medicalimaging_imagehtml = AV5vFckEditor;
         AV7BR_MedicalImaging.Save();
         context.CommitDataStores("br_medicalshowupoloadimage", pr_default);
         GX_msglist.addItem("保存成功");
     }
     /*  Sending Event outputs  */
     context.httpAjaxContext.ajax_rsp_assign_sdt_attri(sPrefix, false, "AV7BR_MedicalImaging", AV7BR_MedicalImaging);
 }
Ejemplo n.º 2
0
 protected void E116S2( )
 {
     /* Refresh Routine */
     AV8tEncounterType = StringUtil.Trim(AV9WebSession.Get("Br_EncounterType"));
     if (StringUtil.StrCmp(AV8tEncounterType, "check") == 0)
     {
         bttButton1_Visible = 0;
         context.httpAjaxContext.ajax_rsp_assign_prop(sPrefix, false, bttButton1_Internalname, "Visible", StringUtil.LTrim(StringUtil.Str((decimal)(bttButton1_Visible), 5, 0)), true);
     }
     AV7BR_MedicalImaging.Load(AV6iBR_MedicalImagingID);
     AV5vFckEditor = AV7BR_MedicalImaging.gxTpr_Br_medicalimaging_imagehtml;
     context.httpAjaxContext.ajax_rsp_assign_attri(sPrefix, false, "AV5vFckEditor", AV5vFckEditor);
     /*  Sending Event outputs  */
     context.httpAjaxContext.ajax_rsp_assign_sdt_attri(sPrefix, false, "AV7BR_MedicalImaging", AV7BR_MedicalImaging);
 }