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

    r620 r627  
    10251025            this.label2.Size = new System.Drawing.Size(136, 16);
    10261026            this.label2.TabIndex = 4;
    1027             this.label2.Text = "Copy From RPMS Clinic:";
     1027            this.label2.Text = "Copy From VistA Clinic:";
    10281028            //
    10291029            // cboRPMSClinic
     
    14141414                                this.cmdChangeResource.Text = "Change User...";
    14151415                                this.cmdRemoveUser.Visible = true;
    1416                                 this.lblDescription.Text = "Define the users who can create appointments and establish availability for a particular resource.  Users must first be given basic access to the RPMS Scheduling package using standard RPMS menu and key management before they can be selected here and assigned to a resource.  Click the left-pointing arrow near the upper right of the window to go back to the list of resources.";
     1416                                this.lblDescription.Text = "Define the users who can create appointments and establish availability for a particular resource.  Users must first be given basic access to the VistA Scheduling package using standard VistA menu and key management before they can be selected here and assigned to a resource.  Click the left-pointing arrow near the upper right of the window to go back to the list of resources.";
    14171417                                int nRows = this.grdResources.VisibleRowCount;
    14181418                                if (nRows == 0)
Note: See TracChangeset for help on using the changeset viewer.