Removed user-interface references to RPMS.

This commit is contained in:
sam 2009-12-04 08:04:47 +00:00
parent 0f7a32171e
commit 9752fae5fe
15 changed files with 280 additions and 474 deletions

View File

@ -244,7 +244,7 @@ namespace IndianHealthService.ClinicalScheduling
nErrorID = Convert.ToInt32(r["ERRORID"]);
if (nErrorID != -1)
{
throw new Exception("RPMS Error");
throw new Exception("VistA Error");
}
Debug.Write("CreateAvailabilityAuto -- new AV block created\n");
@ -312,7 +312,7 @@ namespace IndianHealthService.ClinicalScheduling
nErrorID = Convert.ToInt32(r["ERRORID"]);
if (nErrorID != -1)
{
throw new Exception("RPMS Error");
throw new Exception("VistA Error");
}
Debug.Write("CreateAvailability -- new AV block created\n");

View File

@ -236,7 +236,7 @@ namespace IndianHealthService.ClinicalScheduling
m_ds.Refresh();
this.Activate();
System.Configuration.ConfigurationManager.GetSection("appSettings");
m_ds.SetStatus("Connecting to RPMS Server...");
m_ds.SetStatus("Connecting to VistA Server...");
m_ds.Refresh();
bool bRetry = true;
do
@ -258,7 +258,7 @@ namespace IndianHealthService.ClinicalScheduling
catch (Exception ex)
{
m_ds.Close();
if (MessageBox.Show("Unable to connect to RPMS. " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
if (MessageBox.Show("Unable to connect to VistA. " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
{
bRetry = true;
_current.m_ConnectInfo.ChangeServerInfo();
@ -296,11 +296,11 @@ namespace IndianHealthService.ClinicalScheduling
m_ConnectInfo.AppContext = "BSDXRPC";
//Load global recordsets
m_ds.SetStatus("Loading RPMS data tables...");
m_ds.SetStatus("Loading VistA data tables...");
m_ds.Refresh();
if (_current.LoadGlobalRecordsets() == false)
{
MessageBox.Show("Unable to create RPMS recordsets"); //TODO Improve this message
MessageBox.Show("Unable to create VistA recordsets"); //TODO Improve this message
m_ds.Close();
return;
}
@ -841,7 +841,7 @@ namespace IndianHealthService.ClinicalScheduling
private void mnuRPMSServer_Click(object sender, EventArgs e)
{
//Warn that changing servers will close all schedules
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)
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)
return;
//Reconnect to RPMS and recreate all global recordsets
@ -865,7 +865,7 @@ namespace IndianHealthService.ClinicalScheduling
bRetry = false;
return;
}
if (MessageBox.Show("Unable to connect to RPMS. " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
if (MessageBox.Show("Unable to connect to VistA. " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
{
bRetry = true;
}
@ -899,7 +899,7 @@ namespace IndianHealthService.ClinicalScheduling
private void mnuRPMSLogin_Click(object sender, EventArgs e)
{
//Warn that changing login will close all schedules
if (MessageBox.Show("Are you sure you want to close all schedules and login to RPMS?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
if (MessageBox.Show("Are you sure you want to close all schedules and login to VistA?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
return;
//Reconnect to RPMS and recreate all global recordsets

View File

@ -341,19 +341,19 @@ namespace IndianHealthService.ClinicalScheduling
// mnuRPMSServer
//
this.mnuRPMSServer.Index = 3;
this.mnuRPMSServer.Text = "Change RPMS &Server";
this.mnuRPMSServer.Text = "Change VistA &Server";
this.mnuRPMSServer.Click += new System.EventHandler(this.mnuRPMSServer_Click);
//
// mnuRPMSLogin
//
this.mnuRPMSLogin.Index = 4;
this.mnuRPMSLogin.Text = "Change RPMS &Login";
this.mnuRPMSLogin.Text = "Change VistA &Login";
this.mnuRPMSLogin.Click += new System.EventHandler(this.mnuRPMSLogin_Click);
//
// mnuRPMSDivision
//
this.mnuRPMSDivision.Index = 5;
this.mnuRPMSDivision.Text = "Change RPMS &Division";
this.mnuRPMSDivision.Text = "Change VistA &Division";
this.mnuRPMSDivision.Click += new System.EventHandler(this.mnuRPMSDivision_Click);
//
// menuItem3

View File

@ -6,7 +6,7 @@
<ProjectGuid>{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>App.ico</ApplicationIcon>
<ApplicationIcon>hwIco281.ICO</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>ClinicalScheduling</AssemblyName>
@ -81,7 +81,8 @@
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG</DefineConstants>
<DefineConstants>
</DefineConstants>
<DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
@ -99,7 +100,7 @@
<ItemGroup>
<Reference Include="BMXNet20, Version=2.0.2459.21970, Culture=neutral, PublicKeyToken=069dc2499aed6a8c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\BMXNet20.dll</HintPath>
<HintPath>bin\Release\BMXNet20.dll</HintPath>
</Reference>
<Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
<Private>True</Private>
@ -182,6 +183,7 @@
<LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</Content>
<Content Include="hwIco281.ICO" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>

View File

@ -377,6 +377,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtPhoneOffice.Location = new System.Drawing.Point(272, 96);
this.txtPhoneOffice.Name = "txtPhoneOffice";
this.txtPhoneOffice.ReadOnly = true;
this.txtPhoneOffice.Size = new System.Drawing.Size(166, 20);
this.txtPhoneOffice.TabIndex = 22;
//
@ -393,6 +394,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtPhoneHome.Location = new System.Drawing.Point(96, 96);
this.txtPhoneHome.Name = "txtPhoneHome";
this.txtPhoneHome.ReadOnly = true;
this.txtPhoneHome.Size = new System.Drawing.Size(120, 20);
this.txtPhoneHome.TabIndex = 20;
//
@ -400,6 +402,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtCity.Location = new System.Drawing.Point(96, 48);
this.txtCity.Name = "txtCity";
this.txtCity.ReadOnly = true;
this.txtCity.Size = new System.Drawing.Size(342, 20);
this.txtCity.TabIndex = 18;
//
@ -425,6 +428,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtZip.Location = new System.Drawing.Point(272, 72);
this.txtZip.Name = "txtZip";
this.txtZip.ReadOnly = true;
this.txtZip.Size = new System.Drawing.Size(166, 20);
this.txtZip.TabIndex = 16;
//
@ -441,6 +445,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtState.Location = new System.Drawing.Point(96, 72);
this.txtState.Name = "txtState";
this.txtState.ReadOnly = true;
this.txtState.Size = new System.Drawing.Size(120, 20);
this.txtState.TabIndex = 14;
//
@ -457,6 +462,7 @@ namespace IndianHealthService.ClinicalScheduling
//
this.txtStreet.Location = new System.Drawing.Point(96, 22);
this.txtStreet.Name = "txtStreet";
this.txtStreet.ReadOnly = true;
this.txtStreet.Size = new System.Drawing.Size(342, 20);
this.txtStreet.TabIndex = 12;
//
@ -603,7 +609,7 @@ namespace IndianHealthService.ClinicalScheduling
}
catch(Exception e)
{
MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from RPMS. " + e.Message);
MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from VistA. " + e.Message);
}
}

View File

@ -16,13 +16,9 @@ namespace IndianHealthService.ClinicalScheduling
/// Summary description for DCopyAppts.
/// </summary>
public class DCopyAppts : System.Windows.Forms.Form
{
private System.Windows.Forms.Button cmdCancel;
{
private System.Windows.Forms.Button cmdOK;
private System.Windows.Forms.Panel pnlOKCancel;
private System.Windows.Forms.Panel pnlDescription;
private System.Windows.Forms.GroupBox grpDescription;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.Panel pnlOKCancel;
private System.Windows.Forms.Label lblSummary;
private System.Windows.Forms.Label lblProgress;
private System.ComponentModel.IContainer components;
@ -73,140 +69,91 @@ namespace IndianHealthService.ClinicalScheduling
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.pnlOKCancel = new System.Windows.Forms.Panel();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdOK = new System.Windows.Forms.Button();
this.pnlDescription = new System.Windows.Forms.Panel();
this.grpDescription = new System.Windows.Forms.GroupBox();
this.lblDescription = new System.Windows.Forms.Label();
this.lblSummary = new System.Windows.Forms.Label();
this.lblProgress = new System.Windows.Forms.Label();
this.timerPoll = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pnlOKCancel.SuspendLayout();
this.pnlDescription.SuspendLayout();
this.grpDescription.SuspendLayout();
this.SuspendLayout();
//
// pnlOKCancel
//
this.pnlOKCancel.Controls.Add(this.cmdCancel);
this.pnlOKCancel.Controls.Add(this.cmdOK);
this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlOKCancel.Location = new System.Drawing.Point(0, 286);
this.pnlOKCancel.Name = "pnlOKCancel";
this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
this.pnlOKCancel.TabIndex = 4;
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(288, 8);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(64, 24);
this.cmdCancel.TabIndex = 1;
this.cmdCancel.Text = "Cancel";
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// cmdOK
//
this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdOK.Location = new System.Drawing.Point(208, 8);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(64, 24);
this.cmdOK.TabIndex = 0;
this.cmdOK.Text = "OK";
//
// pnlDescription
//
this.pnlDescription.Controls.Add(this.grpDescription);
this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlDescription.Location = new System.Drawing.Point(0, 222);
this.pnlDescription.Name = "pnlDescription";
this.pnlDescription.Size = new System.Drawing.Size(376, 64);
this.pnlDescription.TabIndex = 47;
//
// grpDescription
//
this.grpDescription.Controls.Add(this.lblDescription);
this.grpDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpDescription.Location = new System.Drawing.Point(0, 0);
this.grpDescription.Name = "grpDescription";
this.grpDescription.Size = new System.Drawing.Size(376, 64);
this.grpDescription.TabIndex = 0;
this.grpDescription.TabStop = false;
this.grpDescription.Text = "Description";
//
// lblDescription
//
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDescription.Location = new System.Drawing.Point(3, 16);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(370, 45);
this.lblDescription.TabIndex = 1;
this.lblDescription.Text = "This panel displays the progress of the appointment copy process. Press the \'Can" +
"cel\' button to stop copying appointments.";
//
// lblSummary
//
this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblSummary.Location = new System.Drawing.Point(32, 32);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(312, 64);
this.lblSummary.TabIndex = 48;
this.lblSummary.Text = "lblSummary";
//
// lblProgress
//
this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblProgress.Location = new System.Drawing.Point(32, 128);
this.lblProgress.Name = "lblProgress";
this.lblProgress.Size = new System.Drawing.Size(312, 72);
this.lblProgress.TabIndex = 49;
this.lblProgress.Text = "lblProgress";
//
// timerPoll
//
this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
//
// label1
//
this.label1.Location = new System.Drawing.Point(32, 112);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(144, 16);
this.label1.TabIndex = 50;
this.label1.Text = "Status:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(32, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(144, 16);
this.label2.TabIndex = 51;
this.label2.Text = "Job Summary:";
//
// DCopyAppts
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(376, 326);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblProgress);
this.Controls.Add(this.lblSummary);
this.Controls.Add(this.pnlDescription);
this.Controls.Add(this.pnlOKCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "DCopyAppts";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Copy Appointments";
this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
this.Load += new System.EventHandler(this.DCopyAppts_Load);
this.pnlOKCancel.ResumeLayout(false);
this.pnlDescription.ResumeLayout(false);
this.grpDescription.ResumeLayout(false);
this.ResumeLayout(false);
this.components = new System.ComponentModel.Container();
this.pnlOKCancel = new System.Windows.Forms.Panel();
this.cmdOK = new System.Windows.Forms.Button();
this.lblSummary = new System.Windows.Forms.Label();
this.lblProgress = new System.Windows.Forms.Label();
this.timerPoll = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pnlOKCancel.SuspendLayout();
this.SuspendLayout();
//
// pnlOKCancel
//
this.pnlOKCancel.Controls.Add(this.cmdOK);
this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlOKCancel.Location = new System.Drawing.Point(0, 211);
this.pnlOKCancel.Name = "pnlOKCancel";
this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
this.pnlOKCancel.TabIndex = 4;
//
// cmdOK
//
this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.cmdOK.Location = new System.Drawing.Point(208, 8);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(136, 24);
this.cmdOK.TabIndex = 0;
this.cmdOK.Text = "OK";
//
// lblSummary
//
this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblSummary.Location = new System.Drawing.Point(32, 32);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(312, 64);
this.lblSummary.TabIndex = 48;
this.lblSummary.Text = "lblSummary";
//
// lblProgress
//
this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblProgress.Location = new System.Drawing.Point(32, 128);
this.lblProgress.Name = "lblProgress";
this.lblProgress.Size = new System.Drawing.Size(312, 72);
this.lblProgress.TabIndex = 49;
this.lblProgress.Text = "lblProgress";
//
// timerPoll
//
this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
//
// label1
//
this.label1.Location = new System.Drawing.Point(32, 112);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(144, 16);
this.label1.TabIndex = 50;
this.label1.Text = "Status:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(32, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(144, 16);
this.label2.TabIndex = 51;
this.label2.Text = "Job Summary:";
//
// DCopyAppts
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(376, 251);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblProgress);
this.Controls.Add(this.lblSummary);
this.Controls.Add(this.pnlOKCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "DCopyAppts";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Copy Appointments";
this.Load += new System.EventHandler(this.DCopyAppts_Load);
this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
this.pnlOKCancel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
@ -236,8 +183,8 @@ namespace IndianHealthService.ClinicalScheduling
try
{
//Start M copy job and get the ZTSK number
this.timerPoll.Stop();
lblProgress.Text = "Starting Process";
//this.timerPoll.Stop();
lblProgress.Text = "Starting Process... \r\n";
string sSql = "BSDX COPY APPOINTMENTS^" + m_ResourceID + "^" + m_HospLocationID + "^" + m_dtBegin.ToShortDateString() + "^" + m_dtEnd.ToShortDateString();
DataTable dt = m_DocManager.RPMSDataTable(sSql, "ApptCopy");
@ -253,17 +200,15 @@ namespace IndianHealthService.ClinicalScheduling
string sError = oError.ToString();
if (sError != "OK")
{
timerPoll.Stop();
//timerPoll.Stop();
lblProgress.Text = sError;
cmdOK.Enabled = true;
cmdCancel.Enabled = false;
}
else
{
lblProgress.Text = "RPMS Job queued as Task #" + m_sTask;
;//this.timerPoll.Start();
cmdOK.Enabled = false;
cmdCancel.Enabled = true;
lblProgress.Text += "VistA Job queued as Task #" + m_sTask;
//this.timerPoll.Start();
cmdOK.Enabled = true;
}
}

View File

@ -3,7 +3,7 @@
<!--
Microsoft ResX Schema
Version 1.3
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
@ -14,16 +14,17 @@
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">1.3</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1">this is my long string</data>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
[base64 mime encoded serialized .NET Framework object]
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
[base64 mime encoded string representing a byte array form of the .NET Framework object]
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
@ -35,7 +36,7 @@
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used forserialized objects, and tells the
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
@ -45,7 +46,7 @@
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
@ -59,18 +60,37 @@
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
@ -89,168 +109,15 @@
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="pnlOKCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="pnlOKCancel.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="pnlOKCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="pnlOKCancel.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>8, 8</value>
</data>
<data name="pnlOKCancel.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="pnlOKCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="cmdCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="cmdCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="cmdCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="cmdOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="cmdOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="cmdOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="pnlDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="pnlDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="pnlDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="pnlDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>8, 8</value>
</data>
<data name="pnlDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="pnlDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="grpDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="grpDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>8, 8</value>
</data>
<data name="grpDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="grpDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="grpDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="grpDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="lblDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblSummary.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="lblSummary.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblSummary.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblProgress.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="lblProgress.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="lblProgress.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="timerPoll.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="timerPoll.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="timerPoll.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</data>
<data name="timerPoll.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>(Default)</value>
</data>
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</data>
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>8, 8</value>
</data>
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>80</value>
</data>
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</data>
<data name="$this.Name">
<value>DCopyAppts</value>
</data>
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>Private</value>
</data>
</metadata>
</root>

View File

@ -1024,7 +1024,7 @@ namespace IndianHealthService.ClinicalScheduling
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(136, 16);
this.label2.TabIndex = 4;
this.label2.Text = "Copy From RPMS Clinic:";
this.label2.Text = "Copy From VistA Clinic:";
//
// cboRPMSClinic
//
@ -1413,7 +1413,7 @@ namespace IndianHealthService.ClinicalScheduling
this.cmdAddResource.Text = "Add User...";
this.cmdChangeResource.Text = "Change User...";
this.cmdRemoveUser.Visible = true;
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.";
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.";
int nRows = this.grdResources.VisibleRowCount;
if (nRows == 0)
{

View File

@ -127,7 +127,7 @@
<value>Use this panel to organize Access Types into convenient groups. Access Groups are useful when selecting the Access Type (Walk-in, Same-Day, etc) to use when setting up the schedule for a resource. Access Type Groups will be visible to all scheduling users.</value>
</data>
<data name="lblDescriptionXfer.Text" xml:space="preserve">
<value>Use this panel to copy appointments from an RPMS clinic into a Windows Scheduling clinic. Select the Beginning and Ending dates for the transfer. All appointments (except cancelled appointments) during the time between these dates will be copied from RPMS to the selected Windows Scheduling resource.</value>
<value>Use this panel to copy appointments from an VistA clinic into a Windows Scheduling clinic. Select the Beginning and Ending dates for the transfer. All appointments (except cancelled appointments) during the time between these dates will be copied from VistA to the selected Windows Scheduling resource.</value>
</data>
<data name="lblWorkstations.Text" xml:space="preserve">
<value>From this panel you can view, communicate with and shut down workstations running clinical scheduling software. Press the Refresh button to show a current list of running workstations. To stop all scheduling clients, enter a shutdown message in the textbox below and press the Stop Workstations button.</value>

View File

@ -175,7 +175,7 @@ namespace IndianHealthService.ClinicalScheduling
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(492, 61);
this.lblDescription.TabIndex = 1;
this.lblDescription.Text = @"Resources may optionally be linked to an RPMS Clinic. To define the parameters for an RPMS clinic, you must log into RPMS and use the RPMS Scheduling Supervisor's menus. The Time Interval field controls the increment of time used on the Calendar display. The Letter Text tab contains the body text of reminder letters for this clinic.";
this.lblDescription.Text = @"Resources may optionally be linked to a VistA Clinic. To define the parameters for an VistA clinic, you must log into VistA and use the VistA Scheduling Supervisor's menus. The Time Interval field controls the increment of time used on the Calendar display. The Letter Text tab contains the body text of reminder letters for this clinic.";
//
// tabResources
//
@ -267,7 +267,7 @@ namespace IndianHealthService.ClinicalScheduling
this.grpRPMSClinicLink.Size = new System.Drawing.Size(384, 208);
this.grpRPMSClinicLink.TabIndex = 48;
this.grpRPMSClinicLink.TabStop = false;
this.grpRPMSClinicLink.Text = "RPMS Clinic Link";
this.grpRPMSClinicLink.Text = "VistA Clinic Link";
//
// lblReactivateDate
//
@ -377,7 +377,7 @@ namespace IndianHealthService.ClinicalScheduling
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 45;
this.label4.Text = "RPMS Clinic:";
this.label4.Text = "VistA Clinic:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cboRPMSClinic

View File

@ -155,7 +155,7 @@ namespace IndianHealthService.ClinicalScheduling
this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(442, 53);
this.lblDescriptionResourceGroup.TabIndex = 0;
this.lblDescriptionResourceGroup.Text = "Use this panel to assign user access to Resources. Only users who have the BSDXZ" +
"MENU key in RPMS will appear in the selection list. If Modify Schedule is check" +
"MENU key in VistA will appear in the selection list. If Modify Schedule is check" +
"ed, then the user will be able to add and edit the resource\'s availability.";
//
// chkModifySchedule

View File

@ -54,65 +54,51 @@ namespace IndianHealthService.ClinicalScheduling
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
//this.lblVersion = new System.Windows.Forms.Label();
this.lnkMail = new System.Windows.Forms.LinkLabel();
this.lblStatus = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.label1.Location = new System.Drawing.Point(24, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(448, 40);
this.label1.TabIndex = 0;
this.label1.Text = "Clinical Scheduling";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblVersion
//
//this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
//this.lblVersion.Location = new System.Drawing.Point(88, 88);
//this.lblVersion.Name = "lblVersion";
//this.lblVersion.Size = new System.Drawing.Size(328, 32);
//this.lblVersion.TabIndex = 1;
//this.lblVersion.Text = "Version ";
//this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lnkMail
//
//this.lnkMail.Location = new System.Drawing.Point(328, 224);
//this.lnkMail.Name = "lnkMail";
//this.lnkMail.Size = new System.Drawing.Size(144, 16);
//this.lnkMail.TabIndex = 2;
//this.lnkMail.TabStop = true;
//this.lnkMail.Text = "Horace.Whitt@mail.ihs.gov";
//
// lblStatus
//
this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblStatus.Location = new System.Drawing.Point(88, 160);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(328, 16);
this.lblStatus.TabIndex = 3;
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// DSplash
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(488, 252);
this.ControlBox = false;
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.lnkMail);
//this.Controls.Add(this.lblVersion);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "DSplash";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Clinical Scheduling";
this.Load += new System.EventHandler(this.DSplash_Load);
this.ResumeLayout(false);
this.label1 = new System.Windows.Forms.Label();
this.lnkMail = new System.Windows.Forms.LinkLabel();
this.lblStatus = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(24, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(448, 40);
this.label1.TabIndex = 0;
this.label1.Text = "VistA Clinical Scheduling";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lnkMail
//
this.lnkMail.Location = new System.Drawing.Point(0, 0);
this.lnkMail.Name = "lnkMail";
this.lnkMail.Size = new System.Drawing.Size(100, 23);
this.lnkMail.TabIndex = 4;
//
// lblStatus
//
this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblStatus.Location = new System.Drawing.Point(88, 160);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(328, 16);
this.lblStatus.TabIndex = 3;
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// DSplash
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(488, 252);
this.ControlBox = false;
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.lnkMail);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "DSplash";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Clinical Scheduling";
this.Load += new System.EventHandler(this.DSplash_Load);
this.ResumeLayout(false);
}
#endregion

View File

@ -77,6 +77,24 @@
Gets the date selected by the user
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGDocumentManager">
<summary>
Summary description for DocumentManager.
@ -360,6 +378,12 @@
Gets the name of the Access Group;
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGResource">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DSplash">
<summary>
Summary description for DSplash.
@ -543,6 +567,12 @@
the contents of this method with the code editor.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGRange">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DSelectLetterClinics">
<summary>
Summary description for DSelectLetterClinics.
@ -564,6 +594,18 @@
Returns the |-delimited string of selected resource id's
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DCancelAppt">
<summary>
Summary description for DCancelAppt.
@ -768,6 +810,12 @@
Appointment end time
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DResourceGroup">
<summary>
Summary description for DResourceGroup.
@ -839,6 +887,12 @@
Contains the name of the AccessType
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGCell">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DSelectSchedules">
<summary>
Summary description for DSelectSchedules.
@ -891,6 +945,18 @@
Accesses the document associated with this view
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DResourceGroupItem">
<summary>
Summary description for DResourceGroup.
@ -977,6 +1043,18 @@
Sets and returns the maximum number of days in the future to look for rebook availability
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGCells">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DResourceUser">
<summary>
Summary description for DResourceUser.
@ -1083,83 +1161,5 @@
Contains the beginning date of the appointment document
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGCell">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGCells">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGRange">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGResource">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
<member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
<summary>
This class was regenerated from Calendargrid.dll using Reflector.exe
by Sam Habiel for WorldVista. The original source code is lost.
</summary>
</member>
</members>
</doc>