Changeset 870 for Scheduling
- Timestamp:
- Jul 14, 2010, 8:54:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs
r866 r870 37 37 private System.Windows.Forms.GroupBox groupBox1; 38 38 private System.Windows.Forms.Label label6; 39 private System.Windows.Forms.TextBox txt SSN;39 private System.Windows.Forms.TextBox txtPID; 40 40 private System.Windows.Forms.Label label5; 41 41 private System.Windows.Forms.TextBox txtDOB; … … 94 94 this.txtHRN = new System.Windows.Forms.TextBox(); 95 95 this.label6 = new System.Windows.Forms.Label(); 96 this.txt SSN= new System.Windows.Forms.TextBox();96 this.txtPID = new System.Windows.Forms.TextBox(); 97 97 this.label5 = new System.Windows.Forms.Label(); 98 98 this.txtDOB = new System.Windows.Forms.TextBox(); … … 101 101 this.tabPatientInfo = new System.Windows.Forms.TabPage(); 102 102 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(); 103 109 this.label12 = new System.Windows.Forms.Label(); 104 110 this.txtPhoneOffice = new System.Windows.Forms.TextBox(); … … 119 125 this.dsPatientApptDisplay2BindingSource = new System.Windows.Forms.BindingSource(this.components); 120 126 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();127 127 this.tabControl1.SuspendLayout(); 128 128 this.tabAppointment.SuspendLayout(); … … 261 261 this.groupBox1.Controls.Add(this.txtHRN); 262 262 this.groupBox1.Controls.Add(this.label6); 263 this.groupBox1.Controls.Add(this.txt SSN);263 this.groupBox1.Controls.Add(this.txtPID); 264 264 this.groupBox1.Controls.Add(this.label5); 265 265 this.groupBox1.Controls.Add(this.txtDOB); … … 296 296 this.label6.Size = new System.Drawing.Size(40, 16); 297 297 this.label6.TabIndex = 9; 298 this.label6.Text = " SSN:";298 this.label6.Text = "ID:"; 299 299 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; 300 300 // 301 // txt SSN302 // 303 this.txt SSN.Location = new System.Drawing.Point(272, 40);304 this.txt SSN.Name = "txtSSN";305 this.txt SSN.ReadOnly = true;306 this.txt SSN.Size = new System.Drawing.Size(161, 20);307 this.txt SSN.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; 308 308 // 309 309 // label5 … … 377 377 this.groupBox2.Text = "Address"; 378 378 // 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 // 379 430 // label12 380 431 // … … 522 573 this.dsPatientApptDisplay2.DataSetName = "dsPatientApptDisplay2"; 523 574 this.dsPatientApptDisplay2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; 524 //525 // label7526 //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 // txtCountry535 //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 // label16543 //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 // txtPhoneCell552 //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 // label17560 //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 // txtEmail569 //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;575 575 // 576 576 // DAppointPage … … 612 612 private string m_sPatientIEN; 613 613 private string m_sPatientDOB; 614 private string m_sPatient SSN;614 private string m_sPatientPID; 615 615 616 616 private string m_sCity; … … 658 658 this.m_sPatientHRN = r["HRN"].ToString(); 659 659 this.m_sPatientIEN = r["IEN"].ToString(); 660 this.m_sPatientSSN = r["SSN"].ToString();660 this.m_sPatientPID = r["PID"].ToString(); 661 661 DateTime dDob =(DateTime) r["DOB"]; //what if it's null? 662 662 this.m_sPatientDOB = dDob.ToShortDateString(); … … 701 701 txtPhoneHome.Text = this.m_sPhoneHome; 702 702 txtPhoneOffice.Text = this.m_sPhoneOffice; 703 txt SSN.Text = this.m_sPatientSSN;703 txtPID.Text = this.m_sPatientPID; 704 704 txtState.Text = this.m_sState; 705 705 txtStreet.Text = this.m_sStreet; … … 769 769 #endregion //Properties 770 770 771 771 772 } //end Class 772 773 }
Note:
See TracChangeset
for help on using the changeset viewer.