Ignore:
Timestamp:
Dec 4, 2009, 3:04:47 AM (14 years ago)
Author:
Sam Habiel
Message:

Removed user-interface references to RPMS.

File:
1 edited

Legend:

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

    r620 r627  
    237237                                this.Activate();
    238238                System.Configuration.ConfigurationManager.GetSection("appSettings");
    239                 m_ds.SetStatus("Connecting to RPMS Server...");
     239                m_ds.SetStatus("Connecting to VistA Server...");
    240240                m_ds.Refresh();
    241241                                bool bRetry = true;
     
    259259                                        {
    260260                                                m_ds.Close();
    261                                                 if (MessageBox.Show("Unable to connect to RPMS.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
     261                                                if (MessageBox.Show("Unable to connect to VistA.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
    262262                                                {
    263263                                                        bRetry = true;
     
    297297       
    298298                                //Load global recordsets
    299                                 m_ds.SetStatus("Loading RPMS data tables...");
     299                                m_ds.SetStatus("Loading VistA data tables...");
    300300                m_ds.Refresh();
    301301                                if (_current.LoadGlobalRecordsets() == false)
    302302                                {
    303                                         MessageBox.Show("Unable to create RPMS recordsets"); //TODO Improve this message
     303                                        MessageBox.Show("Unable to create VistA recordsets"); //TODO Improve this message
    304304                                        m_ds.Close();
    305305                                        return;
     
    842842                {
    843843                        //Warn that changing servers will close all schedules
    844                         if (MessageBox.Show("Are you sure you want to close all schedules and connect to a different RPMS server?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
     844                        if (MessageBox.Show("Are you sure you want to close all schedules and connect to a different VistA server?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
    845845                                return;
    846846
     
    866866                                                        return;
    867867                                                }
    868                                                 if (MessageBox.Show("Unable to connect to RPMS.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
     868                                                if (MessageBox.Show("Unable to connect to VistA.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
    869869                                                {
    870870                                                        bRetry = true;
     
    900900                {
    901901                        //Warn that changing login will close all schedules
    902                         if (MessageBox.Show("Are you sure you want to close all schedules and login to RPMS?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
     902                        if (MessageBox.Show("Are you sure you want to close all schedules and login to VistA?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
    903903                                return;
    904904
Note: See TracChangeset for help on using the changeset viewer.