Ignore:
Timestamp:
Nov 30, 2009, 6:09:16 AM (14 years ago)
Author:
Sam Habiel
Message:

Removed references to "View EHR" from ctxCalendarGrid and DAppointPage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs

    r614 r616  
    7474                private void InitializeComponent()
    7575                {
    76             System.Windows.Forms.Button cmdViewEHR;
    7776            this.tabControl1 = new System.Windows.Forms.TabControl();
    7877            this.tabAppointment = new System.Windows.Forms.TabPage();
     
    116115            this.cmdCancel = new System.Windows.Forms.Button();
    117116            this.cmdOK = new System.Windows.Forms.Button();
    118             cmdViewEHR = new System.Windows.Forms.Button();
    119117            this.tabControl1.SuspendLayout();
    120118            this.tabAppointment.SuspendLayout();
     
    125123            this.panel1.SuspendLayout();
    126124            this.SuspendLayout();
    127             //
    128             // cmdViewEHR
    129             //
    130             cmdViewEHR.CausesValidation = false;
    131             cmdViewEHR.Location = new System.Drawing.Point(131, 8);
    132             cmdViewEHR.Name = "cmdViewEHR";
    133             cmdViewEHR.Size = new System.Drawing.Size(70, 24);
    134             cmdViewEHR.TabIndex = 4;
    135             cmdViewEHR.Text = "View EHR";
    136             cmdViewEHR.Click += new System.EventHandler(this.cmdViewEHR_Click);
    137125            //
    138126            // tabControl1
     
    475463            // panel1
    476464            //
    477             this.panel1.Controls.Add(cmdViewEHR);
    478465            this.panel1.Controls.Add(this.cmdPrintLetter);
    479466            this.panel1.Controls.Add(this.cmdViewAppointments);
     
    701688                }
    702689
    703         public void ViewPatientEHR()
    704         {
    705             MessageBox.Show("Sorry, not implemented in WorldVista.", "Not Implemented");
    706             /* not implemented right now in CPRS //SMH 7/25/09
    707             Debug.Assert(m_sPatientIEN != "");
    708             string sWID = Environment.MachineName;
    709             string sCmd = "BSDX EHR PATIENT^" + sWID + "^" + m_sPatientIEN;
    710             DataTable dtAppt = this.DocManager.RPMSDataTable(sCmd, "EHR Patient");
    711             */
    712         }
    713690
    714691                private void cmdPrintLetter_Click(object sender, System.EventArgs e)
     
    750727                }
    751728
    752         private void cmdViewEHR_Click(object sender, EventArgs e)
    753         {
    754             ViewPatientEHR();
    755         }
    756 
    757729                #endregion //Methods
    758730
Note: See TracChangeset for help on using the changeset viewer.