Changeset 627


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

Removed user-interface references to RPMS.

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
15 edited

Legend:

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

    r620 r627  
    245245                                if (nErrorID != -1)
    246246                                {
    247                                         throw new Exception("RPMS Error");
     247                                        throw new Exception("VistA Error");
    248248                                }
    249249                                Debug.Write("CreateAvailabilityAuto -- new AV block created\n");
     
    313313                                if (nErrorID != -1)
    314314                                {
    315                                         throw new Exception("RPMS Error");
     315                                        throw new Exception("VistA Error");
    316316                                }
    317317                                Debug.Write("CreateAvailability -- new AV block created\n");
  • 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
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs

    r620 r627  
    342342            //
    343343            this.mnuRPMSServer.Index = 3;
    344             this.mnuRPMSServer.Text = "Change RPMS &Server";
     344            this.mnuRPMSServer.Text = "Change VistA &Server";
    345345            this.mnuRPMSServer.Click += new System.EventHandler(this.mnuRPMSServer_Click);
    346346            //
     
    348348            //
    349349            this.mnuRPMSLogin.Index = 4;
    350             this.mnuRPMSLogin.Text = "Change RPMS &Login";
     350            this.mnuRPMSLogin.Text = "Change VistA &Login";
    351351            this.mnuRPMSLogin.Click += new System.EventHandler(this.mnuRPMSLogin_Click);
    352352            //
     
    354354            //
    355355            this.mnuRPMSDivision.Index = 5;
    356             this.mnuRPMSDivision.Text = "Change RPMS &Division";
     356            this.mnuRPMSDivision.Text = "Change VistA &Division";
    357357            this.mnuRPMSDivision.Click += new System.EventHandler(this.mnuRPMSDivision_Click);
    358358            //
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r622 r627  
    77    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    88    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    9     <ApplicationIcon>App.ico</ApplicationIcon>
     9    <ApplicationIcon>hwIco281.ICO</ApplicationIcon>
    1010    <AssemblyKeyContainerName>
    1111    </AssemblyKeyContainerName>
     
    8282    <ConfigurationOverrideFile>
    8383    </ConfigurationOverrideFile>
    84     <DefineConstants>DEBUG</DefineConstants>
     84    <DefineConstants>
     85    </DefineConstants>
    8586    <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
    8687    <DebugSymbols>false</DebugSymbols>
     
    100101    <Reference Include="BMXNet20, Version=2.0.2459.21970, Culture=neutral, PublicKeyToken=069dc2499aed6a8c, processorArchitecture=MSIL">
    101102      <SpecificVersion>False</SpecificVersion>
    102       <HintPath>.\BMXNet20.dll</HintPath>
     103      <HintPath>bin\Release\BMXNet20.dll</HintPath>
    103104    </Reference>
    104105    <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
     
    183184      <SubType>Designer</SubType>
    184185    </Content>
     186    <Content Include="hwIco281.ICO" />
    185187    <Compile Include="AssemblyInfo.cs">
    186188      <SubType>Code</SubType>
  • 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
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.cs

    r614 r627  
    1717        /// </summary>
    1818        public class DCopyAppts : System.Windows.Forms.Form
    19         {
    20                 private System.Windows.Forms.Button cmdCancel;
     19    {
    2120                private System.Windows.Forms.Button cmdOK;
    22                 private System.Windows.Forms.Panel pnlOKCancel;
    23                 private System.Windows.Forms.Panel pnlDescription;
    24                 private System.Windows.Forms.GroupBox grpDescription;
    25                 private System.Windows.Forms.Label lblDescription;
     21        private System.Windows.Forms.Panel pnlOKCancel;
    2622                private System.Windows.Forms.Label lblSummary;
    2723                private System.Windows.Forms.Label lblProgress;
     
    7470                private void InitializeComponent()
    7571                {
    76                         this.components = new System.ComponentModel.Container();
    77                         this.pnlOKCancel = new System.Windows.Forms.Panel();
    78                         this.cmdCancel = new System.Windows.Forms.Button();
    79                         this.cmdOK = new System.Windows.Forms.Button();
    80                         this.pnlDescription = new System.Windows.Forms.Panel();
    81                         this.grpDescription = new System.Windows.Forms.GroupBox();
    82                         this.lblDescription = new System.Windows.Forms.Label();
    83                         this.lblSummary = new System.Windows.Forms.Label();
    84                         this.lblProgress = new System.Windows.Forms.Label();
    85                         this.timerPoll = new System.Windows.Forms.Timer(this.components);
    86                         this.label1 = new System.Windows.Forms.Label();
    87                         this.label2 = new System.Windows.Forms.Label();
    88                         this.pnlOKCancel.SuspendLayout();
    89                         this.pnlDescription.SuspendLayout();
    90                         this.grpDescription.SuspendLayout();
    91                         this.SuspendLayout();
    92                         //
    93                         // pnlOKCancel
    94                         //
    95                         this.pnlOKCancel.Controls.Add(this.cmdCancel);
    96                         this.pnlOKCancel.Controls.Add(this.cmdOK);
    97                         this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
    98                         this.pnlOKCancel.Location = new System.Drawing.Point(0, 286);
    99                         this.pnlOKCancel.Name = "pnlOKCancel";
    100                         this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
    101                         this.pnlOKCancel.TabIndex = 4;
    102                         //
    103                         // cmdCancel
    104                         //
    105                         this.cmdCancel.Location = new System.Drawing.Point(288, 8);
    106                         this.cmdCancel.Name = "cmdCancel";
    107                         this.cmdCancel.Size = new System.Drawing.Size(64, 24);
    108                         this.cmdCancel.TabIndex = 1;
    109                         this.cmdCancel.Text = "Cancel";
    110                         this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
    111                         //
    112                         // cmdOK
    113                         //
    114                         this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    115                         this.cmdOK.Location = new System.Drawing.Point(208, 8);
    116                         this.cmdOK.Name = "cmdOK";
    117                         this.cmdOK.Size = new System.Drawing.Size(64, 24);
    118                         this.cmdOK.TabIndex = 0;
    119                         this.cmdOK.Text = "OK";
    120                         //
    121                         // pnlDescription
    122                         //
    123                         this.pnlDescription.Controls.Add(this.grpDescription);
    124                         this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
    125                         this.pnlDescription.Location = new System.Drawing.Point(0, 222);
    126                         this.pnlDescription.Name = "pnlDescription";
    127                         this.pnlDescription.Size = new System.Drawing.Size(376, 64);
    128                         this.pnlDescription.TabIndex = 47;
    129                         //
    130                         // grpDescription
    131                         //
    132                         this.grpDescription.Controls.Add(this.lblDescription);
    133                         this.grpDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    134                         this.grpDescription.Location = new System.Drawing.Point(0, 0);
    135                         this.grpDescription.Name = "grpDescription";
    136                         this.grpDescription.Size = new System.Drawing.Size(376, 64);
    137                         this.grpDescription.TabIndex = 0;
    138                         this.grpDescription.TabStop = false;
    139                         this.grpDescription.Text = "Description";
    140                         //
    141                         // lblDescription
    142                         //
    143                         this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
    144                         this.lblDescription.Location = new System.Drawing.Point(3, 16);
    145                         this.lblDescription.Name = "lblDescription";
    146                         this.lblDescription.Size = new System.Drawing.Size(370, 45);
    147                         this.lblDescription.TabIndex = 1;
    148                         this.lblDescription.Text = "This panel displays the progress of the appointment copy process.  Press the \'Can" +
    149                                 "cel\' button to stop copying appointments.";
    150                         //
    151                         // lblSummary
    152                         //
    153                         this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    154                         this.lblSummary.Location = new System.Drawing.Point(32, 32);
    155                         this.lblSummary.Name = "lblSummary";
    156                         this.lblSummary.Size = new System.Drawing.Size(312, 64);
    157                         this.lblSummary.TabIndex = 48;
    158                         this.lblSummary.Text = "lblSummary";
    159                         //
    160                         // lblProgress
    161                         //
    162                         this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    163                         this.lblProgress.Location = new System.Drawing.Point(32, 128);
    164                         this.lblProgress.Name = "lblProgress";
    165                         this.lblProgress.Size = new System.Drawing.Size(312, 72);
    166                         this.lblProgress.TabIndex = 49;
    167                         this.lblProgress.Text = "lblProgress";
    168                         //
    169                         // timerPoll
    170                         //
    171                         this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
    172                         //
    173                         // label1
    174                         //
    175                         this.label1.Location = new System.Drawing.Point(32, 112);
    176                         this.label1.Name = "label1";
    177                         this.label1.Size = new System.Drawing.Size(144, 16);
    178                         this.label1.TabIndex = 50;
    179                         this.label1.Text = "Status:";
    180                         //
    181                         // label2
    182                         //
    183                         this.label2.Location = new System.Drawing.Point(32, 16);
    184                         this.label2.Name = "label2";
    185                         this.label2.Size = new System.Drawing.Size(144, 16);
    186                         this.label2.TabIndex = 51;
    187                         this.label2.Text = "Job Summary:";
    188                         //
    189                         // DCopyAppts
    190                         //
    191                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    192                         this.ClientSize = new System.Drawing.Size(376, 326);
    193                         this.Controls.Add(this.label2);
    194                         this.Controls.Add(this.label1);
    195                         this.Controls.Add(this.lblProgress);
    196                         this.Controls.Add(this.lblSummary);
    197                         this.Controls.Add(this.pnlDescription);
    198                         this.Controls.Add(this.pnlOKCancel);
    199                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    200                         this.MaximizeBox = false;
    201                         this.Name = "DCopyAppts";
    202                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    203                         this.Text = "Copy Appointments";
    204                         this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
    205                         this.Load += new System.EventHandler(this.DCopyAppts_Load);
    206                         this.pnlOKCancel.ResumeLayout(false);
    207                         this.pnlDescription.ResumeLayout(false);
    208                         this.grpDescription.ResumeLayout(false);
    209                         this.ResumeLayout(false);
     72            this.components = new System.ComponentModel.Container();
     73            this.pnlOKCancel = new System.Windows.Forms.Panel();
     74            this.cmdOK = new System.Windows.Forms.Button();
     75            this.lblSummary = new System.Windows.Forms.Label();
     76            this.lblProgress = new System.Windows.Forms.Label();
     77            this.timerPoll = new System.Windows.Forms.Timer(this.components);
     78            this.label1 = new System.Windows.Forms.Label();
     79            this.label2 = new System.Windows.Forms.Label();
     80            this.pnlOKCancel.SuspendLayout();
     81            this.SuspendLayout();
     82            //
     83            // pnlOKCancel
     84            //
     85            this.pnlOKCancel.Controls.Add(this.cmdOK);
     86            this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
     87            this.pnlOKCancel.Location = new System.Drawing.Point(0, 211);
     88            this.pnlOKCancel.Name = "pnlOKCancel";
     89            this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
     90            this.pnlOKCancel.TabIndex = 4;
     91            //
     92            // cmdOK
     93            //
     94            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     95            this.cmdOK.Location = new System.Drawing.Point(208, 8);
     96            this.cmdOK.Name = "cmdOK";
     97            this.cmdOK.Size = new System.Drawing.Size(136, 24);
     98            this.cmdOK.TabIndex = 0;
     99            this.cmdOK.Text = "OK";
     100            //
     101            // lblSummary
     102            //
     103            this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     104            this.lblSummary.Location = new System.Drawing.Point(32, 32);
     105            this.lblSummary.Name = "lblSummary";
     106            this.lblSummary.Size = new System.Drawing.Size(312, 64);
     107            this.lblSummary.TabIndex = 48;
     108            this.lblSummary.Text = "lblSummary";
     109            //
     110            // lblProgress
     111            //
     112            this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     113            this.lblProgress.Location = new System.Drawing.Point(32, 128);
     114            this.lblProgress.Name = "lblProgress";
     115            this.lblProgress.Size = new System.Drawing.Size(312, 72);
     116            this.lblProgress.TabIndex = 49;
     117            this.lblProgress.Text = "lblProgress";
     118            //
     119            // timerPoll
     120            //
     121            this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
     122            //
     123            // label1
     124            //
     125            this.label1.Location = new System.Drawing.Point(32, 112);
     126            this.label1.Name = "label1";
     127            this.label1.Size = new System.Drawing.Size(144, 16);
     128            this.label1.TabIndex = 50;
     129            this.label1.Text = "Status:";
     130            //
     131            // label2
     132            //
     133            this.label2.Location = new System.Drawing.Point(32, 16);
     134            this.label2.Name = "label2";
     135            this.label2.Size = new System.Drawing.Size(144, 16);
     136            this.label2.TabIndex = 51;
     137            this.label2.Text = "Job Summary:";
     138            //
     139            // DCopyAppts
     140            //
     141            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     142            this.ClientSize = new System.Drawing.Size(376, 251);
     143            this.Controls.Add(this.label2);
     144            this.Controls.Add(this.label1);
     145            this.Controls.Add(this.lblProgress);
     146            this.Controls.Add(this.lblSummary);
     147            this.Controls.Add(this.pnlOKCancel);
     148            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     149            this.MaximizeBox = false;
     150            this.Name = "DCopyAppts";
     151            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     152            this.Text = "Copy Appointments";
     153            this.Load += new System.EventHandler(this.DCopyAppts_Load);
     154            this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
     155            this.pnlOKCancel.ResumeLayout(false);
     156            this.ResumeLayout(false);
    210157
    211158                }
     
    237184                        {
    238185                                //Start M copy job and get the ZTSK number
    239                                 this.timerPoll.Stop();
    240                                 lblProgress.Text = "Starting Process";
     186                                //this.timerPoll.Stop();
     187                                lblProgress.Text = "Starting Process... \r\n";
    241188
    242189                                string sSql = "BSDX COPY APPOINTMENTS^" + m_ResourceID + "^" + m_HospLocationID + "^" + m_dtBegin.ToShortDateString() + "^" + m_dtEnd.ToShortDateString();
     
    254201                                if (sError != "OK")
    255202                                {
    256                                         timerPoll.Stop();
     203                                        //timerPoll.Stop();
    257204                                        lblProgress.Text = sError;
    258205                                        cmdOK.Enabled = true;
    259                                         cmdCancel.Enabled = false;
    260206                                }
    261207                                else
    262208                                {
    263                                         lblProgress.Text = "RPMS Job queued as Task #" + m_sTask;
    264                                         ;//this.timerPoll.Start();
    265                                         cmdOK.Enabled = false;
    266                                         cmdCancel.Enabled = true;
     209                                        lblProgress.Text += "VistA Job queued as Task #" + m_sTask;
     210                                        //this.timerPoll.Start();
     211                                        cmdOK.Enabled = true;   
    267212                                }
    268213
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.resx

    r614 r627  
    44    Microsoft ResX Schema
    55   
    6     Version 1.3
     6    Version 2.0
    77   
    88    The primary goals of this format is to allow a simple XML format
     
    1515    ... ado.net/XML headers & schema ...
    1616    <resheader name="resmimetype">text/microsoft-resx</resheader>
    17     <resheader name="version">1.3</resheader>
     17    <resheader name="version">2.0</resheader>
    1818    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    1919    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    20     <data name="Name1">this is my long string</data>
     20    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    2121    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    2222    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
    23         [base64 mime encoded serialized .NET Framework object]
     23        <value>[base64 mime encoded serialized .NET Framework object]</value>
    2424    </data>
    2525    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
    26         [base64 mime encoded string representing a byte array form of the .NET Framework object]
     26        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
     27        <comment>This is a comment</comment>
    2728    </data>
    2829               
     
    3637    mimetype set.
    3738   
    38     The mimetype is used forserialized objects, and tells the
     39    The mimetype is used for serialized objects, and tells the
    3940    ResXResourceReader how to depersist the object. This is currently not
    4041    extensible. For a given mimetype the value must be set accordingly:
     
    4647    mimetype: application/x-microsoft.net.object.binary.base64
    4748    value   : The object must be serialized with
    48             : System.Serialization.Formatters.Binary.BinaryFormatter
     49            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
    4950            : and then encoded with base64 encoding.
    5051   
     
    6061    -->
    6162  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
     63    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6264    <xsd:element name="root" msdata:IsDataSet="true">
    6365      <xsd:complexType>
    6466        <xsd:choice maxOccurs="unbounded">
     67          <xsd:element name="metadata">
     68            <xsd:complexType>
     69              <xsd:sequence>
     70                <xsd:element name="value" type="xsd:string" minOccurs="0" />
     71              </xsd:sequence>
     72              <xsd:attribute name="name" use="required" type="xsd:string" />
     73              <xsd:attribute name="type" type="xsd:string" />
     74              <xsd:attribute name="mimetype" type="xsd:string" />
     75              <xsd:attribute ref="xml:space" />
     76            </xsd:complexType>
     77          </xsd:element>
     78          <xsd:element name="assembly">
     79            <xsd:complexType>
     80              <xsd:attribute name="alias" type="xsd:string" />
     81              <xsd:attribute name="name" type="xsd:string" />
     82            </xsd:complexType>
     83          </xsd:element>
    6584          <xsd:element name="data">
    6685            <xsd:complexType>
     
    6988                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    7089              </xsd:sequence>
    71               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
     90              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    7291              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    7392              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     93              <xsd:attribute ref="xml:space" />
    7494            </xsd:complexType>
    7595          </xsd:element>
     
    90110  </resheader>
    91111  <resheader name="version">
    92     <value>1.3</value>
     112    <value>2.0</value>
    93113  </resheader>
    94114  <resheader name="reader">
    95     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     115    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    96116  </resheader>
    97117  <resheader name="writer">
    98     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
     118    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
    99119  </resheader>
    100   <data name="pnlOKCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    101     <value>False</value>
    102   </data>
    103   <data name="pnlOKCancel.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    104     <value>True</value>
    105   </data>
    106   <data name="pnlOKCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    107     <value>Private</value>
    108   </data>
    109   <data name="pnlOKCancel.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    110     <value>8, 8</value>
    111   </data>
    112   <data name="pnlOKCancel.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    113     <value>False</value>
    114   </data>
    115   <data name="pnlOKCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    116     <value>Private</value>
    117   </data>
    118   <data name="cmdCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    119     <value>False</value>
    120   </data>
    121   <data name="cmdCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    122     <value>Private</value>
    123   </data>
    124   <data name="cmdCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    125     <value>Private</value>
    126   </data>
    127   <data name="cmdOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    128     <value>False</value>
    129   </data>
    130   <data name="cmdOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    131     <value>Private</value>
    132   </data>
    133   <data name="cmdOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    134     <value>Private</value>
    135   </data>
    136   <data name="pnlDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    137     <value>False</value>
    138   </data>
    139   <data name="pnlDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    140     <value>True</value>
    141   </data>
    142   <data name="pnlDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    143     <value>Private</value>
    144   </data>
    145   <data name="pnlDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    146     <value>8, 8</value>
    147   </data>
    148   <data name="pnlDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    149     <value>True</value>
    150   </data>
    151   <data name="pnlDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    152     <value>Private</value>
    153   </data>
    154   <data name="grpDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    155     <value>Private</value>
    156   </data>
    157   <data name="grpDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    158     <value>8, 8</value>
    159   </data>
    160   <data name="grpDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    161     <value>True</value>
    162   </data>
    163   <data name="grpDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    164     <value>False</value>
    165   </data>
    166   <data name="grpDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    167     <value>True</value>
    168   </data>
    169   <data name="grpDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    170     <value>Private</value>
    171   </data>
    172   <data name="lblDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    173     <value>Private</value>
    174   </data>
    175   <data name="lblDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    176     <value>False</value>
    177   </data>
    178   <data name="lblDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    179     <value>Private</value>
    180   </data>
    181   <data name="lblSummary.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    182     <value>False</value>
    183   </data>
    184   <data name="lblSummary.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    185     <value>Private</value>
    186   </data>
    187   <data name="lblSummary.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    188     <value>Private</value>
    189   </data>
    190   <data name="lblProgress.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    191     <value>False</value>
    192   </data>
    193   <data name="lblProgress.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    194     <value>Private</value>
    195   </data>
    196   <data name="lblProgress.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    197     <value>Private</value>
    198   </data>
    199   <data name="timerPoll.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    200     <value>Private</value>
    201   </data>
    202   <data name="timerPoll.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     120  <metadata name="timerPoll.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    203121    <value>17, 17</value>
    204   </data>
    205   <data name="timerPoll.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    206     <value>Private</value>
    207   </data>
    208   <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    209     <value>False</value>
    210   </data>
    211   <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    212     <value>Private</value>
    213   </data>
    214   <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    215     <value>Private</value>
    216   </data>
    217   <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    218     <value>False</value>
    219   </data>
    220   <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    221     <value>Private</value>
    222   </data>
    223   <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    224     <value>Private</value>
    225   </data>
    226   <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    227     <value>False</value>
    228   </data>
    229   <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    230     <value>(Default)</value>
    231   </data>
    232   <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    233     <value>False</value>
    234   </data>
    235   <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    236     <value>False</value>
    237   </data>
    238   <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    239     <value>8, 8</value>
    240   </data>
    241   <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    242     <value>True</value>
    243   </data>
    244   <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    245     <value>80</value>
    246   </data>
    247   <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    248     <value>True</value>
    249   </data>
    250   <data name="$this.Name">
    251     <value>DCopyAppts</value>
    252   </data>
    253   <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    254     <value>Private</value>
    255   </data>
     122  </metadata>
    256123</root>
  • 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)
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.resx

    r614 r627  
    128128  </data>
    129129  <data name="lblDescriptionXfer.Text" xml:space="preserve">
    130     <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>
     130    <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>
    131131  </data>
    132132  <data name="lblWorkstations.Text" xml:space="preserve">
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.cs

    r614 r627  
    176176                        this.lblDescription.Size = new System.Drawing.Size(492, 61);
    177177                        this.lblDescription.TabIndex = 1;
    178                         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.";
     178                        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.";
    179179                        //
    180180                        // tabResources
     
    268268                        this.grpRPMSClinicLink.TabIndex = 48;
    269269                        this.grpRPMSClinicLink.TabStop = false;
    270                         this.grpRPMSClinicLink.Text = "RPMS Clinic Link";
     270                        this.grpRPMSClinicLink.Text = "VistA Clinic Link";
    271271                        //
    272272                        // lblReactivateDate
     
    378378                        this.label4.Size = new System.Drawing.Size(72, 16);
    379379                        this.label4.TabIndex = 45;
    380                         this.label4.Text = "RPMS Clinic:";
     380                        this.label4.Text = "VistA Clinic:";
    381381                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    382382                        //
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.cs

    r614 r627  
    156156                        this.lblDescriptionResourceGroup.TabIndex = 0;
    157157                        this.lblDescriptionResourceGroup.Text = "Use this panel to assign user access to Resources.  Only users who have the BSDXZ" +
    158                                 "MENU key in RPMS will appear in the selection list.  If Modify Schedule is check" +
     158                                "MENU key in VistA will appear in the selection list.  If Modify Schedule is check" +
    159159                                "ed, then the user will be able to add and edit the resource\'s availability.";
    160160                        //
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs

    r620 r627  
    5555                private void InitializeComponent()
    5656                {
    57                         this.label1 = new System.Windows.Forms.Label();
    58             //this.lblVersion = new System.Windows.Forms.Label();
    59                         this.lnkMail = new System.Windows.Forms.LinkLabel();
    60                         this.lblStatus = new System.Windows.Forms.Label();
    61                         this.SuspendLayout();
    62                         //
    63                         // label1
    64                         //
    65                         this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
    66                         this.label1.Location = new System.Drawing.Point(24, 32);
    67                         this.label1.Name = "label1";
    68                         this.label1.Size = new System.Drawing.Size(448, 40);
    69                         this.label1.TabIndex = 0;
    70                         this.label1.Text = "Clinical Scheduling";
    71                         this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    72                         //
    73                         // lblVersion
    74                         //
    75             //this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
    76             //this.lblVersion.Location = new System.Drawing.Point(88, 88);
    77             //this.lblVersion.Name = "lblVersion";
    78             //this.lblVersion.Size = new System.Drawing.Size(328, 32);
    79             //this.lblVersion.TabIndex = 1;
    80             //this.lblVersion.Text = "Version ";
    81             //this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    82                         //
    83                         // lnkMail
    84                         //
    85             //this.lnkMail.Location = new System.Drawing.Point(328, 224);
    86             //this.lnkMail.Name = "lnkMail";
    87             //this.lnkMail.Size = new System.Drawing.Size(144, 16);
    88             //this.lnkMail.TabIndex = 2;
    89             //this.lnkMail.TabStop = true;
    90             //this.lnkMail.Text = "Horace.Whitt@mail.ihs.gov";
    91                         //
    92                         // lblStatus
    93                         //
    94                         this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
    95                         this.lblStatus.Location = new System.Drawing.Point(88, 160);
    96                         this.lblStatus.Name = "lblStatus";
    97                         this.lblStatus.Size = new System.Drawing.Size(328, 16);
    98                         this.lblStatus.TabIndex = 3;
    99                         this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    100                         //
    101                         // DSplash
    102                         //
    103                         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
    104                         this.ClientSize = new System.Drawing.Size(488, 252);
    105                         this.ControlBox = false;
    106                         this.Controls.Add(this.lblStatus);
    107                         this.Controls.Add(this.lnkMail);
    108             //this.Controls.Add(this.lblVersion);
    109                         this.Controls.Add(this.label1);
    110                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
    111                         this.Name = "DSplash";
    112                         this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
    113                         this.Text = "Clinical Scheduling";
    114                         this.Load += new System.EventHandler(this.DSplash_Load);
    115                         this.ResumeLayout(false);
     57            this.label1 = new System.Windows.Forms.Label();
     58            this.lnkMail = new System.Windows.Forms.LinkLabel();
     59            this.lblStatus = new System.Windows.Forms.Label();
     60            this.SuspendLayout();
     61            //
     62            // label1
     63            //
     64            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     65            this.label1.Location = new System.Drawing.Point(24, 32);
     66            this.label1.Name = "label1";
     67            this.label1.Size = new System.Drawing.Size(448, 40);
     68            this.label1.TabIndex = 0;
     69            this.label1.Text = "VistA Clinical Scheduling";
     70            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     71            //
     72            // lnkMail
     73            //
     74            this.lnkMail.Location = new System.Drawing.Point(0, 0);
     75            this.lnkMail.Name = "lnkMail";
     76            this.lnkMail.Size = new System.Drawing.Size(100, 23);
     77            this.lnkMail.TabIndex = 4;
     78            //
     79            // lblStatus
     80            //
     81            this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     82            this.lblStatus.Location = new System.Drawing.Point(88, 160);
     83            this.lblStatus.Name = "lblStatus";
     84            this.lblStatus.Size = new System.Drawing.Size(328, 16);
     85            this.lblStatus.TabIndex = 3;
     86            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     87            //
     88            // DSplash
     89            //
     90            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     91            this.ClientSize = new System.Drawing.Size(488, 252);
     92            this.ControlBox = false;
     93            this.Controls.Add(this.lblStatus);
     94            this.Controls.Add(this.lnkMail);
     95            this.Controls.Add(this.label1);
     96            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     97            this.Name = "DSplash";
     98            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     99            this.Text = "Clinical Scheduling";
     100            this.Load += new System.EventHandler(this.DSplash_Load);
     101            this.ResumeLayout(false);
    116102
    117103                }
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML

    r622 r627  
    7878            </summary>
    7979        </member>
     80        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
     81            <summary>
     82            This class was regenerated from Calendargrid.dll using Reflector.exe
     83            by Sam Habiel for WorldVista. The original source code is lost.
     84            </summary>
     85        </member>
     86        <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
     87            <summary>
     88            This class was regenerated from Calendargrid.dll using Reflector.exe
     89            by Sam Habiel for WorldVista. The original source code is lost.
     90            </summary>
     91        </member>
     92        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
     93            <summary>
     94            This class was regenerated from Calendargrid.dll using Reflector.exe
     95            by Sam Habiel for WorldVista. The original source code is lost.
     96            </summary>
     97        </member>
    8098        <member name="T:IndianHealthService.ClinicalScheduling.CGDocumentManager">
    8199            <summary>
     
    359377            <summary>
    360378            Gets the name of the Access Group;
     379            </summary>
     380        </member>
     381        <member name="T:IndianHealthService.ClinicalScheduling.CGResource">
     382            <summary>
     383            This class was regenerated from Calendargrid.dll using Reflector.exe
     384            by Sam Habiel for WorldVista. The original source code is lost.
    361385            </summary>
    362386        </member>
     
    544568            </summary>
    545569        </member>
     570        <member name="T:IndianHealthService.ClinicalScheduling.CGRange">
     571            <summary>
     572            This class was regenerated from Calendargrid.dll using Reflector.exe
     573            by Sam Habiel for WorldVista. The original source code is lost.
     574            </summary>
     575        </member>
    546576        <member name="T:IndianHealthService.ClinicalScheduling.DSelectLetterClinics">
    547577            <summary>
     
    563593            <summary>
    564594            Returns the |-delimited string of selected resource id's
     595            </summary>
     596        </member>
     597        <member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
     598            <summary>
     599            This class was regenerated from Calendargrid.dll using Reflector.exe
     600            by Sam Habiel for WorldVista. The original source code is lost.
     601            </summary>
     602        </member>
     603        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
     604            <summary>
     605            This class was regenerated from Calendargrid.dll using Reflector.exe
     606            by Sam Habiel for WorldVista. The original source code is lost.
    565607            </summary>
    566608        </member>
     
    769811            </summary>
    770812        </member>
     813        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
     814            <summary>
     815            This class was regenerated from Calendargrid.dll using Reflector.exe
     816            by Sam Habiel for WorldVista. The original source code is lost.
     817            </summary>
     818        </member>
    771819        <member name="T:IndianHealthService.ClinicalScheduling.DResourceGroup">
    772820            <summary>
     
    840888            </summary>
    841889        </member>
     890        <member name="T:IndianHealthService.ClinicalScheduling.CGCell">
     891            <summary>
     892            This class was regenerated from Calendargrid.dll using Reflector.exe
     893            by Sam Habiel for WorldVista. The original source code is lost.
     894            </summary>
     895        </member>
    842896        <member name="T:IndianHealthService.ClinicalScheduling.DSelectSchedules">
    843897            <summary>
     
    890944            <summary>
    891945            Accesses the document associated with this view
     946            </summary>
     947        </member>
     948        <member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
     949            <summary>
     950            This class was regenerated from Calendargrid.dll using Reflector.exe
     951            by Sam Habiel for WorldVista. The original source code is lost.
     952            </summary>
     953        </member>
     954        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
     955            <summary>
     956            This class was regenerated from Calendargrid.dll using Reflector.exe
     957            by Sam Habiel for WorldVista. The original source code is lost.
    892958            </summary>
    893959        </member>
     
    9761042            <summary>
    9771043            Sets and returns the maximum number of days in the future to look for rebook availability
     1044            </summary>
     1045        </member>
     1046        <member name="T:IndianHealthService.ClinicalScheduling.CGCells">
     1047            <summary>
     1048            This class was regenerated from Calendargrid.dll using Reflector.exe
     1049            by Sam Habiel for WorldVista. The original source code is lost.
     1050            </summary>
     1051        </member>
     1052        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
     1053            <summary>
     1054            This class was regenerated from Calendargrid.dll using Reflector.exe
     1055            by Sam Habiel for WorldVista. The original source code is lost.
    9781056            </summary>
    9791057        </member>
     
    10841162            </summary>
    10851163        </member>
    1086         <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
    1087             <summary>
    1088             This class was regenerated from Calendargrid.dll using Reflector.exe
    1089             by Sam Habiel for WorldVista. The original source code is lost.
    1090             </summary>
    1091         </member>
    1092         <member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
    1093             <summary>
    1094             This class was regenerated from Calendargrid.dll using Reflector.exe
    1095             by Sam Habiel for WorldVista. The original source code is lost.
    1096             </summary>
    1097         </member>
    1098         <member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
    1099             <summary>
    1100             This class was regenerated from Calendargrid.dll using Reflector.exe
    1101             by Sam Habiel for WorldVista. The original source code is lost.
    1102             </summary>
    1103         </member>
    1104         <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
    1105             <summary>
    1106             This class was regenerated from Calendargrid.dll using Reflector.exe
    1107             by Sam Habiel for WorldVista. The original source code is lost.
    1108             </summary>
    1109         </member>
    1110         <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
    1111             <summary>
    1112             This class was regenerated from Calendargrid.dll using Reflector.exe
    1113             by Sam Habiel for WorldVista. The original source code is lost.
    1114             </summary>
    1115         </member>
    1116         <member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
    1117             <summary>
    1118             This class was regenerated from Calendargrid.dll using Reflector.exe
    1119             by Sam Habiel for WorldVista. The original source code is lost.
    1120             </summary>
    1121         </member>
    1122         <member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
    1123             <summary>
    1124             This class was regenerated from Calendargrid.dll using Reflector.exe
    1125             by Sam Habiel for WorldVista. The original source code is lost.
    1126             </summary>
    1127         </member>
    1128         <member name="T:IndianHealthService.ClinicalScheduling.CGCell">
    1129             <summary>
    1130             This class was regenerated from Calendargrid.dll using Reflector.exe
    1131             by Sam Habiel for WorldVista. The original source code is lost.
    1132             </summary>
    1133         </member>
    1134         <member name="T:IndianHealthService.ClinicalScheduling.CGCells">
    1135             <summary>
    1136             This class was regenerated from Calendargrid.dll using Reflector.exe
    1137             by Sam Habiel for WorldVista. The original source code is lost.
    1138             </summary>
    1139         </member>
    1140         <member name="T:IndianHealthService.ClinicalScheduling.CGRange">
    1141             <summary>
    1142             This class was regenerated from Calendargrid.dll using Reflector.exe
    1143             by Sam Habiel for WorldVista. The original source code is lost.
    1144             </summary>
    1145         </member>
    1146         <member name="T:IndianHealthService.ClinicalScheduling.CGResource">
    1147             <summary>
    1148             This class was regenerated from Calendargrid.dll using Reflector.exe
    1149             by Sam Habiel for WorldVista. The original source code is lost.
    1150             </summary>
    1151         </member>
    1152         <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
    1153             <summary>
    1154             This class was regenerated from Calendargrid.dll using Reflector.exe
    1155             by Sam Habiel for WorldVista. The original source code is lost.
    1156             </summary>
    1157         </member>
    1158         <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
    1159             <summary>
    1160             This class was regenerated from Calendargrid.dll using Reflector.exe
    1161             by Sam Habiel for WorldVista. The original source code is lost.
    1162             </summary>
    1163         </member>
    11641164    </members>
    11651165</doc>
Note: See TracChangeset for help on using the changeset viewer.