CNSA-212-FP/Louis'-Pharmacy_CNSA212-FP/frmInfo.Designer.cs

952 lines
47 KiB
C#
Raw Normal View History

2024-01-31 09:05:11 -08:00

namespace Louis__Pharmacy_CNSA212_FP
{
2024-01-31 09:45:33 -08:00
partial class frmInfo
2024-01-31 09:05:11 -08:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label lblPatientFirst;
System.Windows.Forms.Label lblPatientLast;
System.Windows.Forms.Label lblPhysicianFirst;
System.Windows.Forms.Label lblPhysicianLast;
2024-02-16 08:32:00 -08:00
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInfo));
this.tbcInfo = new System.Windows.Forms.TabControl();
this.tbpPatient = new System.Windows.Forms.TabPage();
this.splcPatient = new System.Windows.Forms.SplitContainer();
2024-02-14 11:38:19 -08:00
this.txtPatientID = new System.Windows.Forms.TextBox();
this.lblPatientID = new System.Windows.Forms.Label();
this.txtPatientLast = new System.Windows.Forms.TextBox();
this.txtPatientFirst = new System.Windows.Forms.TextBox();
this.btnPatientSearch = new System.Windows.Forms.Button();
this.dgvPatient = new System.Windows.Forms.DataGridView();
this.pat_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FirstName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MiddleInitials = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.City = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UsState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Zip = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ibs = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Height_feet = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Height_inches = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Ailment = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DOB = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PhoneNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Gender = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Medications = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmuPatient = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuPatientNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPatientEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPatientDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-19 13:27:27 -08:00
this.tbpMedication = new System.Windows.Forms.TabPage();
2024-02-14 11:38:19 -08:00
this.splcPrescription = new System.Windows.Forms.SplitContainer();
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch = new System.Windows.Forms.Button();
2024-02-14 11:38:19 -08:00
this.txtPrescriptionPatID = new System.Windows.Forms.TextBox();
this.txtRxNumber = new System.Windows.Forms.TextBox();
this.lblPrescriptionPatID = new System.Windows.Forms.Label();
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum = new System.Windows.Forms.Label();
2024-02-14 11:38:19 -08:00
this.dgvPrescription = new System.Windows.Forms.DataGridView();
this.Medication_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
2024-02-19 18:24:58 -08:00
this.MedicationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IntakeMethod = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Frequency = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dosage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Purpose = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RxNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmuRx = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuRxNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuRxEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuRxDelete = new System.Windows.Forms.ToolStripMenuItem();
2024-02-14 11:38:19 -08:00
this.tbpPhysician = new System.Windows.Forms.TabPage();
this.splcPhysician = new System.Windows.Forms.SplitContainer();
this.txtPhysicianID = new System.Windows.Forms.TextBox();
this.lblPhysicianID = new System.Windows.Forms.Label();
this.txtPhysicianLast = new System.Windows.Forms.TextBox();
this.txtPhysicianFirst = new System.Windows.Forms.TextBox();
this.btnPhysicianSearch = new System.Windows.Forms.Button();
this.dgvPhysician = new System.Windows.Forms.DataGridView();
this.Phys_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.namefirst = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.namelast = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.initialsmiddle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.state = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zipp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dobb = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numberphone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gennder = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Specialty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmuPhysician = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmuPhysicianNew = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPhysicianEdit = new System.Windows.Forms.ToolStripMenuItem();
this.cmuPhysicianDelete = new System.Windows.Forms.ToolStripMenuItem();
lblPatientFirst = new System.Windows.Forms.Label();
lblPatientLast = new System.Windows.Forms.Label();
lblPhysicianFirst = new System.Windows.Forms.Label();
lblPhysicianLast = new System.Windows.Forms.Label();
this.tbcInfo.SuspendLayout();
this.tbpPatient.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).BeginInit();
this.splcPatient.Panel1.SuspendLayout();
this.splcPatient.Panel2.SuspendLayout();
this.splcPatient.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPatient)).BeginInit();
this.cmuPatient.SuspendLayout();
2024-02-19 13:27:27 -08:00
this.tbpMedication.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).BeginInit();
this.splcPrescription.Panel1.SuspendLayout();
this.splcPrescription.Panel2.SuspendLayout();
this.splcPrescription.SuspendLayout();
2024-02-14 11:38:19 -08:00
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).BeginInit();
this.cmuRx.SuspendLayout();
this.tbpPhysician.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).BeginInit();
this.splcPhysician.Panel1.SuspendLayout();
this.splcPhysician.Panel2.SuspendLayout();
this.splcPhysician.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPhysician)).BeginInit();
this.cmuPhysician.SuspendLayout();
this.SuspendLayout();
//
// lblPatientFirst
//
lblPatientFirst.AutoSize = true;
2024-02-19 18:24:58 -08:00
lblPatientFirst.Location = new System.Drawing.Point(20, 28);
lblPatientFirst.Name = "lblPatientFirst";
2024-02-19 18:24:58 -08:00
lblPatientFirst.Size = new System.Drawing.Size(60, 13);
lblPatientFirst.TabIndex = 4;
lblPatientFirst.Text = "First Name:";
//
// lblPatientLast
//
lblPatientLast.AutoSize = true;
2024-02-19 18:24:58 -08:00
lblPatientLast.Location = new System.Drawing.Point(20, 69);
lblPatientLast.Name = "lblPatientLast";
2024-02-19 18:24:58 -08:00
lblPatientLast.Size = new System.Drawing.Size(61, 13);
lblPatientLast.TabIndex = 5;
lblPatientLast.Text = "Last Name:";
//
2024-02-12 08:26:33 -08:00
// lblPhysicianFirst
//
lblPhysicianFirst.AutoSize = true;
2024-02-19 18:24:58 -08:00
lblPhysicianFirst.Location = new System.Drawing.Point(24, 26);
2024-02-12 08:26:33 -08:00
lblPhysicianFirst.Name = "lblPhysicianFirst";
2024-02-19 18:24:58 -08:00
lblPhysicianFirst.Size = new System.Drawing.Size(60, 13);
2024-02-12 08:26:33 -08:00
lblPhysicianFirst.TabIndex = 4;
lblPhysicianFirst.Text = "First Name:";
//
// lblPhysicianLast
//
lblPhysicianLast.AutoSize = true;
2024-02-19 18:24:58 -08:00
lblPhysicianLast.Location = new System.Drawing.Point(23, 70);
2024-02-12 08:26:33 -08:00
lblPhysicianLast.Name = "lblPhysicianLast";
2024-02-19 18:24:58 -08:00
lblPhysicianLast.Size = new System.Drawing.Size(61, 13);
2024-02-12 08:26:33 -08:00
lblPhysicianLast.TabIndex = 5;
lblPhysicianLast.Text = "Last Name:";
//
// tbcInfo
//
this.tbcInfo.Controls.Add(this.tbpPatient);
2024-02-19 13:27:27 -08:00
this.tbcInfo.Controls.Add(this.tbpMedication);
this.tbcInfo.Controls.Add(this.tbpPhysician);
2024-02-19 18:24:58 -08:00
this.tbcInfo.Location = new System.Drawing.Point(12, 12);
this.tbcInfo.Name = "tbcInfo";
this.tbcInfo.SelectedIndex = 0;
2024-02-19 18:24:58 -08:00
this.tbcInfo.Size = new System.Drawing.Size(741, 510);
this.tbcInfo.TabIndex = 999999;
//
// tbpPatient
//
this.tbpPatient.Controls.Add(this.splcPatient);
2024-02-19 18:24:58 -08:00
this.tbpPatient.Location = new System.Drawing.Point(4, 22);
this.tbpPatient.Name = "tbpPatient";
2024-02-19 18:24:58 -08:00
this.tbpPatient.Size = new System.Drawing.Size(733, 484);
this.tbpPatient.TabIndex = 3;
2024-02-19 13:27:27 -08:00
this.tbpPatient.Text = "Patients";
this.tbpPatient.UseVisualStyleBackColor = true;
//
// splcPatient
//
this.splcPatient.Dock = System.Windows.Forms.DockStyle.Fill;
this.splcPatient.Location = new System.Drawing.Point(0, 0);
this.splcPatient.Name = "splcPatient";
this.splcPatient.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splcPatient.Panel1
//
this.splcPatient.Panel1.Controls.Add(this.txtPatientID);
this.splcPatient.Panel1.Controls.Add(this.lblPatientID);
this.splcPatient.Panel1.Controls.Add(lblPatientLast);
this.splcPatient.Panel1.Controls.Add(this.txtPatientLast);
this.splcPatient.Panel1.Controls.Add(lblPatientFirst);
this.splcPatient.Panel1.Controls.Add(this.txtPatientFirst);
this.splcPatient.Panel1.Controls.Add(this.btnPatientSearch);
this.splcPatient.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel1_Paint);
//
// splcPatient.Panel2
//
this.splcPatient.Panel2.AutoScroll = true;
this.splcPatient.Panel2.Controls.Add(this.dgvPatient);
2024-02-19 18:24:58 -08:00
this.splcPatient.Size = new System.Drawing.Size(733, 484);
this.splcPatient.SplitterDistance = 211;
this.splcPatient.TabIndex = 0;
//
2024-02-14 11:38:19 -08:00
// txtPatientID
//
2024-02-19 18:24:58 -08:00
this.txtPatientID.Location = new System.Drawing.Point(86, 109);
2024-02-14 11:38:19 -08:00
this.txtPatientID.Name = "txtPatientID";
2024-02-19 18:24:58 -08:00
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
this.txtPatientID.TabIndex = 3;
2024-02-14 11:38:19 -08:00
//
// lblPatientID
//
this.lblPatientID.AutoSize = true;
2024-02-19 18:24:58 -08:00
this.lblPatientID.Location = new System.Drawing.Point(23, 109);
2024-02-14 11:38:19 -08:00
this.lblPatientID.Name = "lblPatientID";
2024-02-19 18:24:58 -08:00
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
2024-02-14 11:38:19 -08:00
this.lblPatientID.TabIndex = 7;
this.lblPatientID.Text = "Patient ID:";
//
// txtPatientLast
//
2024-02-19 18:24:58 -08:00
this.txtPatientLast.Location = new System.Drawing.Point(87, 66);
this.txtPatientLast.Name = "txtPatientLast";
2024-02-19 18:24:58 -08:00
this.txtPatientLast.Size = new System.Drawing.Size(100, 20);
this.txtPatientLast.TabIndex = 2;
//
// txtPatientFirst
//
2024-02-19 18:24:58 -08:00
this.txtPatientFirst.Location = new System.Drawing.Point(86, 25);
this.txtPatientFirst.Name = "txtPatientFirst";
2024-02-19 18:24:58 -08:00
this.txtPatientFirst.Size = new System.Drawing.Size(100, 20);
this.txtPatientFirst.TabIndex = 1;
//
2024-02-06 08:46:50 -08:00
// btnPatientSearch
//
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
2024-02-19 18:24:58 -08:00
this.btnPatientSearch.Location = new System.Drawing.Point(23, 150);
2024-02-06 08:46:50 -08:00
this.btnPatientSearch.Name = "btnPatientSearch";
2024-02-19 18:24:58 -08:00
this.btnPatientSearch.Size = new System.Drawing.Size(75, 23);
2024-02-06 08:46:50 -08:00
this.btnPatientSearch.TabIndex = 4;
this.btnPatientSearch.Text = "Search";
this.btnPatientSearch.UseVisualStyleBackColor = false;
2024-02-14 15:21:17 -08:00
this.btnPatientSearch.Click += new System.EventHandler(this.btnPatientSearch_Click);
2024-02-06 08:46:50 -08:00
//
// dgvPatient
//
this.dgvPatient.AllowUserToAddRows = false;
this.dgvPatient.AllowUserToDeleteRows = false;
this.dgvPatient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-16 08:32:00 -08:00
this.dgvPatient.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.pat_id, this.FirstName, this.LastName, this.MiddleInitials, this.City, this.UsState, this.Zip, this.Ibs, this.Height_feet, this.Height_inches, this.Ailment, this.DOB, this.PhoneNumber, this.Gender, this.Medications });
this.dgvPatient.ContextMenuStrip = this.cmuPatient;
2024-02-15 09:04:26 -08:00
this.dgvPatient.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
2024-02-16 08:32:00 -08:00
this.dgvPatient.Location = new System.Drawing.Point(0, 0);
2024-02-15 09:04:26 -08:00
this.dgvPatient.MultiSelect = false;
this.dgvPatient.Name = "dgvPatient";
this.dgvPatient.ReadOnly = true;
this.dgvPatient.RowHeadersWidth = 51;
2024-02-15 09:04:26 -08:00
this.dgvPatient.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2024-02-19 18:24:58 -08:00
this.dgvPatient.Size = new System.Drawing.Size(733, 267);
this.dgvPatient.TabIndex = 0;
2024-02-16 07:12:36 -08:00
this.dgvPatient.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPatient_CellContentClick);
//
// pat_id
//
this.pat_id.DataPropertyName = "Patient_id";
this.pat_id.HeaderText = "Patient ID";
this.pat_id.MinimumWidth = 6;
this.pat_id.Name = "pat_id";
this.pat_id.ReadOnly = true;
this.pat_id.Width = 125;
//
// FirstName
//
this.FirstName.DataPropertyName = "FirstName";
this.FirstName.HeaderText = "First Name";
this.FirstName.MinimumWidth = 6;
this.FirstName.Name = "FirstName";
this.FirstName.ReadOnly = true;
this.FirstName.Width = 125;
//
// LastName
//
this.LastName.DataPropertyName = "LastName";
this.LastName.HeaderText = "Last Name";
this.LastName.MinimumWidth = 6;
this.LastName.Name = "LastName";
this.LastName.ReadOnly = true;
this.LastName.Width = 125;
//
// MiddleInitials
//
2024-02-19 10:11:10 -08:00
this.MiddleInitials.DataPropertyName = "MiddleIntials";
this.MiddleInitials.HeaderText = "Middle Initial";
this.MiddleInitials.MinimumWidth = 6;
this.MiddleInitials.Name = "MiddleInitials";
this.MiddleInitials.ReadOnly = true;
this.MiddleInitials.Width = 125;
//
// City
//
this.City.DataPropertyName = "City";
this.City.HeaderText = "City";
this.City.MinimumWidth = 6;
this.City.Name = "City";
this.City.ReadOnly = true;
this.City.Width = 125;
//
// UsState
//
this.UsState.DataPropertyName = "UsState";
this.UsState.HeaderText = "State";
this.UsState.MinimumWidth = 6;
this.UsState.Name = "UsState";
this.UsState.ReadOnly = true;
this.UsState.Width = 125;
//
// Zip
//
this.Zip.DataPropertyName = "Zip";
this.Zip.HeaderText = "Zip";
this.Zip.MinimumWidth = 6;
this.Zip.Name = "Zip";
this.Zip.ReadOnly = true;
this.Zip.Width = 125;
//
// Ibs
//
this.Ibs.DataPropertyName = "Ibs";
this.Ibs.HeaderText = "Weight";
this.Ibs.MinimumWidth = 6;
this.Ibs.Name = "Ibs";
this.Ibs.ReadOnly = true;
this.Ibs.Width = 125;
//
// Height_feet
//
this.Height_feet.DataPropertyName = "Height_feet";
this.Height_feet.HeaderText = "Height (Feet)";
this.Height_feet.MinimumWidth = 6;
this.Height_feet.Name = "Height_feet";
this.Height_feet.ReadOnly = true;
this.Height_feet.Width = 125;
//
// Height_inches
//
this.Height_inches.DataPropertyName = "Height_inches";
this.Height_inches.HeaderText = "Height (inches)";
this.Height_inches.MinimumWidth = 6;
this.Height_inches.Name = "Height_inches";
this.Height_inches.ReadOnly = true;
this.Height_inches.Width = 125;
//
// Ailment
//
this.Ailment.DataPropertyName = "Ailment";
this.Ailment.HeaderText = "Ailment";
this.Ailment.MinimumWidth = 6;
this.Ailment.Name = "Ailment";
this.Ailment.ReadOnly = true;
this.Ailment.Width = 125;
//
// DOB
//
this.DOB.DataPropertyName = "DOB";
dataGridViewCellStyle1.Format = "d";
dataGridViewCellStyle1.NullValue = null;
this.DOB.DefaultCellStyle = dataGridViewCellStyle1;
this.DOB.HeaderText = "DOB";
this.DOB.MinimumWidth = 6;
this.DOB.Name = "DOB";
this.DOB.ReadOnly = true;
this.DOB.Width = 125;
//
// PhoneNumber
//
this.PhoneNumber.DataPropertyName = "PhoneNumber";
this.PhoneNumber.HeaderText = "Phone Number";
this.PhoneNumber.MinimumWidth = 6;
this.PhoneNumber.Name = "PhoneNumber";
this.PhoneNumber.ReadOnly = true;
this.PhoneNumber.Width = 125;
//
// Gender
//
this.Gender.DataPropertyName = "Gender";
this.Gender.HeaderText = "Gender";
this.Gender.MinimumWidth = 6;
this.Gender.Name = "Gender";
this.Gender.ReadOnly = true;
this.Gender.Width = 125;
//
// Medications
//
this.Medications.DataPropertyName = "Medications";
this.Medications.HeaderText = "Medications";
this.Medications.MinimumWidth = 6;
this.Medications.Name = "Medications";
this.Medications.ReadOnly = true;
this.Medications.Width = 125;
//
// cmuPatient
//
this.cmuPatient.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-16 08:32:00 -08:00
this.cmuPatient.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuPatientNew, this.cmuPatientEdit, this.cmuPatientDelete });
this.cmuPatient.Name = "contextMenuStrip1";
2024-02-19 18:24:58 -08:00
this.cmuPatient.Size = new System.Drawing.Size(108, 70);
//
// cmuPatientNew
//
this.cmuPatientNew.Name = "cmuPatientNew";
2024-02-19 18:24:58 -08:00
this.cmuPatientNew.Size = new System.Drawing.Size(107, 22);
this.cmuPatientNew.Text = "New";
this.cmuPatientNew.Click += new System.EventHandler(this.cmuPatientNew_Click);
//
// cmuPatientEdit
//
this.cmuPatientEdit.Name = "cmuPatientEdit";
2024-02-19 18:24:58 -08:00
this.cmuPatientEdit.Size = new System.Drawing.Size(107, 22);
this.cmuPatientEdit.Text = "Edit";
this.cmuPatientEdit.Click += new System.EventHandler(this.cmuPatientEdit_Click);
//
// cmuPatientDelete
//
this.cmuPatientDelete.Name = "cmuPatientDelete";
2024-02-19 18:24:58 -08:00
this.cmuPatientDelete.Size = new System.Drawing.Size(107, 22);
this.cmuPatientDelete.Text = "Delete";
this.cmuPatientDelete.Click += new System.EventHandler(this.cmuPatientDelete_Click);
//
2024-02-19 13:27:27 -08:00
// tbpMedication
//
2024-02-19 13:27:27 -08:00
this.tbpMedication.Controls.Add(this.splcPrescription);
2024-02-19 18:24:58 -08:00
this.tbpMedication.Location = new System.Drawing.Point(4, 22);
2024-02-19 13:27:27 -08:00
this.tbpMedication.Name = "tbpMedication";
2024-02-19 18:24:58 -08:00
this.tbpMedication.Size = new System.Drawing.Size(733, 484);
2024-02-19 13:27:27 -08:00
this.tbpMedication.TabIndex = 4;
this.tbpMedication.Text = "Medications";
this.tbpMedication.UseVisualStyleBackColor = true;
//
// splcPrescription
//
this.splcPrescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.splcPrescription.Location = new System.Drawing.Point(0, 0);
this.splcPrescription.Name = "splcPrescription";
this.splcPrescription.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splcPrescription.Panel1
//
2024-02-19 13:27:27 -08:00
this.splcPrescription.Panel1.Controls.Add(this.btnMedicationSearch);
this.splcPrescription.Panel1.Controls.Add(this.txtPrescriptionPatID);
this.splcPrescription.Panel1.Controls.Add(this.txtRxNumber);
this.splcPrescription.Panel1.Controls.Add(this.lblPrescriptionPatID);
2024-02-19 13:27:27 -08:00
this.splcPrescription.Panel1.Controls.Add(this.lblDisMedicationNum);
//
// splcPrescription.Panel2
//
this.splcPrescription.Panel2.Controls.Add(this.dgvPrescription);
2024-02-19 18:24:58 -08:00
this.splcPrescription.Size = new System.Drawing.Size(733, 484);
this.splcPrescription.SplitterDistance = 242;
this.splcPrescription.TabIndex = 0;
//
2024-02-19 13:27:27 -08:00
// btnMedicationSearch
2024-02-06 08:46:50 -08:00
//
2024-02-19 18:24:58 -08:00
this.btnMedicationSearch.Location = new System.Drawing.Point(64, 117);
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch.Name = "btnMedicationSearch";
2024-02-19 18:24:58 -08:00
this.btnMedicationSearch.Size = new System.Drawing.Size(75, 23);
2024-02-19 13:27:27 -08:00
this.btnMedicationSearch.TabIndex = 4;
this.btnMedicationSearch.Text = "Search";
this.btnMedicationSearch.UseVisualStyleBackColor = true;
this.btnMedicationSearch.Click += new System.EventHandler(this.btnPrescriptionSearch_Click);
2024-02-06 08:46:50 -08:00
//
// txtPrescriptionPatID
2024-02-06 08:46:50 -08:00
//
2024-02-19 18:24:58 -08:00
this.txtPrescriptionPatID.Location = new System.Drawing.Point(184, 74);
this.txtPrescriptionPatID.Name = "txtPrescriptionPatID";
2024-02-19 18:24:58 -08:00
this.txtPrescriptionPatID.Size = new System.Drawing.Size(100, 20);
this.txtPrescriptionPatID.TabIndex = 3;
2024-02-06 08:46:50 -08:00
//
// txtRxNumber
//
2024-02-19 18:24:58 -08:00
this.txtRxNumber.Location = new System.Drawing.Point(184, 51);
2024-02-06 08:46:50 -08:00
this.txtRxNumber.Name = "txtRxNumber";
2024-02-19 18:24:58 -08:00
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
2024-02-06 08:46:50 -08:00
this.txtRxNumber.TabIndex = 2;
//
// lblPrescriptionPatID
2024-02-06 08:46:50 -08:00
//
this.lblPrescriptionPatID.AutoSize = true;
2024-02-19 18:24:58 -08:00
this.lblPrescriptionPatID.Location = new System.Drawing.Point(61, 74);
this.lblPrescriptionPatID.Name = "lblPrescriptionPatID";
2024-02-19 18:24:58 -08:00
this.lblPrescriptionPatID.Size = new System.Drawing.Size(93, 13);
this.lblPrescriptionPatID.TabIndex = 1;
2024-02-19 18:24:58 -08:00
this.lblPrescriptionPatID.Text = "Medication Name:";
2024-02-06 08:46:50 -08:00
//
2024-02-19 13:27:27 -08:00
// lblDisMedicationNum
2024-02-06 08:46:50 -08:00
//
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.AutoSize = true;
2024-02-19 18:24:58 -08:00
this.lblDisMedicationNum.Location = new System.Drawing.Point(61, 51);
this.lblDisMedicationNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.Name = "lblDisMedicationNum";
2024-02-19 18:24:58 -08:00
this.lblDisMedicationNum.Size = new System.Drawing.Size(76, 13);
2024-02-19 13:27:27 -08:00
this.lblDisMedicationNum.TabIndex = 0;
2024-02-19 18:24:58 -08:00
this.lblDisMedicationNum.Text = "Medication ID:";
this.lblDisMedicationNum.Click += new System.EventHandler(this.lblDisMedicationNum_Click);
2024-02-06 08:46:50 -08:00
//
2024-02-14 11:38:19 -08:00
// dgvPrescription
//
this.dgvPrescription.AllowUserToAddRows = false;
this.dgvPrescription.AllowUserToDeleteRows = false;
this.dgvPrescription.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-19 18:24:58 -08:00
this.dgvPrescription.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Medication_id, this.MedicationName, this.IntakeMethod, this.Frequency, this.Dosage, this.Purpose, this.RxNum });
this.dgvPrescription.ContextMenuStrip = this.cmuRx;
2024-02-19 18:24:58 -08:00
this.dgvPrescription.Location = new System.Drawing.Point(3, 3);
2024-02-14 11:38:19 -08:00
this.dgvPrescription.Name = "dgvPrescription";
2024-02-19 18:24:58 -08:00
this.dgvPrescription.ReadOnly = true;
this.dgvPrescription.RowHeadersWidth = 51;
2024-02-19 13:27:27 -08:00
this.dgvPrescription.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2024-02-19 18:24:58 -08:00
this.dgvPrescription.Size = new System.Drawing.Size(730, 237);
2024-02-14 11:38:19 -08:00
this.dgvPrescription.TabIndex = 0;
//
2024-02-19 18:24:58 -08:00
// Medication_id
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Medication_id.DataPropertyName = "Medication_id";
this.Medication_id.HeaderText = "Medication ID";
this.Medication_id.Name = "Medication_id";
this.Medication_id.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// MedicationName
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.MedicationName.DataPropertyName = "MedicationName";
this.MedicationName.HeaderText = "Name";
this.MedicationName.Name = "MedicationName";
this.MedicationName.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// IntakeMethod
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.IntakeMethod.DataPropertyName = "IntakeMethod";
this.IntakeMethod.HeaderText = "Intake Method";
this.IntakeMethod.Name = "IntakeMethod";
this.IntakeMethod.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Frequency
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Frequency.DataPropertyName = "Frequency";
this.Frequency.HeaderText = "Frequency";
this.Frequency.Name = "Frequency";
this.Frequency.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Dosage
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Dosage.DataPropertyName = "Dosage";
this.Dosage.HeaderText = "Dosage";
this.Dosage.Name = "Dosage";
this.Dosage.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// Purpose
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.Purpose.DataPropertyName = "Purpose";
this.Purpose.HeaderText = "Purpose";
this.Purpose.Name = "Purpose";
this.Purpose.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
// RxNum
2024-02-14 11:38:19 -08:00
//
2024-02-19 18:24:58 -08:00
this.RxNum.DataPropertyName = "RxNum";
this.RxNum.HeaderText = "Rx Number";
this.RxNum.Name = "RxNum";
this.RxNum.ReadOnly = true;
2024-02-14 11:38:19 -08:00
//
// cmuRx
//
this.cmuRx.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-16 08:32:00 -08:00
this.cmuRx.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuRxNew, this.cmuRxEdit, this.cmuRxDelete });
this.cmuRx.Name = "cmuRx";
2024-02-19 18:24:58 -08:00
this.cmuRx.Size = new System.Drawing.Size(153, 92);
//
// cmuRxNew
//
this.cmuRxNew.Name = "cmuRxNew";
2024-02-19 18:24:58 -08:00
this.cmuRxNew.Size = new System.Drawing.Size(152, 22);
this.cmuRxNew.Text = "New";
2024-02-19 13:27:27 -08:00
this.cmuRxNew.Click += new System.EventHandler(this.cmuRxNew_Click);
//
// cmuRxEdit
//
this.cmuRxEdit.Name = "cmuRxEdit";
2024-02-19 18:24:58 -08:00
this.cmuRxEdit.Size = new System.Drawing.Size(152, 22);
this.cmuRxEdit.Text = "Edit";
2024-02-19 13:27:27 -08:00
this.cmuRxEdit.Click += new System.EventHandler(this.cmuRxEdit_Click);
//
// cmuRxDelete
//
this.cmuRxDelete.Name = "cmuRxDelete";
2024-02-19 18:24:58 -08:00
this.cmuRxDelete.Size = new System.Drawing.Size(152, 22);
this.cmuRxDelete.Text = "Delete";
2024-02-19 13:27:27 -08:00
this.cmuRxDelete.Click += new System.EventHandler(this.cmuRxDelete_Click);
//
// tbpPhysician
//
this.tbpPhysician.Controls.Add(this.splcPhysician);
2024-02-19 18:24:58 -08:00
this.tbpPhysician.Location = new System.Drawing.Point(4, 22);
this.tbpPhysician.Name = "tbpPhysician";
2024-02-19 18:24:58 -08:00
this.tbpPhysician.Padding = new System.Windows.Forms.Padding(3);
this.tbpPhysician.Size = new System.Drawing.Size(733, 484);
this.tbpPhysician.TabIndex = 2;
2024-02-19 13:27:27 -08:00
this.tbpPhysician.Text = "Physicians";
this.tbpPhysician.UseVisualStyleBackColor = true;
//
// splcPhysician
//
this.splcPhysician.Dock = System.Windows.Forms.DockStyle.Fill;
2024-02-19 18:24:58 -08:00
this.splcPhysician.Location = new System.Drawing.Point(3, 3);
this.splcPhysician.Name = "splcPhysician";
this.splcPhysician.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splcPhysician.Panel1
//
this.splcPhysician.Panel1.AutoScroll = true;
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianID);
this.splcPhysician.Panel1.Controls.Add(this.lblPhysicianID);
this.splcPhysician.Panel1.Controls.Add(lblPhysicianLast);
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianLast);
this.splcPhysician.Panel1.Controls.Add(lblPhysicianFirst);
this.splcPhysician.Panel1.Controls.Add(this.txtPhysicianFirst);
this.splcPhysician.Panel1.Controls.Add(this.btnPhysicianSearch);
this.splcPhysician.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
// splcPhysician.Panel2
//
this.splcPhysician.Panel2.AutoScroll = true;
this.splcPhysician.Panel2.Controls.Add(this.dgvPhysician);
2024-02-19 18:24:58 -08:00
this.splcPhysician.Size = new System.Drawing.Size(727, 478);
this.splcPhysician.SplitterDistance = 210;
this.splcPhysician.TabIndex = 0;
//
2024-02-14 11:38:19 -08:00
// txtPhysicianID
//
2024-02-19 18:24:58 -08:00
this.txtPhysicianID.Location = new System.Drawing.Point(99, 111);
2024-02-14 11:38:19 -08:00
this.txtPhysicianID.Name = "txtPhysicianID";
2024-02-19 18:24:58 -08:00
this.txtPhysicianID.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianID.TabIndex = 3;
2024-02-14 11:38:19 -08:00
//
// lblPhysicianID
//
this.lblPhysicianID.AutoSize = true;
2024-02-19 18:24:58 -08:00
this.lblPhysicianID.Location = new System.Drawing.Point(24, 111);
2024-02-14 11:38:19 -08:00
this.lblPhysicianID.Name = "lblPhysicianID";
2024-02-19 18:24:58 -08:00
this.lblPhysicianID.Size = new System.Drawing.Size(69, 13);
2024-02-14 11:38:19 -08:00
this.lblPhysicianID.TabIndex = 7;
this.lblPhysicianID.Text = "Physician ID:";
//
2024-02-12 08:26:33 -08:00
// txtPhysicianLast
//
2024-02-19 18:24:58 -08:00
this.txtPhysicianLast.Location = new System.Drawing.Point(99, 67);
2024-02-12 08:26:33 -08:00
this.txtPhysicianLast.Name = "txtPhysicianLast";
2024-02-19 18:24:58 -08:00
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianLast.TabIndex = 2;
//
// txtPhysicianFirst
//
2024-02-19 18:24:58 -08:00
this.txtPhysicianFirst.Location = new System.Drawing.Point(99, 23);
this.txtPhysicianFirst.Name = "txtPhysicianFirst";
2024-02-19 18:24:58 -08:00
this.txtPhysicianFirst.Size = new System.Drawing.Size(100, 20);
this.txtPhysicianFirst.TabIndex = 1;
//
2024-02-12 08:26:33 -08:00
// btnPhysicianSearch
//
2024-02-19 18:24:58 -08:00
this.btnPhysicianSearch.Location = new System.Drawing.Point(45, 146);
2024-02-12 08:26:33 -08:00
this.btnPhysicianSearch.Name = "btnPhysicianSearch";
2024-02-19 18:24:58 -08:00
this.btnPhysicianSearch.Size = new System.Drawing.Size(75, 23);
2024-02-12 08:26:33 -08:00
this.btnPhysicianSearch.TabIndex = 4;
this.btnPhysicianSearch.Text = "Search";
this.btnPhysicianSearch.UseVisualStyleBackColor = true;
2024-02-14 16:43:07 -08:00
this.btnPhysicianSearch.Click += new System.EventHandler(this.btnPhysicianSearch_Click);
//
// dgvPhysician
//
this.dgvPhysician.AllowUserToAddRows = false;
this.dgvPhysician.AllowUserToDeleteRows = false;
this.dgvPhysician.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-02-16 08:32:00 -08:00
this.dgvPhysician.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Phys_id, this.namefirst, this.namelast, this.initialsmiddle, this.cit, this.state, this.zipp, this.dobb, this.numberphone, this.gennder, this.Specialty });
this.dgvPhysician.ContextMenuStrip = this.cmuPhysician;
2024-02-19 10:11:10 -08:00
this.dgvPhysician.Location = new System.Drawing.Point(0, 0);
this.dgvPhysician.Name = "dgvPhysician";
this.dgvPhysician.ReadOnly = true;
this.dgvPhysician.RowHeadersWidth = 51;
2024-02-19 07:47:16 -08:00
this.dgvPhysician.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2024-02-19 18:24:58 -08:00
this.dgvPhysician.Size = new System.Drawing.Size(727, 263);
this.dgvPhysician.TabIndex = 0;
2024-02-19 10:11:10 -08:00
this.dgvPhysician.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPhysician_CellContentClick_1);
//
// Phys_id
//
this.Phys_id.DataPropertyName = "Physician_id";
this.Phys_id.HeaderText = "Physician ID";
this.Phys_id.MinimumWidth = 6;
this.Phys_id.Name = "Phys_id";
this.Phys_id.ReadOnly = true;
this.Phys_id.Width = 125;
//
// namefirst
//
this.namefirst.DataPropertyName = "FirstName";
this.namefirst.HeaderText = "First Name";
this.namefirst.MinimumWidth = 6;
this.namefirst.Name = "namefirst";
this.namefirst.ReadOnly = true;
this.namefirst.Width = 125;
//
// namelast
//
this.namelast.DataPropertyName = "LastName";
this.namelast.HeaderText = "Last Name";
this.namelast.MinimumWidth = 6;
this.namelast.Name = "namelast";
this.namelast.ReadOnly = true;
this.namelast.Width = 125;
//
// initialsmiddle
//
2024-02-19 10:11:10 -08:00
this.initialsmiddle.DataPropertyName = "MiddleIntials";
this.initialsmiddle.HeaderText = "Middle Initial";
this.initialsmiddle.MinimumWidth = 6;
this.initialsmiddle.Name = "initialsmiddle";
this.initialsmiddle.ReadOnly = true;
this.initialsmiddle.Width = 125;
//
// cit
//
this.cit.DataPropertyName = "City";
this.cit.HeaderText = "City";
this.cit.MinimumWidth = 6;
this.cit.Name = "cit";
this.cit.ReadOnly = true;
this.cit.Width = 125;
//
// state
//
this.state.DataPropertyName = "UsState";
this.state.HeaderText = "State";
this.state.MinimumWidth = 6;
this.state.Name = "state";
this.state.ReadOnly = true;
this.state.Width = 125;
//
// zipp
//
this.zipp.DataPropertyName = "Zip";
this.zipp.HeaderText = "Zip";
this.zipp.MinimumWidth = 6;
this.zipp.Name = "zipp";
this.zipp.ReadOnly = true;
this.zipp.Width = 125;
//
// dobb
//
this.dobb.DataPropertyName = "DOB";
dataGridViewCellStyle2.Format = "d";
dataGridViewCellStyle2.NullValue = null;
this.dobb.DefaultCellStyle = dataGridViewCellStyle2;
this.dobb.HeaderText = "DOB";
this.dobb.MinimumWidth = 6;
this.dobb.Name = "dobb";
this.dobb.ReadOnly = true;
this.dobb.Width = 125;
//
// numberphone
//
this.numberphone.DataPropertyName = "PhoneNumber";
this.numberphone.HeaderText = "Phone Number";
this.numberphone.MinimumWidth = 6;
this.numberphone.Name = "numberphone";
this.numberphone.ReadOnly = true;
this.numberphone.Width = 125;
//
// gennder
//
this.gennder.DataPropertyName = "Gender";
this.gennder.HeaderText = "Gender";
this.gennder.MinimumWidth = 6;
this.gennder.Name = "gennder";
this.gennder.ReadOnly = true;
this.gennder.Width = 125;
//
// Specialty
//
this.Specialty.DataPropertyName = "Specialty";
this.Specialty.HeaderText = "Specialty";
this.Specialty.MinimumWidth = 6;
this.Specialty.Name = "Specialty";
this.Specialty.ReadOnly = true;
this.Specialty.Width = 125;
//
// cmuPhysician
//
this.cmuPhysician.ImageScalingSize = new System.Drawing.Size(20, 20);
2024-02-16 08:32:00 -08:00
this.cmuPhysician.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cmuPhysicianNew, this.cmuPhysicianEdit, this.cmuPhysicianDelete });
this.cmuPhysician.Name = "cmuPhysician";
2024-02-19 18:24:58 -08:00
this.cmuPhysician.Size = new System.Drawing.Size(108, 70);
//
// cmuPhysicianNew
//
this.cmuPhysicianNew.Name = "cmuPhysicianNew";
2024-02-19 18:24:58 -08:00
this.cmuPhysicianNew.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianNew.Text = "New";
2024-02-16 17:13:30 -08:00
this.cmuPhysicianNew.Click += new System.EventHandler(this.cmuPhysicianNew_Click);
//
// cmuPhysicianEdit
//
this.cmuPhysicianEdit.Name = "cmuPhysicianEdit";
2024-02-19 18:24:58 -08:00
this.cmuPhysicianEdit.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianEdit.Text = "Edit";
2024-02-16 17:13:30 -08:00
this.cmuPhysicianEdit.Click += new System.EventHandler(this.cmuPhysicianEdit_Click);
//
// cmuPhysicianDelete
//
this.cmuPhysicianDelete.Name = "cmuPhysicianDelete";
2024-02-19 18:24:58 -08:00
this.cmuPhysicianDelete.Size = new System.Drawing.Size(107, 22);
this.cmuPhysicianDelete.Text = "Delete";
2024-02-19 10:11:10 -08:00
this.cmuPhysicianDelete.Click += new System.EventHandler(this.cmuPhysicianDelete_Click);
//
// frmInfo
//
2024-02-19 18:24:58 -08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2024-01-31 09:05:11 -08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-02-19 18:24:58 -08:00
this.ClientSize = new System.Drawing.Size(777, 575);
this.Controls.Add(this.tbcInfo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2024-02-19 18:24:58 -08:00
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmInfo";
this.Text = "Louis\' Pharmacy - View Patient / Prescription Info";
this.Load += new System.EventHandler(this.frmInfo_Load);
this.tbcInfo.ResumeLayout(false);
this.tbpPatient.ResumeLayout(false);
this.splcPatient.Panel1.ResumeLayout(false);
this.splcPatient.Panel1.PerformLayout();
this.splcPatient.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPatient)).EndInit();
this.splcPatient.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPatient)).EndInit();
this.cmuPatient.ResumeLayout(false);
2024-02-19 13:27:27 -08:00
this.tbpMedication.ResumeLayout(false);
this.splcPrescription.Panel1.ResumeLayout(false);
this.splcPrescription.Panel1.PerformLayout();
this.splcPrescription.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).EndInit();
this.splcPrescription.ResumeLayout(false);
2024-02-14 11:38:19 -08:00
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).EndInit();
this.cmuRx.ResumeLayout(false);
this.tbpPhysician.ResumeLayout(false);
this.splcPhysician.Panel1.ResumeLayout(false);
this.splcPhysician.Panel1.PerformLayout();
this.splcPhysician.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splcPhysician)).EndInit();
this.splcPhysician.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPhysician)).EndInit();
this.cmuPhysician.ResumeLayout(false);
this.ResumeLayout(false);
2024-01-31 09:05:11 -08:00
}
2024-02-19 18:24:58 -08:00
private System.Windows.Forms.DataGridViewTextBoxColumn MedicationName;
private System.Windows.Forms.DataGridViewTextBoxColumn IntakeMethod;
private System.Windows.Forms.DataGridViewTextBoxColumn Frequency;
private System.Windows.Forms.DataGridViewTextBoxColumn Dosage;
private System.Windows.Forms.DataGridViewTextBoxColumn Purpose;
private System.Windows.Forms.DataGridViewTextBoxColumn RxNum;
private System.Windows.Forms.ContextMenuStrip cmuPatient;
private System.Windows.Forms.ContextMenuStrip cmuRx;
private System.Windows.Forms.ToolStripMenuItem cmuRxNew;
private System.Windows.Forms.ToolStripMenuItem cmuRxEdit;
private System.Windows.Forms.ToolStripMenuItem cmuRxDelete;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianNew;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianEdit;
private System.Windows.Forms.ToolStripMenuItem cmuPhysicianDelete;
private System.Windows.Forms.ContextMenuStrip cmuPhysician;
private System.Windows.Forms.ToolStripMenuItem cmuPatientEdit;
private System.Windows.Forms.ToolStripMenuItem cmuPatientDelete;
private System.Windows.Forms.ToolStripMenuItem cmuPatientNew;
2024-01-31 09:05:11 -08:00
#endregion
private System.Windows.Forms.TabControl tbcInfo;
private System.Windows.Forms.TabPage tbpPhysician;
private System.Windows.Forms.SplitContainer splcPhysician;
private System.Windows.Forms.TabPage tbpPatient;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.TabPage tbpMedication;
private System.Windows.Forms.SplitContainer splcPatient;
private System.Windows.Forms.SplitContainer splcPrescription;
private System.Windows.Forms.Button btnPatientSearch;
2024-02-19 18:24:58 -08:00
public System.Windows.Forms.TextBox txtRxNumber;
private System.Windows.Forms.Label lblPrescriptionPatID;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.Label lblDisMedicationNum;
private System.Windows.Forms.TextBox txtPrescriptionPatID;
2024-02-19 13:27:27 -08:00
private System.Windows.Forms.Button btnMedicationSearch;
private System.Windows.Forms.Button btnPhysicianSearch;
private System.Windows.Forms.TextBox txtPatientLast;
private System.Windows.Forms.TextBox txtPatientFirst;
2024-02-16 07:12:36 -08:00
public System.Windows.Forms.DataGridView dgvPatient;
private System.Windows.Forms.TextBox txtPhysicianLast;
private System.Windows.Forms.TextBox txtPhysicianFirst;
private System.Windows.Forms.DataGridView dgvPhysician;
private System.Windows.Forms.DataGridView dgvPrescription;
private System.Windows.Forms.DataGridViewTextBoxColumn pat_id;
private System.Windows.Forms.DataGridViewTextBoxColumn FirstName;
private System.Windows.Forms.DataGridViewTextBoxColumn LastName;
private System.Windows.Forms.DataGridViewTextBoxColumn MiddleInitials;
private System.Windows.Forms.DataGridViewTextBoxColumn City;
private System.Windows.Forms.DataGridViewTextBoxColumn UsState;
private System.Windows.Forms.DataGridViewTextBoxColumn Zip;
private System.Windows.Forms.DataGridViewTextBoxColumn Ibs;
private System.Windows.Forms.DataGridViewTextBoxColumn Height_feet;
private System.Windows.Forms.DataGridViewTextBoxColumn Height_inches;
private System.Windows.Forms.DataGridViewTextBoxColumn Ailment;
private System.Windows.Forms.DataGridViewTextBoxColumn DOB;
private System.Windows.Forms.DataGridViewTextBoxColumn PhoneNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Gender;
private System.Windows.Forms.DataGridViewTextBoxColumn Medications;
private System.Windows.Forms.DataGridViewTextBoxColumn Medication_id;
private System.Windows.Forms.DataGridViewTextBoxColumn Phys_id;
private System.Windows.Forms.DataGridViewTextBoxColumn namefirst;
private System.Windows.Forms.DataGridViewTextBoxColumn namelast;
private System.Windows.Forms.DataGridViewTextBoxColumn initialsmiddle;
private System.Windows.Forms.DataGridViewTextBoxColumn cit;
private System.Windows.Forms.DataGridViewTextBoxColumn state;
private System.Windows.Forms.DataGridViewTextBoxColumn zipp;
private System.Windows.Forms.DataGridViewTextBoxColumn dobb;
private System.Windows.Forms.DataGridViewTextBoxColumn numberphone;
private System.Windows.Forms.DataGridViewTextBoxColumn gennder;
private System.Windows.Forms.DataGridViewTextBoxColumn Specialty;
public System.Windows.Forms.TextBox txtPhysicianID;
private System.Windows.Forms.Label lblPhysicianID;
public System.Windows.Forms.TextBox txtPatientID;
private System.Windows.Forms.Label lblPatientID;
2024-01-31 09:05:11 -08:00
}
}