Show DemoClientApp.Designer.cs syntax highlighted
namespace DemoClientApp
{
partial class DemoClientApp
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DemoClientApp));
this.panel2 = new System.Windows.Forms.Panel();
this.mainControl = new System.Windows.Forms.TabControl();
this.search = new System.Windows.Forms.TabPage();
this.patientGrid = new System.Windows.Forms.DataGrid();
this.panel3 = new System.Windows.Forms.Panel();
this.patientFirstName = new System.Windows.Forms.TextBox();
this.searchBtn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.patientLastName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.prescriptions = new System.Windows.Forms.TabPage();
this.prescriptionGrid = new System.Windows.Forms.DataGrid();
this.panel = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.rx_instruction = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.rx_refills = new System.Windows.Forms.TextBox();
this.rx_quantity = new System.Windows.Forms.TextBox();
this.rx_tabsPerDay = new System.Windows.Forms.TextBox();
this.rx_drug = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.lable_refills = new System.Windows.Forms.Label();
this.lable_quantity = new System.Windows.Forms.Label();
this.lable_UnitsPerDay = new System.Windows.Forms.Label();
this.lable_drug = new System.Windows.Forms.Label();
this.dispenses = new System.Windows.Forms.TabPage();
this.dispenseGrid = new System.Windows.Forms.DataGrid();
this.panel4 = new System.Windows.Forms.Panel();
this.createDispense = new System.Windows.Forms.Button();
this.dispense_id = new System.Windows.Forms.Label();
this.createDispensePickup = new System.Windows.Forms.Button();
this.dispense_rx = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.dispense_instructions = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.dispense_quantity = new System.Windows.Forms.TextBox();
this.dispense_tabsPerDay = new System.Windows.Forms.TextBox();
this.dispense_drug = new System.Windows.Forms.ComboBox();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.Allergies = new System.Windows.Forms.TabPage();
this.allergyGrid = new System.Windows.Forms.DataGrid();
this.panel5 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.allergy_uncertianty = new System.Windows.Forms.ComboBox();
this.allergy_severity = new System.Windows.Forms.ComboBox();
this.allergy_code = new System.Windows.Forms.ComboBox();
this.allergy_type = new System.Windows.Forms.ComboBox();
this.allergy_status = new System.Windows.Forms.ComboBox();
this.allergy_startdate = new System.Windows.Forms.DateTimePicker();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.settings = new System.Windows.Forms.TabPage();
this.LRtext = new System.Windows.Forms.Label();
this.LR = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.CPS = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.DIS = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.PR = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.CR = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.pharmacyPic = new System.Windows.Forms.PictureBox();
this.EMRpic = new System.Windows.Forms.PictureBox();
this.providerName = new System.Windows.Forms.Label();
this.patient_gender = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.patient_dob = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.patient_name = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.patient_phn = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.mainControl.SuspendLayout();
this.search.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.patientGrid)).BeginInit();
this.panel3.SuspendLayout();
this.prescriptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.prescriptionGrid)).BeginInit();
this.panel.SuspendLayout();
this.dispenses.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dispenseGrid)).BeginInit();
this.panel4.SuspendLayout();
this.Allergies.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.allergyGrid)).BeginInit();
this.panel5.SuspendLayout();
this.settings.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pharmacyPic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EMRpic)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.mainControl);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 100);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(464, 270);
this.panel2.TabIndex = 1;
//
// mainControl
//
this.mainControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.mainControl.Controls.Add(this.search);
this.mainControl.Controls.Add(this.prescriptions);
this.mainControl.Controls.Add(this.dispenses);
this.mainControl.Controls.Add(this.Allergies);
this.mainControl.Controls.Add(this.settings);
this.mainControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainControl.Location = new System.Drawing.Point(0, 0);
this.mainControl.Name = "mainControl";
this.mainControl.SelectedIndex = 0;
this.mainControl.Size = new System.Drawing.Size(464, 270);
this.mainControl.TabIndex = 0;
//
// search
//
this.search.Controls.Add(this.patientGrid);
this.search.Controls.Add(this.panel3);
this.search.Location = new System.Drawing.Point(4, 25);
this.search.Name = "search";
this.search.Padding = new System.Windows.Forms.Padding(3);
this.search.Size = new System.Drawing.Size(456, 241);
this.search.TabIndex = 0;
this.search.Text = "Patient Search";
this.search.UseVisualStyleBackColor = true;
//
// patientGrid
//
this.patientGrid.BackgroundColor = System.Drawing.SystemColors.MenuBar;
this.patientGrid.DataMember = "";
this.patientGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.patientGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.patientGrid.Location = new System.Drawing.Point(3, 63);
this.patientGrid.Name = "patientGrid";
this.patientGrid.ReadOnly = true;
this.patientGrid.Size = new System.Drawing.Size(450, 175);
this.patientGrid.TabIndex = 6;
this.patientGrid.DoubleClick += new System.EventHandler(this.LoadClientInfo);
this.patientGrid.Navigate += new System.Windows.Forms.NavigateEventHandler(this.patientGrid_Navigate);
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.MenuBar;
this.panel3.Controls.Add(this.patientFirstName);
this.panel3.Controls.Add(this.searchBtn);
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.patientLastName);
this.panel3.Controls.Add(this.label2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(450, 60);
this.panel3.TabIndex = 5;
//
// patientFirstName
//
this.patientFirstName.Location = new System.Drawing.Point(107, 9);
this.patientFirstName.Name = "patientFirstName";
this.patientFirstName.Size = new System.Drawing.Size(100, 20);
this.patientFirstName.TabIndex = 2;
//
// searchBtn
//
this.searchBtn.Location = new System.Drawing.Point(317, 30);
this.searchBtn.Name = "searchBtn";
this.searchBtn.Size = new System.Drawing.Size(75, 23);
this.searchBtn.TabIndex = 4;
this.searchBtn.Text = "Search";
this.searchBtn.UseVisualStyleBackColor = true;
this.searchBtn.Click += new System.EventHandler(this.patientSearch);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(96, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Patient First Name:";
//
// patientLastName
//
this.patientLastName.Location = new System.Drawing.Point(107, 33);
this.patientLastName.Name = "patientLastName";
this.patientLastName.Size = new System.Drawing.Size(100, 20);
this.patientLastName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(97, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Patient Last Name:";
//
// prescriptions
//
this.prescriptions.Controls.Add(this.prescriptionGrid);
this.prescriptions.Controls.Add(this.panel);
this.prescriptions.Location = new System.Drawing.Point(4, 25);
this.prescriptions.Name = "prescriptions";
this.prescriptions.Size = new System.Drawing.Size(456, 241);
this.prescriptions.TabIndex = 2;
this.prescriptions.Text = "Prescribing";
this.prescriptions.UseVisualStyleBackColor = true;
//
// prescriptionGrid
//
this.prescriptionGrid.BackgroundColor = System.Drawing.SystemColors.MenuBar;
this.prescriptionGrid.DataMember = "";
this.prescriptionGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.prescriptionGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.prescriptionGrid.Location = new System.Drawing.Point(0, 131);
this.prescriptionGrid.Name = "prescriptionGrid";
this.prescriptionGrid.ReadOnly = true;
this.prescriptionGrid.Size = new System.Drawing.Size(456, 110);
this.prescriptionGrid.TabIndex = 1;
this.prescriptionGrid.DoubleClick += new System.EventHandler(this.getPrescription);
this.prescriptionGrid.Navigate += new System.Windows.Forms.NavigateEventHandler(this.prescriptionGrid_Navigate);
//
// panel
//
this.panel.BackColor = System.Drawing.SystemColors.MenuBar;
this.panel.Controls.Add(this.label16);
this.panel.Controls.Add(this.rx_instruction);
this.panel.Controls.Add(this.label15);
this.panel.Controls.Add(this.rx_refills);
this.panel.Controls.Add(this.rx_quantity);
this.panel.Controls.Add(this.rx_tabsPerDay);
this.panel.Controls.Add(this.rx_drug);
this.panel.Controls.Add(this.button1);
this.panel.Controls.Add(this.lable_refills);
this.panel.Controls.Add(this.lable_quantity);
this.panel.Controls.Add(this.lable_UnitsPerDay);
this.panel.Controls.Add(this.lable_drug);
this.panel.Dock = System.Windows.Forms.DockStyle.Top;
this.panel.Location = new System.Drawing.Point(0, 0);
this.panel.Name = "panel";
this.panel.Size = new System.Drawing.Size(456, 131);
this.panel.TabIndex = 0;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(142, 2);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(125, 16);
this.label16.TabIndex = 13;
this.label16.Text = "New Prescription";
//
// rx_instruction
//
this.rx_instruction.Location = new System.Drawing.Point(289, 47);
this.rx_instruction.Multiline = true;
this.rx_instruction.Name = "rx_instruction";
this.rx_instruction.Size = new System.Drawing.Size(121, 48);
this.rx_instruction.TabIndex = 12;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(225, 50);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(61, 13);
this.label15.TabIndex = 11;
this.label15.Text = "Instructions";
//
// rx_refills
//
this.rx_refills.Location = new System.Drawing.Point(79, 74);
this.rx_refills.Name = "rx_refills";
this.rx_refills.Size = new System.Drawing.Size(121, 20);
this.rx_refills.TabIndex = 10;
//
// rx_quantity
//
this.rx_quantity.Location = new System.Drawing.Point(79, 48);
this.rx_quantity.Name = "rx_quantity";
this.rx_quantity.Size = new System.Drawing.Size(121, 20);
this.rx_quantity.TabIndex = 9;
//
// rx_tabsPerDay
//
this.rx_tabsPerDay.Location = new System.Drawing.Point(289, 21);
this.rx_tabsPerDay.Name = "rx_tabsPerDay";
this.rx_tabsPerDay.Size = new System.Drawing.Size(121, 20);
this.rx_tabsPerDay.TabIndex = 8;
//
// rx_drug
//
this.rx_drug.FormattingEnabled = true;
this.rx_drug.Items.AddRange(new object[] {
"Inhibace 2.5 mg",
"Flovent HFA",
"Biaxin BID",
"Ventolin HFA",
"METOPROLOL",
"SLOW K",
"Apo Hydro Chlorothiazide",
"Amoxicillin",
"Prevnar"});
this.rx_drug.Location = new System.Drawing.Point(79, 21);
this.rx_drug.Name = "rx_drug";
this.rx_drug.Size = new System.Drawing.Size(121, 21);
this.rx_drug.TabIndex = 6;
//
// button1
//
this.button1.Location = new System.Drawing.Point(170, 100);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 5;
this.button1.Text = "Prescribe";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.prescribe);
//
// lable_refills
//
this.lable_refills.AutoSize = true;
this.lable_refills.Location = new System.Drawing.Point(15, 76);
this.lable_refills.Name = "lable_refills";
this.lable_refills.Size = new System.Drawing.Size(35, 13);
this.lable_refills.TabIndex = 4;
this.lable_refills.Text = "Refills";
//
// lable_quantity
//
this.lable_quantity.AutoSize = true;
this.lable_quantity.Location = new System.Drawing.Point(15, 51);
this.lable_quantity.Name = "lable_quantity";
this.lable_quantity.Size = new System.Drawing.Size(46, 13);
this.lable_quantity.TabIndex = 3;
this.lable_quantity.Text = "Quantity";
//
// lable_UnitsPerDay
//
this.lable_UnitsPerDay.AutoSize = true;
this.lable_UnitsPerDay.Location = new System.Drawing.Point(225, 24);
this.lable_UnitsPerDay.Name = "lable_UnitsPerDay";
this.lable_UnitsPerDay.Size = new System.Drawing.Size(66, 13);
this.lable_UnitsPerDay.TabIndex = 2;
this.lable_UnitsPerDay.Text = "Tablets/Day";
//
// lable_drug
//
this.lable_drug.AutoSize = true;
this.lable_drug.Location = new System.Drawing.Point(13, 24);
this.lable_drug.Name = "lable_drug";
this.lable_drug.Size = new System.Drawing.Size(30, 13);
this.lable_drug.TabIndex = 1;
this.lable_drug.Text = "Drug";
//
// dispenses
//
this.dispenses.Controls.Add(this.dispenseGrid);
this.dispenses.Controls.Add(this.panel4);
this.dispenses.Location = new System.Drawing.Point(4, 25);
this.dispenses.Name = "dispenses";
this.dispenses.Size = new System.Drawing.Size(456, 241);
this.dispenses.TabIndex = 4;
this.dispenses.Text = "Dispensing";
this.dispenses.UseVisualStyleBackColor = true;
//
// dispenseGrid
//
this.dispenseGrid.BackgroundColor = System.Drawing.SystemColors.Control;
this.dispenseGrid.DataMember = "";
this.dispenseGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.dispenseGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dispenseGrid.Location = new System.Drawing.Point(0, 130);
this.dispenseGrid.Name = "dispenseGrid";
this.dispenseGrid.ReadOnly = true;
this.dispenseGrid.Size = new System.Drawing.Size(456, 111);
this.dispenseGrid.TabIndex = 1;
this.dispenseGrid.DoubleClick += new System.EventHandler(this.getDispense);
this.dispenseGrid.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dispenseGrid_Navigate);
//
// panel4
//
this.panel4.Controls.Add(this.createDispense);
this.panel4.Controls.Add(this.dispense_id);
this.panel4.Controls.Add(this.createDispensePickup);
this.panel4.Controls.Add(this.dispense_rx);
this.panel4.Controls.Add(this.label29);
this.panel4.Controls.Add(this.dispense_instructions);
this.panel4.Controls.Add(this.label25);
this.panel4.Controls.Add(this.dispense_quantity);
this.panel4.Controls.Add(this.dispense_tabsPerDay);
this.panel4.Controls.Add(this.dispense_drug);
this.panel4.Controls.Add(this.label26);
this.panel4.Controls.Add(this.label27);
this.panel4.Controls.Add(this.label28);
this.panel4.Controls.Add(this.label24);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(456, 130);
this.panel4.TabIndex = 0;
//
// createDispense
//
this.createDispense.Location = new System.Drawing.Point(171, 100);
this.createDispense.Name = "createDispense";
this.createDispense.Size = new System.Drawing.Size(75, 23);
this.createDispense.TabIndex = 25;
this.createDispense.Text = "Dispense";
this.createDispense.UseVisualStyleBackColor = true;
this.createDispense.Click += new System.EventHandler(this.dispense);
//
// dispense_id
//
this.dispense_id.AutoSize = true;
this.dispense_id.Location = new System.Drawing.Point(393, 114);
this.dispense_id.Name = "dispense_id";
this.dispense_id.Size = new System.Drawing.Size(60, 13);
this.dispense_id.TabIndex = 27;
this.dispense_id.Text = "dispenseID";
//
// createDispensePickup
//
this.createDispensePickup.Location = new System.Drawing.Point(155, 100);
this.createDispensePickup.Name = "createDispensePickup";
this.createDispensePickup.Size = new System.Drawing.Size(111, 22);
this.createDispensePickup.TabIndex = 26;
this.createDispensePickup.Text = "Dispense Pickup";
this.createDispensePickup.UseVisualStyleBackColor = true;
this.createDispensePickup.Visible = false;
this.createDispensePickup.Click += new System.EventHandler(this.pickupDispense);
//
// dispense_rx
//
this.dispense_rx.Enabled = false;
this.dispense_rx.Location = new System.Drawing.Point(80, 21);
this.dispense_rx.Name = "dispense_rx";
this.dispense_rx.Size = new System.Drawing.Size(121, 20);
this.dispense_rx.TabIndex = 24;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(14, 24);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(60, 13);
this.label29.TabIndex = 23;
this.label29.Text = "Rx Number";
//
// dispense_instructions
//
this.dispense_instructions.Location = new System.Drawing.Point(291, 47);
this.dispense_instructions.Multiline = true;
this.dispense_instructions.Name = "dispense_instructions";
this.dispense_instructions.Size = new System.Drawing.Size(121, 48);
this.dispense_instructions.TabIndex = 22;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(227, 50);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(61, 13);
this.label25.TabIndex = 21;
this.label25.Text = "Instructions";
//
// dispense_quantity
//
this.dispense_quantity.Location = new System.Drawing.Point(80, 74);
this.dispense_quantity.Name = "dispense_quantity";
this.dispense_quantity.Size = new System.Drawing.Size(121, 20);
this.dispense_quantity.TabIndex = 20;
//
// dispense_tabsPerDay
//
this.dispense_tabsPerDay.Location = new System.Drawing.Point(291, 21);
this.dispense_tabsPerDay.Name = "dispense_tabsPerDay";
this.dispense_tabsPerDay.Size = new System.Drawing.Size(121, 20);
this.dispense_tabsPerDay.TabIndex = 19;
//
// dispense_drug
//
this.dispense_drug.FormattingEnabled = true;
this.dispense_drug.Items.AddRange(new object[] {
"Inhibace 2.5 mg",
"Flovent HFA",
"Biaxin BID",
"Ventolin HFA",
"METOPROLOL",
"SLOW K",
"Apo Hydro Chlorothiazide",
"Amoxicillin",
"Prevnar"});
this.dispense_drug.Location = new System.Drawing.Point(80, 47);
this.dispense_drug.Name = "dispense_drug";
this.dispense_drug.Size = new System.Drawing.Size(121, 21);
this.dispense_drug.TabIndex = 18;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(14, 77);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(46, 13);
this.label26.TabIndex = 17;
this.label26.Text = "Quantity";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(225, 24);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(66, 13);
this.label27.TabIndex = 16;
this.label27.Text = "Tablets/Day";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(14, 50);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(30, 13);
this.label28.TabIndex = 15;
this.label28.Text = "Drug";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label24.Location = new System.Drawing.Point(123, 2);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(161, 16);
this.label24.TabIndex = 14;
this.label24.Text = "Dispense Prescription";
//
// Allergies
//
this.Allergies.BackColor = System.Drawing.Color.Transparent;
this.Allergies.Controls.Add(this.allergyGrid);
this.Allergies.Controls.Add(this.panel5);
this.Allergies.Location = new System.Drawing.Point(4, 25);
this.Allergies.Name = "Allergies";
this.Allergies.Size = new System.Drawing.Size(456, 241);
this.Allergies.TabIndex = 3;
this.Allergies.Text = "Other Conditions";
this.Allergies.UseVisualStyleBackColor = true;
//
// allergyGrid
//
this.allergyGrid.BackgroundColor = System.Drawing.SystemColors.MenuBar;
this.allergyGrid.DataMember = "";
this.allergyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.allergyGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.allergyGrid.Location = new System.Drawing.Point(0, 130);
this.allergyGrid.Name = "allergyGrid";
this.allergyGrid.ReadOnly = true;
this.allergyGrid.Size = new System.Drawing.Size(456, 111);
this.allergyGrid.TabIndex = 1;
this.allergyGrid.DoubleClick += new System.EventHandler(this.viewAllergy);
//
// panel5
//
this.panel5.BackColor = System.Drawing.SystemColors.MenuBar;
this.panel5.Controls.Add(this.button2);
this.panel5.Controls.Add(this.allergy_uncertianty);
this.panel5.Controls.Add(this.allergy_severity);
this.panel5.Controls.Add(this.allergy_code);
this.panel5.Controls.Add(this.allergy_type);
this.panel5.Controls.Add(this.allergy_status);
this.panel5.Controls.Add(this.allergy_startdate);
this.panel5.Controls.Add(this.label23);
this.panel5.Controls.Add(this.label22);
this.panel5.Controls.Add(this.label21);
this.panel5.Controls.Add(this.label20);
this.panel5.Controls.Add(this.label19);
this.panel5.Controls.Add(this.label18);
this.panel5.Controls.Add(this.label17);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(456, 130);
this.panel5.TabIndex = 0;
//
// button2
//
this.button2.Location = new System.Drawing.Point(176, 101);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 27;
this.button2.Text = "Add Allergy";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.addAllergy);
//
// allergy_uncertianty
//
this.allergy_uncertianty.FormattingEnabled = true;
this.allergy_uncertianty.Items.AddRange(new object[] {
"C",
"U"});
this.allergy_uncertianty.Location = new System.Drawing.Point(283, 75);
this.allergy_uncertianty.Name = "allergy_uncertianty";
this.allergy_uncertianty.Size = new System.Drawing.Size(121, 21);
this.allergy_uncertianty.TabIndex = 26;
//
// allergy_severity
//
this.allergy_severity.FormattingEnabled = true;
this.allergy_severity.Items.AddRange(new object[] {
"L",
"M",
"H"});
this.allergy_severity.Location = new System.Drawing.Point(283, 49);
this.allergy_severity.Name = "allergy_severity";
this.allergy_severity.Size = new System.Drawing.Size(121, 21);
this.allergy_severity.TabIndex = 25;
//
// allergy_code
//
this.allergy_code.FormattingEnabled = true;
this.allergy_code.Items.AddRange(new object[] {
"NDA01",
"NDA02",
"NDA03",
"NDA04",
"NDA05",
"NDA06",
"NDA07",
"NDA08",
"NDA09",
"NDA10",
"NDA11",
"NDA12",
"NDA13",
"NDA14",
"NDA15",
"NDA16",
"NDA17",
"NDA18",
"NDA19",
"NDA20"});
this.allergy_code.Location = new System.Drawing.Point(283, 22);
this.allergy_code.Name = "allergy_code";
this.allergy_code.Size = new System.Drawing.Size(121, 21);
this.allergy_code.TabIndex = 24;
//
// allergy_type
//
this.allergy_type.FormattingEnabled = true;
this.allergy_type.Items.AddRange(new object[] {
"FALG",
"OINT",
"ALG",
"DALG",
"DINT",
"DNAINT",
"EINT",
"EALG",
"ENAINT"});
this.allergy_type.Location = new System.Drawing.Point(80, 74);
this.allergy_type.Name = "allergy_type";
this.allergy_type.Size = new System.Drawing.Size(121, 21);
this.allergy_type.TabIndex = 23;
//
// allergy_status
//
this.allergy_status.FormattingEnabled = true;
this.allergy_status.Items.AddRange(new object[] {
"ACTIVE",
"COMPLETED"});
this.allergy_status.Location = new System.Drawing.Point(80, 47);
this.allergy_status.Name = "allergy_status";
this.allergy_status.Size = new System.Drawing.Size(121, 21);
this.allergy_status.TabIndex = 22;
//
// allergy_startdate
//
this.allergy_startdate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.allergy_startdate.Location = new System.Drawing.Point(80, 21);
this.allergy_startdate.Name = "allergy_startdate";
this.allergy_startdate.Size = new System.Drawing.Size(121, 20);
this.allergy_startdate.TabIndex = 21;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(222, 78);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(48, 13);
this.label23.TabIndex = 20;
this.label23.Text = "Certainty";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(222, 52);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(45, 13);
this.label22.TabIndex = 19;
this.label22.Text = "Severity";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(222, 25);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(58, 13);
this.label21.TabIndex = 18;
this.label21.Text = "Substance";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(19, 77);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(31, 13);
this.label20.TabIndex = 17;
this.label20.Text = "Type";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(19, 49);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(37, 13);
this.label19.TabIndex = 16;
this.label19.Text = "Status";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(19, 25);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(55, 13);
this.label18.TabIndex = 15;
this.label18.Text = "Start Date";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label17.Location = new System.Drawing.Point(152, 2);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(99, 16);
this.label17.TabIndex = 14;
this.label17.Text = "New Allergy";
//
// settings
//
this.settings.BackColor = System.Drawing.SystemColors.MenuBar;
this.settings.Controls.Add(this.LRtext);
this.settings.Controls.Add(this.LR);
this.settings.Controls.Add(this.label6);
this.settings.Controls.Add(this.CPS);
this.settings.Controls.Add(this.label5);
this.settings.Controls.Add(this.DIS);
this.settings.Controls.Add(this.label4);
this.settings.Controls.Add(this.PR);
this.settings.Controls.Add(this.label3);
this.settings.Controls.Add(this.CR);
this.settings.Location = new System.Drawing.Point(4, 25);
this.settings.Name = "settings";
this.settings.Padding = new System.Windows.Forms.Padding(3);
this.settings.Size = new System.Drawing.Size(456, 241);
this.settings.TabIndex = 1;
this.settings.Text = "System Settings";
this.settings.UseVisualStyleBackColor = true;
//
// LRtext
//
this.LRtext.AutoSize = true;
this.LRtext.BackColor = System.Drawing.Color.Transparent;
this.LRtext.Location = new System.Drawing.Point(7, 91);
this.LRtext.Name = "LRtext";
this.LRtext.Size = new System.Drawing.Size(115, 13);
this.LRtext.TabIndex = 9;
this.LRtext.Text = "Location Registry (LR):";
//
// LR
//
this.LR.Location = new System.Drawing.Point(29, 107);
this.LR.Name = "LR";
this.LR.Size = new System.Drawing.Size(400, 20);
this.LR.TabIndex = 8;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Location = new System.Drawing.Point(8, 169);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(162, 13);
this.label6.TabIndex = 7;
this.label6.Text = "Claims Processing System (CPS):";
//
// CPS
//
this.CPS.Location = new System.Drawing.Point(29, 185);
this.CPS.Name = "CPS";
this.CPS.Size = new System.Drawing.Size(400, 20);
this.CPS.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(7, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(152, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Drug Information System (DIS):";
//
// DIS
//
this.DIS.Location = new System.Drawing.Point(29, 146);
this.DIS.Name = "DIS";
this.DIS.Size = new System.Drawing.Size(400, 20);
this.DIS.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(8, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Provider Registry (PR):";
//
// PR
//
this.PR.Location = new System.Drawing.Point(29, 68);
this.PR.Name = "PR";
this.PR.Size = new System.Drawing.Size(400, 20);
this.PR.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(8, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Client Registry (CR):";
//
// CR
//
this.CR.Location = new System.Drawing.Point(29, 29);
this.CR.Name = "CR";
this.CR.Size = new System.Drawing.Size(400, 20);
this.CR.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(36, 114);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(162, 13);
this.label7.TabIndex = 7;
this.label7.Text = "Claims Processing System (CPS):";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(215, 111);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(400, 20);
this.textBox1.TabIndex = 6;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(36, 88);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(152, 13);
this.label8.TabIndex = 5;
this.label8.Text = "Drug Information System (DIS):";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(215, 85);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(400, 20);
this.textBox2.TabIndex = 4;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(36, 62);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(114, 13);
this.label9.TabIndex = 3;
this.label9.Text = "Provider Registry (PR):";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(215, 59);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(400, 20);
this.textBox3.TabIndex = 2;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(36, 36);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(101, 13);
this.label10.TabIndex = 1;
this.label10.Text = "Client Registry (CR):";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(215, 33);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(400, 20);
this.textBox4.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.pharmacyPic);
this.panel1.Controls.Add(this.EMRpic);
this.panel1.Controls.Add(this.providerName);
this.panel1.Controls.Add(this.patient_gender);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.patient_dob);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.patient_name);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.patient_phn);
this.panel1.Controls.Add(this.label14);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(464, 100);
this.panel1.TabIndex = 0;
//
// pharmacyPic
//
this.pharmacyPic.BackgroundImage = global::DemoClientApp.Properties.Resources.bottle;
this.pharmacyPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pharmacyPic.Location = new System.Drawing.Point(3, 3);
this.pharmacyPic.Name = "pharmacyPic";
this.pharmacyPic.Size = new System.Drawing.Size(75, 89);
this.pharmacyPic.TabIndex = 10;
this.pharmacyPic.TabStop = false;
this.pharmacyPic.Visible = false;
//
// EMRpic
//
this.EMRpic.BackgroundImage = global::DemoClientApp.Properties.Resources.medical_simble;
this.EMRpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.EMRpic.Dock = System.Windows.Forms.DockStyle.Left;
this.EMRpic.Location = new System.Drawing.Point(0, 0);
this.EMRpic.Name = "EMRpic";
this.EMRpic.Size = new System.Drawing.Size(78, 96);
this.EMRpic.TabIndex = 9;
this.EMRpic.TabStop = false;
this.EMRpic.Visible = false;
//
// providerName
//
this.providerName.AutoSize = true;
this.providerName.BackColor = System.Drawing.Color.Transparent;
this.providerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.providerName.ForeColor = System.Drawing.Color.Blue;
this.providerName.Location = new System.Drawing.Point(84, 9);
this.providerName.Name = "providerName";
this.providerName.Size = new System.Drawing.Size(100, 25);
this.providerName.TabIndex = 8;
this.providerName.Text = "Provider";
//
// patient_gender
//
this.patient_gender.AutoSize = true;
this.patient_gender.BackColor = System.Drawing.Color.Transparent;
this.patient_gender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.patient_gender.ForeColor = System.Drawing.Color.Blue;
this.patient_gender.Location = new System.Drawing.Point(190, 72);
this.patient_gender.Name = "patient_gender";
this.patient_gender.Size = new System.Drawing.Size(46, 13);
this.patient_gender.TabIndex = 7;
this.patient_gender.Text = "gender";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.ForeColor = System.Drawing.Color.Blue;
this.label11.Location = new System.Drawing.Point(101, 33);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(81, 13);
this.label11.TabIndex = 0;
this.label11.Text = "Patient PHN:";
//
// patient_dob
//
this.patient_dob.AutoSize = true;
this.patient_dob.BackColor = System.Drawing.Color.Transparent;
this.patient_dob.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.patient_dob.ForeColor = System.Drawing.Color.Blue;
this.patient_dob.Location = new System.Drawing.Point(189, 59);
this.patient_dob.Name = "patient_dob";
this.patient_dob.Size = new System.Drawing.Size(28, 13);
this.patient_dob.TabIndex = 6;
this.patient_dob.Text = "dob";
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.ForeColor = System.Drawing.Color.Blue;
this.label12.Location = new System.Drawing.Point(101, 46);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(87, 13);
this.label12.TabIndex = 1;
this.label12.Text = "Patient Name:";
//
// patient_name
//
this.patient_name.AutoSize = true;
this.patient_name.BackColor = System.Drawing.Color.Transparent;
this.patient_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.patient_name.ForeColor = System.Drawing.Color.Blue;
this.patient_name.Location = new System.Drawing.Point(189, 46);
this.patient_name.Name = "patient_name";
this.patient_name.Size = new System.Drawing.Size(37, 13);
this.patient_name.TabIndex = 5;
this.patient_name.Text = "name";
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.ForeColor = System.Drawing.Color.Blue;
this.label13.Location = new System.Drawing.Point(101, 59);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(68, 13);
this.label13.TabIndex = 2;
this.label13.Text = "Birth Date:";
//
// patient_phn
//
this.patient_phn.AutoSize = true;
this.patient_phn.BackColor = System.Drawing.Color.Transparent;
this.patient_phn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.patient_phn.ForeColor = System.Drawing.Color.Blue;
this.patient_phn.Location = new System.Drawing.Point(190, 33);
this.patient_phn.Name = "patient_phn";
this.patient_phn.Size = new System.Drawing.Size(28, 13);
this.patient_phn.TabIndex = 4;
this.patient_phn.Text = "phn";
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.Transparent;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.ForeColor = System.Drawing.Color.Blue;
this.label14.Location = new System.Drawing.Point(101, 72);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(52, 13);
this.label14.TabIndex = 3;
this.label14.Text = "Gender:";
//
// DemoClientApp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(464, 370);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DemoClientApp";
this.Text = "Demo EMR/Pharmacy App";
this.Load += new System.EventHandler(this.LoadDefaults);
this.panel2.ResumeLayout(false);
this.mainControl.ResumeLayout(false);
this.search.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.patientGrid)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.prescriptions.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.prescriptionGrid)).EndInit();
this.panel.ResumeLayout(false);
this.panel.PerformLayout();
this.dispenses.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dispenseGrid)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.Allergies.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.allergyGrid)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.settings.ResumeLayout(false);
this.settings.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pharmacyPic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EMRpic)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TabControl mainControl;
private System.Windows.Forms.TabPage search;
private System.Windows.Forms.TabPage settings;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox patientFirstName;
private System.Windows.Forms.Button searchBtn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox patientLastName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGrid patientGrid;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox CPS;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox DIS;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox PR;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox CR;
private System.Windows.Forms.Label LRtext;
private System.Windows.Forms.TextBox LR;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TabPage prescriptions;
private System.Windows.Forms.Label patient_gender;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label patient_dob;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label patient_name;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label patient_phn;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Panel panel;
private System.Windows.Forms.DataGrid prescriptionGrid;
private System.Windows.Forms.TabPage Allergies;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.DataGrid allergyGrid;
private System.Windows.Forms.Label lable_refills;
private System.Windows.Forms.Label lable_quantity;
private System.Windows.Forms.Label lable_UnitsPerDay;
private System.Windows.Forms.Label lable_drug;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox rx_drug;
private System.Windows.Forms.TextBox rx_refills;
private System.Windows.Forms.TextBox rx_quantity;
private System.Windows.Forms.TextBox rx_tabsPerDay;
private System.Windows.Forms.TextBox rx_instruction;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label providerName;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.DateTimePicker allergy_startdate;
private System.Windows.Forms.ComboBox allergy_code;
private System.Windows.Forms.ComboBox allergy_type;
private System.Windows.Forms.ComboBox allergy_status;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox allergy_uncertianty;
private System.Windows.Forms.ComboBox allergy_severity;
private System.Windows.Forms.PictureBox EMRpic;
private System.Windows.Forms.PictureBox pharmacyPic;
private System.Windows.Forms.TabPage dispenses;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.DataGrid dispenseGrid;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Button createDispensePickup;
private System.Windows.Forms.Button createDispense;
private System.Windows.Forms.TextBox dispense_rx;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox dispense_instructions;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox dispense_quantity;
private System.Windows.Forms.TextBox dispense_tabsPerDay;
private System.Windows.Forms.ComboBox dispense_drug;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label dispense_id;
}
}
See more files for this project here