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/DAppointPage.cs

    r620 r627  
    378378            this.txtPhoneOffice.Location = new System.Drawing.Point(272, 96);
    379379            this.txtPhoneOffice.Name = "txtPhoneOffice";
     380            this.txtPhoneOffice.ReadOnly = true;
    380381            this.txtPhoneOffice.Size = new System.Drawing.Size(166, 20);
    381382            this.txtPhoneOffice.TabIndex = 22;
     
    394395            this.txtPhoneHome.Location = new System.Drawing.Point(96, 96);
    395396            this.txtPhoneHome.Name = "txtPhoneHome";
     397            this.txtPhoneHome.ReadOnly = true;
    396398            this.txtPhoneHome.Size = new System.Drawing.Size(120, 20);
    397399            this.txtPhoneHome.TabIndex = 20;
     
    401403            this.txtCity.Location = new System.Drawing.Point(96, 48);
    402404            this.txtCity.Name = "txtCity";
     405            this.txtCity.ReadOnly = true;
    403406            this.txtCity.Size = new System.Drawing.Size(342, 20);
    404407            this.txtCity.TabIndex = 18;
     
    426429            this.txtZip.Location = new System.Drawing.Point(272, 72);
    427430            this.txtZip.Name = "txtZip";
     431            this.txtZip.ReadOnly = true;
    428432            this.txtZip.Size = new System.Drawing.Size(166, 20);
    429433            this.txtZip.TabIndex = 16;
     
    442446            this.txtState.Location = new System.Drawing.Point(96, 72);
    443447            this.txtState.Name = "txtState";
     448            this.txtState.ReadOnly = true;
    444449            this.txtState.Size = new System.Drawing.Size(120, 20);
    445450            this.txtState.TabIndex = 14;
     
    458463            this.txtStreet.Location = new System.Drawing.Point(96, 22);
    459464            this.txtStreet.Name = "txtStreet";
     465            this.txtStreet.ReadOnly = true;
    460466            this.txtStreet.Size = new System.Drawing.Size(342, 20);
    461467            this.txtStreet.TabIndex = 12;
     
    604610                        catch(Exception e)
    605611                        {
    606                                 MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from RPMS.  " + e.Message);
     612                                MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from VistA.  " + e.Message);
    607613                        }
    608614
Note: See TracChangeset for help on using the changeset viewer.