Changeset 870


Ignore:
Timestamp:
Jul 14, 2010, 8:54:58 AM (14 years ago)
Author:
Sam Habiel
Message:
 
File:
1 edited

Legend:

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

    r866 r870  
    3737        private System.Windows.Forms.GroupBox groupBox1;
    3838                private System.Windows.Forms.Label label6;
    39                 private System.Windows.Forms.TextBox txtSSN;
     39                private System.Windows.Forms.TextBox txtPID;
    4040                private System.Windows.Forms.Label label5;
    4141                private System.Windows.Forms.TextBox txtDOB;
     
    9494            this.txtHRN = new System.Windows.Forms.TextBox();
    9595            this.label6 = new System.Windows.Forms.Label();
    96             this.txtSSN = new System.Windows.Forms.TextBox();
     96            this.txtPID = new System.Windows.Forms.TextBox();
    9797            this.label5 = new System.Windows.Forms.Label();
    9898            this.txtDOB = new System.Windows.Forms.TextBox();
     
    101101            this.tabPatientInfo = new System.Windows.Forms.TabPage();
    102102            this.groupBox2 = new System.Windows.Forms.GroupBox();
     103            this.label17 = new System.Windows.Forms.Label();
     104            this.txtEmail = new System.Windows.Forms.TextBox();
     105            this.label16 = new System.Windows.Forms.Label();
     106            this.txtPhoneCell = new System.Windows.Forms.TextBox();
     107            this.label7 = new System.Windows.Forms.Label();
     108            this.txtCountry = new System.Windows.Forms.TextBox();
    103109            this.label12 = new System.Windows.Forms.Label();
    104110            this.txtPhoneOffice = new System.Windows.Forms.TextBox();
     
    119125            this.dsPatientApptDisplay2BindingSource = new System.Windows.Forms.BindingSource(this.components);
    120126            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();
    127127            this.tabControl1.SuspendLayout();
    128128            this.tabAppointment.SuspendLayout();
     
    261261            this.groupBox1.Controls.Add(this.txtHRN);
    262262            this.groupBox1.Controls.Add(this.label6);
    263             this.groupBox1.Controls.Add(this.txtSSN);
     263            this.groupBox1.Controls.Add(this.txtPID);
    264264            this.groupBox1.Controls.Add(this.label5);
    265265            this.groupBox1.Controls.Add(this.txtDOB);
     
    296296            this.label6.Size = new System.Drawing.Size(40, 16);
    297297            this.label6.TabIndex = 9;
    298             this.label6.Text = "SSN:";
     298            this.label6.Text = "ID:";
    299299            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    300300            //
    301             // txtSSN
    302             //
    303             this.txtSSN.Location = new System.Drawing.Point(272, 40);
    304             this.txtSSN.Name = "txtSSN";
    305             this.txtSSN.ReadOnly = true;
    306             this.txtSSN.Size = new System.Drawing.Size(161, 20);
    307             this.txtSSN.TabIndex = 8;
     301            // txtPID
     302            //
     303            this.txtPID.Location = new System.Drawing.Point(272, 40);
     304            this.txtPID.Name = "txtPID";
     305            this.txtPID.ReadOnly = true;
     306            this.txtPID.Size = new System.Drawing.Size(161, 20);
     307            this.txtPID.TabIndex = 8;
    308308            //
    309309            // label5
     
    377377            this.groupBox2.Text = "Address";
    378378            //
     379            // label17
     380            //
     381            this.label17.Location = new System.Drawing.Point(224, 94);
     382            this.label17.Name = "label17";
     383            this.label17.Size = new System.Drawing.Size(40, 16);
     384            this.label17.TabIndex = 29;
     385            this.label17.Text = "E-Mail:";
     386            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     387            //
     388            // txtEmail
     389            //
     390            this.txtEmail.Location = new System.Drawing.Point(267, 94);
     391            this.txtEmail.Name = "txtEmail";
     392            this.txtEmail.ReadOnly = true;
     393            this.txtEmail.Size = new System.Drawing.Size(166, 20);
     394            this.txtEmail.TabIndex = 28;
     395            //
     396            // label16
     397            //
     398            this.label16.Location = new System.Drawing.Point(19, 142);
     399            this.label16.Name = "label16";
     400            this.label16.Size = new System.Drawing.Size(69, 16);
     401            this.label16.TabIndex = 27;
     402            this.label16.Text = "Phone (Cell):";
     403            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     404            //
     405            // txtPhoneCell
     406            //
     407            this.txtPhoneCell.Location = new System.Drawing.Point(91, 142);
     408            this.txtPhoneCell.Name = "txtPhoneCell";
     409            this.txtPhoneCell.ReadOnly = true;
     410            this.txtPhoneCell.Size = new System.Drawing.Size(120, 20);
     411            this.txtPhoneCell.TabIndex = 26;
     412            //
     413            // label7
     414            //
     415            this.label7.Location = new System.Drawing.Point(33, 94);
     416            this.label7.Name = "label7";
     417            this.label7.Size = new System.Drawing.Size(55, 16);
     418            this.label7.TabIndex = 25;
     419            this.label7.Text = "Country:";
     420            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     421            //
     422            // txtCountry
     423            //
     424            this.txtCountry.Location = new System.Drawing.Point(91, 94);
     425            this.txtCountry.Name = "txtCountry";
     426            this.txtCountry.ReadOnly = true;
     427            this.txtCountry.Size = new System.Drawing.Size(120, 20);
     428            this.txtCountry.TabIndex = 24;
     429            //
    379430            // label12
    380431            //
     
    522573            this.dsPatientApptDisplay2.DataSetName = "dsPatientApptDisplay2";
    523574            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;
    575575            //
    576576            // DAppointPage
     
    612612                private string                  m_sPatientIEN;
    613613                private string                  m_sPatientDOB;
    614                 private string                  m_sPatientSSN;
     614                private string                  m_sPatientPID;
    615615
    616616                private string                  m_sCity;
     
    658658                                this.m_sPatientHRN = r["HRN"].ToString();
    659659                                this.m_sPatientIEN = r["IEN"].ToString();
    660                                 this.m_sPatientSSN = r["SSN"].ToString();
     660                this.m_sPatientPID = r["PID"].ToString();
    661661                                DateTime dDob =(DateTime) r["DOB"]; //what if it's null?
    662662                                this.m_sPatientDOB = dDob.ToShortDateString();
     
    701701                                txtPhoneHome.Text = this.m_sPhoneHome;
    702702                                txtPhoneOffice.Text = this.m_sPhoneOffice;
    703                                 txtSSN.Text = this.m_sPatientSSN;
     703                                txtPID.Text = this.m_sPatientPID;
    704704                                txtState.Text = this.m_sState;
    705705                                txtStreet.Text = this.m_sStreet;
     
    769769                #endregion //Properties
    770770
     771
    771772        } //end Class
    772773}
Note: See TracChangeset for help on using the changeset viewer.