コード例 #1
0
        private void cloudWebWorklistToolStripMenuItem_Click(object sender, EventArgs e)
        {
            using (var form = new RiskApps3.View.Appointments.WebAppointments())
            {
                form.ShowDialog(this);
            }
            if (rcd != null)
            {
                rcd.RefreshMyPatients();
            }

            if (mpv != null)
            {
                mpv.RefreshPatientList();
            }


            if (bid != null)
            {
                bid.RefreshPatientList();
            }

            //using (var form = new CloudWebQueue())
            //{
            //    form.ShowDialog(this);
            //}
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: mahitosh/HRA4
        private void cloudWebWorklistToolStripMenuItem_Click(object sender, EventArgs e)
        {
            using (var form = new RiskApps3.View.Appointments.WebAppointments())
            {
                form.ShowDialog(this);
            }
            if (rcd != null)
                rcd.RefreshMyPatients();

            if (mpv != null)
                mpv.RefreshPatientList();

            if (bid != null)
                bid.RefreshPatientList();

            //using (var form = new CloudWebQueue())
            //{
            //    form.ShowDialog(this);
            //}
        }