1206 lines
59 KiB
C#
1206 lines
59 KiB
C#
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
partial class frmInfo
|
|
{
|
|
/// <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;
|
|
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();
|
|
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();
|
|
this.tbpMedication = new System.Windows.Forms.TabPage();
|
|
this.splcPrescription = new System.Windows.Forms.SplitContainer();
|
|
this.btnMedicationSearch = new System.Windows.Forms.Button();
|
|
this.txtPrescriptionPatID = new System.Windows.Forms.TextBox();
|
|
this.txtRxNumber = new System.Windows.Forms.TextBox();
|
|
this.lblPrescriptionPatID = new System.Windows.Forms.Label();
|
|
this.lblDisMedicationNum = new System.Windows.Forms.Label();
|
|
this.dgvPrescription = new System.Windows.Forms.DataGridView();
|
|
this.Medication_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
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.cmuMedication = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.cmuMedicationNew = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuMedicationEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuMedicationDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|
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();
|
|
this.tbcInfoPrescriptions = new System.Windows.Forms.TabPage();
|
|
this.txtRxPatientID = new System.Windows.Forms.TextBox();
|
|
this.txtRxMedicationID = new System.Windows.Forms.TextBox();
|
|
this.txtRxPhysicianID = new System.Windows.Forms.TextBox();
|
|
this.txtRxPrescriptionID = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnRxSearch = new System.Windows.Forms.Button();
|
|
this.dgvRx = new System.Windows.Forms.DataGridView();
|
|
this.cmuPrescription = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.cmuPrescriptionNew = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuPrescriptionEdit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuPrescriptionDelete = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuPrescriptionRefillThis = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmuPrescriptionViewRefills = 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();
|
|
this.tbpMedication.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splcPrescription)).BeginInit();
|
|
this.splcPrescription.Panel1.SuspendLayout();
|
|
this.splcPrescription.Panel2.SuspendLayout();
|
|
this.splcPrescription.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).BeginInit();
|
|
this.cmuMedication.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.tbcInfoPrescriptions.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRx)).BeginInit();
|
|
this.cmuPrescription.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblPatientFirst
|
|
//
|
|
lblPatientFirst.AutoSize = true;
|
|
lblPatientFirst.Location = new System.Drawing.Point(20, 28);
|
|
lblPatientFirst.Name = "lblPatientFirst";
|
|
lblPatientFirst.Size = new System.Drawing.Size(60, 13);
|
|
lblPatientFirst.TabIndex = 4;
|
|
lblPatientFirst.Text = "First Name:";
|
|
//
|
|
// lblPatientLast
|
|
//
|
|
lblPatientLast.AutoSize = true;
|
|
lblPatientLast.Location = new System.Drawing.Point(20, 69);
|
|
lblPatientLast.Name = "lblPatientLast";
|
|
lblPatientLast.Size = new System.Drawing.Size(61, 13);
|
|
lblPatientLast.TabIndex = 5;
|
|
lblPatientLast.Text = "Last Name:";
|
|
//
|
|
// lblPhysicianFirst
|
|
//
|
|
lblPhysicianFirst.AutoSize = true;
|
|
lblPhysicianFirst.Location = new System.Drawing.Point(24, 26);
|
|
lblPhysicianFirst.Name = "lblPhysicianFirst";
|
|
lblPhysicianFirst.Size = new System.Drawing.Size(60, 13);
|
|
lblPhysicianFirst.TabIndex = 4;
|
|
lblPhysicianFirst.Text = "First Name:";
|
|
//
|
|
// lblPhysicianLast
|
|
//
|
|
lblPhysicianLast.AutoSize = true;
|
|
lblPhysicianLast.Location = new System.Drawing.Point(23, 70);
|
|
lblPhysicianLast.Name = "lblPhysicianLast";
|
|
lblPhysicianLast.Size = new System.Drawing.Size(61, 13);
|
|
lblPhysicianLast.TabIndex = 5;
|
|
lblPhysicianLast.Text = "Last Name:";
|
|
//
|
|
// tbcInfo
|
|
//
|
|
this.tbcInfo.Controls.Add(this.tbpPatient);
|
|
this.tbcInfo.Controls.Add(this.tbpMedication);
|
|
this.tbcInfo.Controls.Add(this.tbpPhysician);
|
|
this.tbcInfo.Controls.Add(this.tbcInfoPrescriptions);
|
|
this.tbcInfo.Location = new System.Drawing.Point(12, 12);
|
|
this.tbcInfo.Name = "tbcInfo";
|
|
this.tbcInfo.SelectedIndex = 0;
|
|
this.tbcInfo.Size = new System.Drawing.Size(741, 510);
|
|
this.tbcInfo.TabIndex = 999999;
|
|
//
|
|
// tbpPatient
|
|
//
|
|
this.tbpPatient.Controls.Add(this.splcPatient);
|
|
this.tbpPatient.Location = new System.Drawing.Point(4, 22);
|
|
this.tbpPatient.Name = "tbpPatient";
|
|
this.tbpPatient.Size = new System.Drawing.Size(733, 484);
|
|
this.tbpPatient.TabIndex = 3;
|
|
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);
|
|
this.splcPatient.Size = new System.Drawing.Size(733, 484);
|
|
this.splcPatient.SplitterDistance = 210;
|
|
this.splcPatient.TabIndex = 0;
|
|
//
|
|
// txtPatientID
|
|
//
|
|
this.txtPatientID.Location = new System.Drawing.Point(86, 109);
|
|
this.txtPatientID.Name = "txtPatientID";
|
|
this.txtPatientID.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPatientID.TabIndex = 3;
|
|
//
|
|
// lblPatientID
|
|
//
|
|
this.lblPatientID.AutoSize = true;
|
|
this.lblPatientID.Location = new System.Drawing.Point(23, 109);
|
|
this.lblPatientID.Name = "lblPatientID";
|
|
this.lblPatientID.Size = new System.Drawing.Size(57, 13);
|
|
this.lblPatientID.TabIndex = 7;
|
|
this.lblPatientID.Text = "Patient ID:";
|
|
//
|
|
// txtPatientLast
|
|
//
|
|
this.txtPatientLast.Location = new System.Drawing.Point(87, 66);
|
|
this.txtPatientLast.Name = "txtPatientLast";
|
|
this.txtPatientLast.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPatientLast.TabIndex = 2;
|
|
//
|
|
// txtPatientFirst
|
|
//
|
|
this.txtPatientFirst.Location = new System.Drawing.Point(86, 25);
|
|
this.txtPatientFirst.Name = "txtPatientFirst";
|
|
this.txtPatientFirst.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPatientFirst.TabIndex = 1;
|
|
//
|
|
// btnPatientSearch
|
|
//
|
|
this.btnPatientSearch.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnPatientSearch.Location = new System.Drawing.Point(23, 150);
|
|
this.btnPatientSearch.Name = "btnPatientSearch";
|
|
this.btnPatientSearch.Size = new System.Drawing.Size(75, 23);
|
|
this.btnPatientSearch.TabIndex = 4;
|
|
this.btnPatientSearch.Text = "Search";
|
|
this.btnPatientSearch.UseVisualStyleBackColor = false;
|
|
this.btnPatientSearch.Click += new System.EventHandler(this.btnPatientSearch_Click);
|
|
//
|
|
// dgvPatient
|
|
//
|
|
this.dgvPatient.AllowUserToAddRows = false;
|
|
this.dgvPatient.AllowUserToDeleteRows = false;
|
|
this.dgvPatient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
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;
|
|
this.dgvPatient.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.dgvPatient.Location = new System.Drawing.Point(0, 0);
|
|
this.dgvPatient.MultiSelect = false;
|
|
this.dgvPatient.Name = "dgvPatient";
|
|
this.dgvPatient.ReadOnly = true;
|
|
this.dgvPatient.RowHeadersWidth = 51;
|
|
this.dgvPatient.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvPatient.Size = new System.Drawing.Size(733, 267);
|
|
this.dgvPatient.TabIndex = 0;
|
|
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
|
|
//
|
|
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);
|
|
this.cmuPatient.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmuPatientNew,
|
|
this.cmuPatientEdit,
|
|
this.cmuPatientDelete});
|
|
this.cmuPatient.Name = "contextMenuStrip1";
|
|
this.cmuPatient.Size = new System.Drawing.Size(108, 70);
|
|
//
|
|
// cmuPatientNew
|
|
//
|
|
this.cmuPatientNew.Name = "cmuPatientNew";
|
|
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";
|
|
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";
|
|
this.cmuPatientDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPatientDelete.Text = "Delete";
|
|
this.cmuPatientDelete.Click += new System.EventHandler(this.cmuPatientDelete_Click);
|
|
//
|
|
// tbpMedication
|
|
//
|
|
this.tbpMedication.Controls.Add(this.splcPrescription);
|
|
this.tbpMedication.Location = new System.Drawing.Point(4, 22);
|
|
this.tbpMedication.Name = "tbpMedication";
|
|
this.tbpMedication.Size = new System.Drawing.Size(733, 484);
|
|
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
|
|
//
|
|
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);
|
|
this.splcPrescription.Panel1.Controls.Add(this.lblDisMedicationNum);
|
|
//
|
|
// splcPrescription.Panel2
|
|
//
|
|
this.splcPrescription.Panel2.Controls.Add(this.dgvPrescription);
|
|
this.splcPrescription.Size = new System.Drawing.Size(733, 484);
|
|
this.splcPrescription.SplitterDistance = 241;
|
|
this.splcPrescription.TabIndex = 0;
|
|
//
|
|
// btnMedicationSearch
|
|
//
|
|
this.btnMedicationSearch.Location = new System.Drawing.Point(64, 117);
|
|
this.btnMedicationSearch.Name = "btnMedicationSearch";
|
|
this.btnMedicationSearch.Size = new System.Drawing.Size(75, 23);
|
|
this.btnMedicationSearch.TabIndex = 4;
|
|
this.btnMedicationSearch.Text = "Search";
|
|
this.btnMedicationSearch.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtPrescriptionPatID
|
|
//
|
|
this.txtPrescriptionPatID.Location = new System.Drawing.Point(184, 74);
|
|
this.txtPrescriptionPatID.Name = "txtPrescriptionPatID";
|
|
this.txtPrescriptionPatID.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPrescriptionPatID.TabIndex = 3;
|
|
//
|
|
// txtRxNumber
|
|
//
|
|
this.txtRxNumber.Location = new System.Drawing.Point(184, 51);
|
|
this.txtRxNumber.Name = "txtRxNumber";
|
|
this.txtRxNumber.Size = new System.Drawing.Size(100, 20);
|
|
this.txtRxNumber.TabIndex = 2;
|
|
//
|
|
// lblPrescriptionPatID
|
|
//
|
|
this.lblPrescriptionPatID.AutoSize = true;
|
|
this.lblPrescriptionPatID.Location = new System.Drawing.Point(61, 74);
|
|
this.lblPrescriptionPatID.Name = "lblPrescriptionPatID";
|
|
this.lblPrescriptionPatID.Size = new System.Drawing.Size(93, 13);
|
|
this.lblPrescriptionPatID.TabIndex = 1;
|
|
this.lblPrescriptionPatID.Text = "Medication Name:";
|
|
//
|
|
// lblDisMedicationNum
|
|
//
|
|
this.lblDisMedicationNum.AutoSize = true;
|
|
this.lblDisMedicationNum.Location = new System.Drawing.Point(61, 51);
|
|
this.lblDisMedicationNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblDisMedicationNum.Name = "lblDisMedicationNum";
|
|
this.lblDisMedicationNum.Size = new System.Drawing.Size(76, 13);
|
|
this.lblDisMedicationNum.TabIndex = 0;
|
|
this.lblDisMedicationNum.Text = "Medication ID:";
|
|
this.lblDisMedicationNum.Click += new System.EventHandler(this.lblDisMedicationNum_Click);
|
|
//
|
|
// dgvPrescription
|
|
//
|
|
this.dgvPrescription.AllowUserToAddRows = false;
|
|
this.dgvPrescription.AllowUserToDeleteRows = false;
|
|
this.dgvPrescription.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
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.cmuMedication;
|
|
this.dgvPrescription.Location = new System.Drawing.Point(3, 3);
|
|
this.dgvPrescription.Name = "dgvPrescription";
|
|
this.dgvPrescription.ReadOnly = true;
|
|
this.dgvPrescription.RowHeadersWidth = 51;
|
|
this.dgvPrescription.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvPrescription.Size = new System.Drawing.Size(730, 237);
|
|
this.dgvPrescription.TabIndex = 0;
|
|
//
|
|
// Medication_id
|
|
//
|
|
this.Medication_id.DataPropertyName = "Medication_id";
|
|
this.Medication_id.HeaderText = "Medication ID";
|
|
this.Medication_id.MinimumWidth = 6;
|
|
this.Medication_id.Name = "Medication_id";
|
|
this.Medication_id.ReadOnly = true;
|
|
this.Medication_id.Width = 125;
|
|
//
|
|
// MedicationName
|
|
//
|
|
this.MedicationName.DataPropertyName = "MedicationName";
|
|
this.MedicationName.HeaderText = "Name";
|
|
this.MedicationName.MinimumWidth = 6;
|
|
this.MedicationName.Name = "MedicationName";
|
|
this.MedicationName.ReadOnly = true;
|
|
this.MedicationName.Width = 125;
|
|
//
|
|
// IntakeMethod
|
|
//
|
|
this.IntakeMethod.DataPropertyName = "IntakeMethod";
|
|
this.IntakeMethod.HeaderText = "Intake Method";
|
|
this.IntakeMethod.MinimumWidth = 6;
|
|
this.IntakeMethod.Name = "IntakeMethod";
|
|
this.IntakeMethod.ReadOnly = true;
|
|
this.IntakeMethod.Width = 125;
|
|
//
|
|
// Frequency
|
|
//
|
|
this.Frequency.DataPropertyName = "Frequency";
|
|
this.Frequency.HeaderText = "Frequency";
|
|
this.Frequency.MinimumWidth = 6;
|
|
this.Frequency.Name = "Frequency";
|
|
this.Frequency.ReadOnly = true;
|
|
this.Frequency.Width = 125;
|
|
//
|
|
// Dosage
|
|
//
|
|
this.Dosage.DataPropertyName = "Dosage";
|
|
this.Dosage.HeaderText = "Dosage";
|
|
this.Dosage.MinimumWidth = 6;
|
|
this.Dosage.Name = "Dosage";
|
|
this.Dosage.ReadOnly = true;
|
|
this.Dosage.Width = 125;
|
|
//
|
|
// Purpose
|
|
//
|
|
this.Purpose.DataPropertyName = "Purpose";
|
|
this.Purpose.HeaderText = "Purpose";
|
|
this.Purpose.MinimumWidth = 6;
|
|
this.Purpose.Name = "Purpose";
|
|
this.Purpose.ReadOnly = true;
|
|
this.Purpose.Width = 125;
|
|
//
|
|
// RxNum
|
|
//
|
|
this.RxNum.DataPropertyName = "RxNum";
|
|
this.RxNum.HeaderText = "Rx Number";
|
|
this.RxNum.MinimumWidth = 6;
|
|
this.RxNum.Name = "RxNum";
|
|
this.RxNum.ReadOnly = true;
|
|
this.RxNum.Width = 125;
|
|
//
|
|
// cmuMedication
|
|
//
|
|
this.cmuMedication.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.cmuMedication.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmuMedicationNew,
|
|
this.cmuMedicationEdit,
|
|
this.cmuMedicationDelete});
|
|
this.cmuMedication.Name = "cmuMedication";
|
|
this.cmuMedication.Size = new System.Drawing.Size(108, 70);
|
|
//
|
|
// cmuMedicationNew
|
|
//
|
|
this.cmuMedicationNew.Name = "cmuMedicationNew";
|
|
this.cmuMedicationNew.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuMedicationNew.Text = "New";
|
|
this.cmuMedicationNew.Click += new System.EventHandler(this.cmuRxNew_Click);
|
|
//
|
|
// cmuMedicationEdit
|
|
//
|
|
this.cmuMedicationEdit.Name = "cmuMedicationEdit";
|
|
this.cmuMedicationEdit.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuMedicationEdit.Text = "Edit";
|
|
this.cmuMedicationEdit.Click += new System.EventHandler(this.cmuRxEdit_Click);
|
|
//
|
|
// cmuMedicationDelete
|
|
//
|
|
this.cmuMedicationDelete.Name = "cmuMedicationDelete";
|
|
this.cmuMedicationDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuMedicationDelete.Text = "Delete";
|
|
this.cmuMedicationDelete.Click += new System.EventHandler(this.cmuMedicationDelete_Click);
|
|
//
|
|
// tbpPhysician
|
|
//
|
|
this.tbpPhysician.Controls.Add(this.splcPhysician);
|
|
this.tbpPhysician.Location = new System.Drawing.Point(4, 22);
|
|
this.tbpPhysician.Name = "tbpPhysician";
|
|
this.tbpPhysician.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tbpPhysician.Size = new System.Drawing.Size(733, 484);
|
|
this.tbpPhysician.TabIndex = 2;
|
|
this.tbpPhysician.Text = "Physicians";
|
|
this.tbpPhysician.UseVisualStyleBackColor = true;
|
|
//
|
|
// splcPhysician
|
|
//
|
|
this.splcPhysician.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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);
|
|
this.splcPhysician.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel2_Paint);
|
|
this.splcPhysician.Size = new System.Drawing.Size(727, 478);
|
|
this.splcPhysician.SplitterDistance = 194;
|
|
this.splcPhysician.TabIndex = 0;
|
|
//
|
|
// txtPhysicianID
|
|
//
|
|
this.txtPhysicianID.Location = new System.Drawing.Point(99, 111);
|
|
this.txtPhysicianID.Name = "txtPhysicianID";
|
|
this.txtPhysicianID.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPhysicianID.TabIndex = 3;
|
|
//
|
|
// lblPhysicianID
|
|
//
|
|
this.lblPhysicianID.AutoSize = true;
|
|
this.lblPhysicianID.Location = new System.Drawing.Point(24, 111);
|
|
this.lblPhysicianID.Name = "lblPhysicianID";
|
|
this.lblPhysicianID.Size = new System.Drawing.Size(69, 13);
|
|
this.lblPhysicianID.TabIndex = 7;
|
|
this.lblPhysicianID.Text = "Physician ID:";
|
|
//
|
|
// txtPhysicianLast
|
|
//
|
|
this.txtPhysicianLast.Location = new System.Drawing.Point(99, 67);
|
|
this.txtPhysicianLast.Name = "txtPhysicianLast";
|
|
this.txtPhysicianLast.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPhysicianLast.TabIndex = 2;
|
|
//
|
|
// txtPhysicianFirst
|
|
//
|
|
this.txtPhysicianFirst.Location = new System.Drawing.Point(99, 23);
|
|
this.txtPhysicianFirst.Name = "txtPhysicianFirst";
|
|
this.txtPhysicianFirst.Size = new System.Drawing.Size(100, 20);
|
|
this.txtPhysicianFirst.TabIndex = 1;
|
|
//
|
|
// btnPhysicianSearch
|
|
//
|
|
this.btnPhysicianSearch.Location = new System.Drawing.Point(45, 146);
|
|
this.btnPhysicianSearch.Name = "btnPhysicianSearch";
|
|
this.btnPhysicianSearch.Size = new System.Drawing.Size(75, 23);
|
|
this.btnPhysicianSearch.TabIndex = 4;
|
|
this.btnPhysicianSearch.Text = "Search";
|
|
this.btnPhysicianSearch.UseVisualStyleBackColor = true;
|
|
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;
|
|
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;
|
|
this.dgvPhysician.Location = new System.Drawing.Point(0, 3);
|
|
this.dgvPhysician.Name = "dgvPhysician";
|
|
this.dgvPhysician.ReadOnly = true;
|
|
this.dgvPhysician.RowHeadersWidth = 51;
|
|
this.dgvPhysician.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvPhysician.Size = new System.Drawing.Size(727, 260);
|
|
this.dgvPhysician.TabIndex = 0;
|
|
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
|
|
//
|
|
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);
|
|
this.cmuPhysician.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmuPhysicianNew,
|
|
this.cmuPhysicianEdit,
|
|
this.cmuPhysicianDelete});
|
|
this.cmuPhysician.Name = "cmuPhysician";
|
|
this.cmuPhysician.Size = new System.Drawing.Size(108, 70);
|
|
//
|
|
// cmuPhysicianNew
|
|
//
|
|
this.cmuPhysicianNew.Name = "cmuPhysicianNew";
|
|
this.cmuPhysicianNew.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPhysicianNew.Text = "New";
|
|
this.cmuPhysicianNew.Click += new System.EventHandler(this.cmuPhysicianNew_Click);
|
|
//
|
|
// cmuPhysicianEdit
|
|
//
|
|
this.cmuPhysicianEdit.Name = "cmuPhysicianEdit";
|
|
this.cmuPhysicianEdit.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPhysicianEdit.Text = "Edit";
|
|
this.cmuPhysicianEdit.Click += new System.EventHandler(this.cmuPhysicianEdit_Click);
|
|
//
|
|
// cmuPhysicianDelete
|
|
//
|
|
this.cmuPhysicianDelete.Name = "cmuPhysicianDelete";
|
|
this.cmuPhysicianDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.cmuPhysicianDelete.Text = "Delete";
|
|
this.cmuPhysicianDelete.Click += new System.EventHandler(this.cmuPhysicianDelete_Click);
|
|
//
|
|
// tbcInfoPrescriptions
|
|
//
|
|
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPatientID);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.txtRxMedicationID);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPhysicianID);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.txtRxPrescriptionID);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.label4);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.label3);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.label2);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.label1);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.btnRxSearch);
|
|
this.tbcInfoPrescriptions.Controls.Add(this.dgvRx);
|
|
this.tbcInfoPrescriptions.Location = new System.Drawing.Point(4, 22);
|
|
this.tbcInfoPrescriptions.Name = "tbcInfoPrescriptions";
|
|
this.tbcInfoPrescriptions.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tbcInfoPrescriptions.Size = new System.Drawing.Size(733, 484);
|
|
this.tbcInfoPrescriptions.TabIndex = 5;
|
|
this.tbcInfoPrescriptions.Text = "Prescriptions";
|
|
this.tbcInfoPrescriptions.UseVisualStyleBackColor = true;
|
|
//
|
|
// txtRxPatientID
|
|
//
|
|
this.txtRxPatientID.Location = new System.Drawing.Point(138, 121);
|
|
this.txtRxPatientID.Name = "txtRxPatientID";
|
|
this.txtRxPatientID.Size = new System.Drawing.Size(124, 20);
|
|
this.txtRxPatientID.TabIndex = 9;
|
|
this.txtRxPatientID.TextChanged += new System.EventHandler(this.txtRxPatientID_TextChanged);
|
|
//
|
|
// txtRxMedicationID
|
|
//
|
|
this.txtRxMedicationID.Location = new System.Drawing.Point(138, 98);
|
|
this.txtRxMedicationID.Name = "txtRxMedicationID";
|
|
this.txtRxMedicationID.Size = new System.Drawing.Size(124, 20);
|
|
this.txtRxMedicationID.TabIndex = 8;
|
|
//
|
|
// txtRxPhysicianID
|
|
//
|
|
this.txtRxPhysicianID.Location = new System.Drawing.Point(138, 75);
|
|
this.txtRxPhysicianID.Name = "txtRxPhysicianID";
|
|
this.txtRxPhysicianID.Size = new System.Drawing.Size(124, 20);
|
|
this.txtRxPhysicianID.TabIndex = 7;
|
|
//
|
|
// txtRxPrescriptionID
|
|
//
|
|
this.txtRxPrescriptionID.Location = new System.Drawing.Point(138, 52);
|
|
this.txtRxPrescriptionID.Name = "txtRxPrescriptionID";
|
|
this.txtRxPrescriptionID.Size = new System.Drawing.Size(124, 20);
|
|
this.txtRxPrescriptionID.TabIndex = 6;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(32, 73);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(100, 23);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "Physician ID:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(32, 96);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(100, 23);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Medication ID:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(32, 119);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(100, 23);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Patient ID:";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(32, 50);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 23);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Prescription ID:";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// btnRxSearch
|
|
//
|
|
this.btnRxSearch.Location = new System.Drawing.Point(32, 186);
|
|
this.btnRxSearch.Name = "btnRxSearch";
|
|
this.btnRxSearch.Size = new System.Drawing.Size(75, 23);
|
|
this.btnRxSearch.TabIndex = 1;
|
|
this.btnRxSearch.Text = "Search";
|
|
this.btnRxSearch.UseVisualStyleBackColor = true;
|
|
this.btnRxSearch.Click += new System.EventHandler(this.btnRxSearch_Click);
|
|
//
|
|
// dgvRx
|
|
//
|
|
this.dgvRx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvRx.Location = new System.Drawing.Point(0, 236);
|
|
this.dgvRx.Name = "dgvRx";
|
|
this.dgvRx.RowHeadersWidth = 51;
|
|
this.dgvRx.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvRx.Size = new System.Drawing.Size(730, 248);
|
|
this.dgvRx.TabIndex = 0;
|
|
//
|
|
// cmuPrescription
|
|
//
|
|
this.cmuPrescription.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.cmuPrescription.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmuPrescriptionNew,
|
|
this.cmuPrescriptionEdit,
|
|
this.cmuPrescriptionDelete,
|
|
this.cmuPrescriptionRefillThis,
|
|
this.cmuPrescriptionViewRefills});
|
|
this.cmuPrescription.Name = "cmuPrescription";
|
|
this.cmuPrescription.Size = new System.Drawing.Size(244, 114);
|
|
//
|
|
// cmuPrescriptionNew
|
|
//
|
|
this.cmuPrescriptionNew.Name = "cmuPrescriptionNew";
|
|
this.cmuPrescriptionNew.Size = new System.Drawing.Size(243, 22);
|
|
this.cmuPrescriptionNew.Text = "New";
|
|
//
|
|
// cmuPrescriptionEdit
|
|
//
|
|
this.cmuPrescriptionEdit.Name = "cmuPrescriptionEdit";
|
|
this.cmuPrescriptionEdit.Size = new System.Drawing.Size(243, 22);
|
|
this.cmuPrescriptionEdit.Text = "Edit";
|
|
this.cmuPrescriptionEdit.Click += new System.EventHandler(this.cmuPrescriptionEdit_Click);
|
|
//
|
|
// cmuPrescriptionDelete
|
|
//
|
|
this.cmuPrescriptionDelete.Name = "cmuPrescriptionDelete";
|
|
this.cmuPrescriptionDelete.Size = new System.Drawing.Size(243, 22);
|
|
this.cmuPrescriptionDelete.Text = "Delete";
|
|
this.cmuPrescriptionDelete.Click += new System.EventHandler(this.cmuPrescriptionDelete_Click);
|
|
//
|
|
// cmuPrescriptionRefillThis
|
|
//
|
|
this.cmuPrescriptionRefillThis.Name = "cmuPrescriptionRefillThis";
|
|
this.cmuPrescriptionRefillThis.Size = new System.Drawing.Size(243, 22);
|
|
this.cmuPrescriptionRefillThis.Text = "Refill This Prescription";
|
|
this.cmuPrescriptionRefillThis.Click += new System.EventHandler(this.cmuPrescriptionRefillThis_Click);
|
|
//
|
|
// cmuPrescriptionViewRefills
|
|
//
|
|
this.cmuPrescriptionViewRefills.Name = "cmuPrescriptionViewRefills";
|
|
this.cmuPrescriptionViewRefills.Size = new System.Drawing.Size(243, 22);
|
|
this.cmuPrescriptionViewRefills.Text = "View Refills For This Prescription";
|
|
//
|
|
// frmInfo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(777, 575);
|
|
this.Controls.Add(this.tbcInfo);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
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);
|
|
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);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvPrescription)).EndInit();
|
|
this.cmuMedication.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.tbcInfoPrescriptions.ResumeLayout(false);
|
|
this.tbcInfoPrescriptions.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRx)).EndInit();
|
|
this.cmuPrescription.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionViewRefills;
|
|
|
|
private System.Windows.Forms.TextBox txtRxPhysicianID;
|
|
private System.Windows.Forms.TextBox txtRxMedicationID;
|
|
private System.Windows.Forms.TextBox txtRxPatientID;
|
|
private System.Windows.Forms.Button btnRxSearch;
|
|
|
|
private System.Windows.Forms.DataGridView dgvRx;
|
|
|
|
private System.Windows.Forms.ContextMenuStrip cmuPrescription;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionNew;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionDelete;
|
|
|
|
private System.Windows.Forms.TabPage tbcInfoPrescriptions;
|
|
|
|
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 cmuMedication;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuMedicationNew;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuMedicationEdit;
|
|
private System.Windows.Forms.ToolStripMenuItem cmuMedicationDelete;
|
|
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;
|
|
|
|
#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;
|
|
private System.Windows.Forms.TabPage tbpMedication;
|
|
private System.Windows.Forms.SplitContainer splcPatient;
|
|
private System.Windows.Forms.SplitContainer splcPrescription;
|
|
private System.Windows.Forms.Button btnPatientSearch;
|
|
public System.Windows.Forms.TextBox txtRxNumber;
|
|
private System.Windows.Forms.Label lblPrescriptionPatID;
|
|
private System.Windows.Forms.Label lblDisMedicationNum;
|
|
private System.Windows.Forms.TextBox txtPrescriptionPatID;
|
|
private System.Windows.Forms.Button btnMedicationSearch;
|
|
private System.Windows.Forms.Button btnPhysicianSearch;
|
|
private System.Windows.Forms.TextBox txtPatientLast;
|
|
private System.Windows.Forms.TextBox txtPatientFirst;
|
|
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;
|
|
System.Windows.Forms.Label label1 = new System.Windows.Forms.Label();
|
|
System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
|
|
System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
|
|
System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
|
|
System.Windows.Forms.TextBox txtRxPrescriptionID = new System.Windows.Forms.TextBox();
|
|
private System.Windows.Forms.ToolStripMenuItem cmuPrescriptionRefillThis;
|
|
}
|
|
} |