Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs	(revision 620)
@@ -8,5 +8,5 @@
 //
 [assembly: AssemblyTitle("ClinicalScheduling")]
-[assembly: AssemblyDescription("IHS Windows Scheduling Application")]
+[assembly: AssemblyDescription("Windows Scheduling Application")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Indian Health Service")]
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs	(revision 620)
@@ -171,5 +171,5 @@
 					if ((a.AppointmentKey != pAppt.AppointmentKey) && (CGSchedLib.TimesOverlap(dNewStart, dNewEnd, a.StartTime, a.EndTime)))
 					{
-						MessageBox.Show("Access blocks may not overlap.","IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+						MessageBox.Show("Access blocks may not overlap.","Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 						return;
 					}
@@ -295,5 +295,5 @@
 					{
 						//						throw new Exception("Access blocks may not overlap.");
-						MessageBox.Show("Access blocks may not overlap.","IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+						MessageBox.Show("Access blocks may not overlap.","Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 						return -1;
 					}
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVView.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVView.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVView.cs	(revision 620)
@@ -662,5 +662,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add new access block  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add new access block  " +  ex.Message, "Clinical Scheduling");
 				return;
 			}
@@ -696,5 +696,5 @@
 					if (CGSchedLib.TimesOverlap(dStart, dEnd, a.StartTime, a.EndTime))
 					{
-						MessageBox.Show("Access blocks may not overlap.","IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+						MessageBox.Show("Access blocks may not overlap.","Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 						return;
 					}
@@ -721,5 +721,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add new access block  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add new access block  " +  ex.Message, "Clinical Scheduling");
 				return;
 			}
@@ -742,5 +742,5 @@
 				sMsg = " these access blocks?";
 
-			if (MessageBox.Show("Are you sure you want to delete" + sMsg, "IHS Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
+			if (MessageBox.Show("Are you sure you want to delete" + sMsg, "Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
 			{
 				calendarGrid1.CGToolTip.Active = true;
@@ -761,5 +761,5 @@
 				catch (Exception ex)
 				{
-					MessageBox.Show("Unable to delete access block" +  ex.Message, "IHS Clinical Scheduling");
+					MessageBox.Show("Unable to delete access block" +  ex.Message, "Clinical Scheduling");
 				}
 			}
@@ -810,5 +810,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Scheduling Management Error:  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Scheduling Management Error:  " +  ex.Message, "Clinical Scheduling");
 			}
 		}
@@ -886,5 +886,5 @@
 //				this.DocManager.EnableAutoRefresh(false);
 
-				if (MessageBox.Show("Are you sure you want to move this access block?", "IHS Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
+				if (MessageBox.Show("Are you sure you want to move this access block?", "Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
 					return;
 
@@ -894,5 +894,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to change access block  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to change access block  " +  ex.Message, "Clinical Scheduling");
 				this.m_DocManager.UpdateViews();
 				return;
@@ -958,10 +958,10 @@
 		private void mnuHelpAbout_Click(object sender, System.EventArgs e)
 		{
-			MessageBox.Show("IHS Clinical Scheduling Version " + Application.ProductVersion, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Information);	
+			MessageBox.Show("Clinical Scheduling Version " + Application.ProductVersion, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Information);	
 		}
 
 		private void ImplementMsg()
 		{
-			MessageBox.Show("IHS Clinical Scheduling", "TODO: Implement this function");
+			MessageBox.Show("Clinical Scheduling", "TODO: Implement this function");
 		}
 
@@ -1060,5 +1060,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show(this, "Error loading template:  " + ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, "Error loading template:  " + ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 		}
@@ -1130,5 +1130,5 @@
 //			catch (Exception ex)
 //			{
-//				MessageBox.Show(this, "Error loading template:  " + ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+//				MessageBox.Show(this, "Error loading template:  " + ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 //			}
 //		}
@@ -1176,5 +1176,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show(this, "Error saving template:  " + ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, "Error saving template:  " + ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 		}
@@ -1258,5 +1258,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add new access block  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add new access block  " +  ex.Message, "Clinical Scheduling");
 				return;
 			}
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs	(revision 620)
@@ -24,5 +24,5 @@
 		private Hashtable					_views = new Hashtable();
 		private Hashtable					m_AVViews = new Hashtable();
-		private string						m_sWindowText = "IHS Clinical Scheduling"; //Default Window Text
+		private string						m_sWindowText = "Clinical Scheduling"; //Default Window Text
 		private bool						m_bSchedManager;
 		private bool						m_bExitOK = true;
@@ -932,5 +932,5 @@
 			}
 
-			MessageBox.Show(sMsg, "IHS Clinical Scheduling Administrator -- System Shutdown Notification", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+			MessageBox.Show(sMsg, "Clinical Scheduling Administrator -- System Shutdown Notification", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 
 			CloseAll();
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 620)
@@ -1439,5 +1439,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to edit availability for " + m_sDocName + " schedule.  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to edit availability for " + m_sDocName + " schedule.  " +  ex.Message, "Clinical Scheduling");
 				this.m_DocManager.CloseAllViews(doc);
 				return;
@@ -1481,5 +1481,5 @@
 				catch (Exception ex)
 				{
-					MessageBox.Show("Unable to open " + m_sDocName + " schedule.  " +  ex.Message, "IHS Clinical Scheduling");
+					MessageBox.Show("Unable to open " + m_sDocName + " schedule.  " +  ex.Message, "Clinical Scheduling");
 					this.m_DocManager.CloseAllViews(doc);
 					return;
@@ -1615,5 +1615,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to open " + m_sDocName + " schedule.  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to open " + m_sDocName + " schedule.  " +  ex.Message, "Clinical Scheduling");
 				this.m_DocManager.CloseAllViews(doc);
 				return;
@@ -1688,5 +1688,5 @@
 						(a.StartTime.Date > DateTime.Today.Date)
 						&&
-						(MessageBox.Show(this, "The appointment for " + a.PatientName + " is in the future.  Are you sure you want to No-Show?", "IHS Windows Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) != DialogResult.OK))
+						(MessageBox.Show(this, "The appointment for " + a.PatientName + " is in the future.  Are you sure you want to No-Show?", "Windows Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) != DialogResult.OK))
 					{
 					}
@@ -1702,5 +1702,5 @@
 				catch (Exception ex)
 				{
-					MessageBox.Show("Unable to mark appointment No Show: " +  ex.Message, "IHS Clinical Scheduling");
+					MessageBox.Show("Unable to mark appointment No Show: " +  ex.Message, "Clinical Scheduling");
 				}
 				if (bRebook == true)
@@ -1867,5 +1867,5 @@
 				catch (Exception ex)
 				{
-					MessageBox.Show("Unable to delete appointment.  " +  ex.Message, "IHS Clinical Scheduling");
+					MessageBox.Show("Unable to delete appointment.  " +  ex.Message, "Clinical Scheduling");
 				}
 
@@ -1909,5 +1909,5 @@
 					(a.StartTime.Date > DateTime.Today.Date))
 				{
-					MessageBox.Show(this, "It is too early to check in " + a.PatientName, "IHS Windows Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+					MessageBox.Show(this, "It is too early to check in " + a.PatientName, "Windows Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 					return;
 				}
@@ -1991,5 +1991,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Error checking in patient:  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Error checking in patient:  " +  ex.Message, "Clinical Scheduling");
 			}
 
@@ -2033,5 +2033,5 @@
 				if (dStart.Date > DateTime.Today.Date)
 				{
-					MessageBox.Show(this, "You cannot create a walk-in appointment for a date in the future.\n Select today's date and try again.", "IHS Windows Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+					MessageBox.Show(this, "You cannot create a walk-in appointment for a date in the future.\n Select today's date and try again.", "Windows Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 					return;
 				}
@@ -2047,5 +2047,5 @@
 				if (m_nSlots < 1)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2083,5 +2083,5 @@
 				if (m_nSlots < 1)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2110,5 +2110,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add walk-in appointment  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add walk-in appointment  " +  ex.Message, "Clinical Scheduling");
 				return;
 
@@ -2139,5 +2139,5 @@
 					DataRowView drv = dvHoliday[nFind];
 					sHoliday = drv["NAME"].ToString();
-					if (MessageBox.Show(this, dStart.ToShortDateString() + " is a holiday (" + sHoliday + ").  Are you sure you want to make this appointment?","IHS Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) != DialogResult.OK)
+					if (MessageBox.Show(this, dStart.ToShortDateString() + " is a holiday (" + sHoliday + ").  Are you sure you want to make this appointment?","Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) != DialogResult.OK)
 						return;
 				}
@@ -2158,5 +2158,5 @@
 				if (m_nSlots < 1)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2207,5 +2207,5 @@
 				if (m_nSlots < 1)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2219,5 +2219,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add new appointment  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add new appointment  " +  ex.Message, "Clinical Scheduling");
 				return;
 
@@ -2243,5 +2243,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to refresh document " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to refresh document " +  ex.Message, "Clinical Scheduling");
 			}
 			finally
@@ -2264,5 +2264,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to update arrays " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to update arrays " +  ex.Message, "Clinical Scheduling");
 			}
 		}
@@ -2309,5 +2309,5 @@
             catch (Exception ex)
             {
-                MessageBox.Show("Scheduling Management Error:  " + ex.Message, "IHS Clinical Scheduling");
+                MessageBox.Show("Scheduling Management Error:  " + ex.Message, "Clinical Scheduling");
             }
         }
@@ -2337,5 +2337,5 @@
             catch (Exception ex)
             {
-                MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+                MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
             }
         }
@@ -2392,5 +2392,5 @@
             catch (Exception ex)
             {
-                MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+                MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
             }
         }
@@ -2666,5 +2666,5 @@
 				if (e.Appointment.CheckInTime.Ticks > 0)
 				{
-					MessageBox.Show("You cannot change the appointment time because the patient has already checked in.", "IHS Clinical Scheduling",  MessageBoxButtons.OKCancel, MessageBoxIcon.Information);
+					MessageBox.Show("You cannot change the appointment time because the patient has already checked in.", "Clinical Scheduling",  MessageBoxButtons.OKCancel, MessageBoxIcon.Information);
 					return;
 				}
@@ -2675,5 +2675,5 @@
 					return;
 
-				if (MessageBox.Show("Are you sure you want to move this appointment?", "IHS Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
+				if (MessageBox.Show("Are you sure you want to move this appointment?", "Clinical Scheduling",  MessageBoxButtons.YesNo) != DialogResult.Yes)
 					return;
 
@@ -2708,5 +2708,5 @@
 				if (bSlotsAvailable == false)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2731,5 +2731,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to change appointment  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to change appointment  " +  ex.Message, "Clinical Scheduling");
 				this.m_DocManager.UpdateViews();
 				return;
@@ -2784,10 +2784,10 @@
 		private void mnuHelpAbout_Click(object sender, System.EventArgs e)
 		{
-			MessageBox.Show("IHS Clinical Scheduling Version " + Application.ProductVersion, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Information);	
+			MessageBox.Show("Clinical Scheduling Version " + Application.ProductVersion, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Information);	
 		}
 
 		private void ImplementMsg()
 		{
-			MessageBox.Show("IHS Clinical Scheduling", "TODO: Implement this function");
+			MessageBox.Show("Clinical Scheduling", "TODO: Implement this function");
 		}
 
@@ -2895,5 +2895,5 @@
 				if (bSlotsAvailable == false)
 				{
-					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "IHS Clinical Scheduling",MessageBoxButtons.YesNo);
+					DialogResult dr = MessageBox.Show(this, "There are no slots available at the selected time.  Do you want to overbook this appointment?", "Clinical Scheduling",MessageBoxButtons.YesNo);
 					if (dr != DialogResult.Yes)
 					{
@@ -2910,5 +2910,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show("Unable to add new appointment  " +  ex.Message, "IHS Clinical Scheduling");
+				MessageBox.Show("Unable to add new appointment  " +  ex.Message, "Clinical Scheduling");
 				return;
 			}
@@ -2954,5 +2954,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 		}
@@ -2980,5 +2980,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 			
@@ -3014,5 +3014,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}		
 		}
@@ -3074,5 +3074,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 
@@ -3118,5 +3118,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
         }
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs	(revision 620)
@@ -672,5 +672,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 		}
@@ -699,5 +699,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}		
 		}
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs	(revision 620)
@@ -2271,5 +2271,5 @@
 			catch(Exception ex)
 			{
-				MessageBox.Show(this,ex.Message,"IHS Clinical Scheduling");
+				MessageBox.Show(this,ex.Message,"Clinical Scheduling");
 			}
 		
@@ -2368,5 +2368,5 @@
 			string sMessage;
 			dInputText dlg = new dInputText();
-			dlg.DialogTitle = "IHS Clinical Scheduling - Send Message to Scheduling Clients.";
+			dlg.DialogTitle = "Clinical Scheduling - Send Message to Scheduling Clients.";
 
 			if (dlg.ShowDialog(this) != DialogResult.OK)
@@ -2383,5 +2383,5 @@
 		private void cmdWorkStationsShutdown_Click(object sender, System.EventArgs e)
 		{
-			if (MessageBox.Show("Are you sure you want to shut down all IHS Clincal Scheduling clients?" ,"IHS Clinical Scheduling Client Shutdown", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
+			if (MessageBox.Show("Are you sure you want to shut down all Clincal Scheduling clients?" ,"Clinical Scheduling Client Shutdown", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
 			{
 				return;
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/DPatientLookup.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/DPatientLookup.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/DPatientLookup.cs	(revision 620)
@@ -267,5 +267,5 @@
 			catch (Exception ex)
 			{
-				MessageBox.Show(this, ex.Message, "IHS Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
+				MessageBox.Show(this, ex.Message, "Clinical Scheduling", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
 			}
 		}
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs	(revision 620)
@@ -68,5 +68,5 @@
 			this.label1.Size = new System.Drawing.Size(448, 40);
 			this.label1.TabIndex = 0;
-			this.label1.Text = "IHS Clinical Scheduling";
+			this.label1.Text = "Clinical Scheduling";
 			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 			// 
@@ -111,5 +111,5 @@
 			this.Name = "DSplash";
 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-			this.Text = "IHS Clinical Scheduling";
+			this.Text = "Clinical Scheduling";
 			this.Load += new System.EventHandler(this.DSplash_Load);
 			this.ResumeLayout(false);
Index: /Scheduling/trunk/cs/bsdx0200GUISourceCode/dInputText.cs
===================================================================
--- /Scheduling/trunk/cs/bsdx0200GUISourceCode/dInputText.cs	(revision 619)
+++ /Scheduling/trunk/cs/bsdx0200GUISourceCode/dInputText.cs	(revision 620)
@@ -127,5 +127,5 @@
 			this.Name = "dInputText";
 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
-			this.Text = "IHS Clinical Scheduling";
+			this.Text = "Clinical Scheduling";
 			this.pnlPageBottom.ResumeLayout(false);
 			this.ResumeLayout(false);
