Changeset 866


Ignore:
Timestamp:
Jul 14, 2010, 4:24:03 AM (14 years ago)
Author:
Sam Habiel
Message:

Updated Appointment Page:
Adds the following fields in Contact Info tab:

  1. Cell Phone
  2. Email address
  3. Country
Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

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

    r772 r866  
    5757        private dsPatientApptDisplay2 dsPatientApptDisplay2;
    5858        private BindingSource patientApptsBindingSource;
     59        private Label label17;
     60        private TextBox txtEmail;
     61        private Label label16;
     62        private TextBox txtPhoneCell;
     63        private Label label7;
     64        private TextBox txtCountry;
    5965        private IContainer components;
    6066
     
    113119            this.dsPatientApptDisplay2BindingSource = new System.Windows.Forms.BindingSource(this.components);
    114120            this.dsPatientApptDisplay2 = new IndianHealthService.ClinicalScheduling.dsPatientApptDisplay2();
     121            this.label7 = new System.Windows.Forms.Label();
     122            this.txtCountry = new System.Windows.Forms.TextBox();
     123            this.label16 = new System.Windows.Forms.Label();
     124            this.txtPhoneCell = new System.Windows.Forms.TextBox();
     125            this.label17 = new System.Windows.Forms.Label();
     126            this.txtEmail = new System.Windows.Forms.TextBox();
    115127            this.tabControl1.SuspendLayout();
    116128            this.tabAppointment.SuspendLayout();
     
    340352            // groupBox2
    341353            //
     354            this.groupBox2.Controls.Add(this.label17);
     355            this.groupBox2.Controls.Add(this.txtEmail);
     356            this.groupBox2.Controls.Add(this.label16);
     357            this.groupBox2.Controls.Add(this.txtPhoneCell);
     358            this.groupBox2.Controls.Add(this.label7);
     359            this.groupBox2.Controls.Add(this.txtCountry);
    342360            this.groupBox2.Controls.Add(this.label12);
    343361            this.groupBox2.Controls.Add(this.txtPhoneOffice);
     
    354372            this.groupBox2.Location = new System.Drawing.Point(8, 16);
    355373            this.groupBox2.Name = "groupBox2";
    356             this.groupBox2.Size = new System.Drawing.Size(444, 128);
     374            this.groupBox2.Size = new System.Drawing.Size(444, 198);
    357375            this.groupBox2.TabIndex = 1;
    358376            this.groupBox2.TabStop = false;
     
    361379            // label12
    362380            //
    363             this.label12.Location = new System.Drawing.Point(224, 96);
     381            this.label12.Location = new System.Drawing.Point(2, 166);
    364382            this.label12.Name = "label12";
    365             this.label12.Size = new System.Drawing.Size(40, 16);
     383            this.label12.Size = new System.Drawing.Size(86, 14);
    366384            this.label12.TabIndex = 23;
    367             this.label12.Text = "Ofc:";
     385            this.label12.Text = "Phone (Office):";
    368386            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    369387            //
    370388            // txtPhoneOffice
    371389            //
    372             this.txtPhoneOffice.Location = new System.Drawing.Point(272, 96);
     390            this.txtPhoneOffice.Location = new System.Drawing.Point(91, 166);
    373391            this.txtPhoneOffice.Name = "txtPhoneOffice";
    374392            this.txtPhoneOffice.ReadOnly = true;
    375             this.txtPhoneOffice.Size = new System.Drawing.Size(166, 20);
     393            this.txtPhoneOffice.Size = new System.Drawing.Size(120, 20);
    376394            this.txtPhoneOffice.TabIndex = 22;
    377395            //
    378396            // label13
    379397            //
    380             this.label13.Location = new System.Drawing.Point(8, 96);
     398            this.label13.Location = new System.Drawing.Point(5, 118);
    381399            this.label13.Name = "label13";
    382             this.label13.Size = new System.Drawing.Size(88, 16);
     400            this.label13.Size = new System.Drawing.Size(83, 16);
    383401            this.label13.TabIndex = 21;
    384402            this.label13.Text = "Phone (Home):";
     
    387405            // txtPhoneHome
    388406            //
    389             this.txtPhoneHome.Location = new System.Drawing.Point(96, 96);
     407            this.txtPhoneHome.Location = new System.Drawing.Point(91, 118);
    390408            this.txtPhoneHome.Name = "txtPhoneHome";
    391409            this.txtPhoneHome.ReadOnly = true;
     
    395413            // txtCity
    396414            //
    397             this.txtCity.Location = new System.Drawing.Point(96, 48);
     415            this.txtCity.Location = new System.Drawing.Point(91, 46);
    398416            this.txtCity.Name = "txtCity";
    399417            this.txtCity.ReadOnly = true;
     
    403421            // label8
    404422            //
    405             this.label8.Location = new System.Drawing.Point(16, 48);
     423            this.label8.Location = new System.Drawing.Point(52, 46);
    406424            this.label8.Name = "label8";
    407             this.label8.Size = new System.Drawing.Size(72, 16);
     425            this.label8.Size = new System.Drawing.Size(36, 16);
    408426            this.label8.TabIndex = 19;
    409427            this.label8.Text = "City:";
     
    412430            // label9
    413431            //
    414             this.label9.Location = new System.Drawing.Point(224, 72);
     432            this.label9.Location = new System.Drawing.Point(224, 70);
    415433            this.label9.Name = "label9";
    416434            this.label9.Size = new System.Drawing.Size(40, 16);
     
    421439            // txtZip
    422440            //
    423             this.txtZip.Location = new System.Drawing.Point(272, 72);
     441            this.txtZip.Location = new System.Drawing.Point(267, 70);
    424442            this.txtZip.Name = "txtZip";
    425443            this.txtZip.ReadOnly = true;
     
    429447            // label10
    430448            //
    431             this.label10.Location = new System.Drawing.Point(56, 72);
     449            this.label10.Location = new System.Drawing.Point(47, 70);
    432450            this.label10.Name = "label10";
    433             this.label10.Size = new System.Drawing.Size(40, 16);
     451            this.label10.Size = new System.Drawing.Size(41, 16);
    434452            this.label10.TabIndex = 15;
    435453            this.label10.Text = "State:";
     
    438456            // txtState
    439457            //
    440             this.txtState.Location = new System.Drawing.Point(96, 72);
     458            this.txtState.Location = new System.Drawing.Point(91, 70);
    441459            this.txtState.Name = "txtState";
    442460            this.txtState.ReadOnly = true;
     
    446464            // label11
    447465            //
    448             this.label11.Location = new System.Drawing.Point(56, 22);
     466            this.label11.Location = new System.Drawing.Point(47, 22);
    449467            this.label11.Name = "label11";
    450             this.label11.Size = new System.Drawing.Size(40, 16);
     468            this.label11.Size = new System.Drawing.Size(41, 16);
    451469            this.label11.TabIndex = 13;
    452470            this.label11.Text = "Street:";
     
    455473            // txtStreet
    456474            //
    457             this.txtStreet.Location = new System.Drawing.Point(96, 22);
     475            this.txtStreet.Location = new System.Drawing.Point(91, 22);
    458476            this.txtStreet.Name = "txtStreet";
    459477            this.txtStreet.ReadOnly = true;
     
    504522            this.dsPatientApptDisplay2.DataSetName = "dsPatientApptDisplay2";
    505523            this.dsPatientApptDisplay2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     524            //
     525            // label7
     526            //
     527            this.label7.Location = new System.Drawing.Point(33, 94);
     528            this.label7.Name = "label7";
     529            this.label7.Size = new System.Drawing.Size(55, 16);
     530            this.label7.TabIndex = 25;
     531            this.label7.Text = "Country:";
     532            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     533            //
     534            // txtCountry
     535            //
     536            this.txtCountry.Location = new System.Drawing.Point(91, 94);
     537            this.txtCountry.Name = "txtCountry";
     538            this.txtCountry.ReadOnly = true;
     539            this.txtCountry.Size = new System.Drawing.Size(120, 20);
     540            this.txtCountry.TabIndex = 24;
     541            //
     542            // label16
     543            //
     544            this.label16.Location = new System.Drawing.Point(19, 142);
     545            this.label16.Name = "label16";
     546            this.label16.Size = new System.Drawing.Size(69, 16);
     547            this.label16.TabIndex = 27;
     548            this.label16.Text = "Phone (Cell):";
     549            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     550            //
     551            // txtPhoneCell
     552            //
     553            this.txtPhoneCell.Location = new System.Drawing.Point(91, 142);
     554            this.txtPhoneCell.Name = "txtPhoneCell";
     555            this.txtPhoneCell.ReadOnly = true;
     556            this.txtPhoneCell.Size = new System.Drawing.Size(120, 20);
     557            this.txtPhoneCell.TabIndex = 26;
     558            //
     559            // label17
     560            //
     561            this.label17.Location = new System.Drawing.Point(224, 94);
     562            this.label17.Name = "label17";
     563            this.label17.Size = new System.Drawing.Size(40, 16);
     564            this.label17.TabIndex = 29;
     565            this.label17.Text = "E-Mail:";
     566            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     567            //
     568            // txtEmail
     569            //
     570            this.txtEmail.Location = new System.Drawing.Point(267, 94);
     571            this.txtEmail.Name = "txtEmail";
     572            this.txtEmail.ReadOnly = true;
     573            this.txtEmail.Size = new System.Drawing.Size(166, 20);
     574            this.txtEmail.TabIndex = 28;
    506575            //
    507576            // DAppointPage
     
    557626                private string                  m_sClinic;
    558627
     628        private string          m_sPhoneCell;
     629        private string          m_sEmail;
     630        private string          m_sCountry;
     631
    559632                #endregion //fields
    560633
     
    594667                                this.m_sZip = r["ZIP"].ToString();
    595668                                this.m_sPhoneHome = r["HOMEPHONE"].ToString();
    596 
     669                this.m_sEmail = r["EMAIL ADDRESS"].ToString();
     670                this.m_sPhoneCell = r["PHONE NUMBER [CELLULAR]"].ToString();
     671                this.m_sCountry = r["COUNTRY"].ToString();
    597672                                this.UpdateDialogData(true);
    598673                Control UC = new UCPatientAppts(m_DocManager, int.Parse(m_sPatientIEN));
     
    630705                                txtStreet.Text = this.m_sStreet;
    631706                                txtZip.Text = this.m_sZip;
     707                txtEmail.Text = this.m_sEmail;
     708                txtPhoneCell.Text = this.m_sPhoneCell;
     709                txtCountry.Text = this.m_sCountry;
    632710
    633711                        }
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.resx

    r772 r866  
    124124    <value>179, 17</value>
    125125  </metadata>
     126  <metadata name="dsPatientApptDisplay2BindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     127    <value>179, 17</value>
     128  </metadata>
     129  <metadata name="dsPatientApptDisplay2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     130    <value>17, 17</value>
     131  </metadata>
    126132  <metadata name="dsPatientApptDisplay2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    127133    <value>17, 17</value>
Note: See TracChangeset for help on using the changeset viewer.