diff --git a/AIMS/DataDictionary/frmAnaesthesiaChargeSelect.designer.cs b/AIMS/DataDictionary/frmAnaesthesiaChargeSelect.designer.cs index ac1a834..191c3f2 100644 --- a/AIMS/DataDictionary/frmAnaesthesiaChargeSelect.designer.cs +++ b/AIMS/DataDictionary/frmAnaesthesiaChargeSelect.designer.cs @@ -53,7 +53,7 @@ this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -301,7 +301,7 @@ this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, - this.Select, + this.Selectcol, this.oName}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; @@ -336,11 +336,11 @@ this.Index.Visible = false; this.Index.Width = 65; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Width = 65; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Width = 65; // // oName // @@ -397,7 +397,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn yName; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; - private System.Windows.Forms.DataGridViewCheckBoxColumn Select; + private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX1; diff --git a/AIMS/DataDictionary/frmAnaesthesiaDrugSelect.designer.cs b/AIMS/DataDictionary/frmAnaesthesiaDrugSelect.designer.cs index c51d47f..9a547a2 100644 --- a/AIMS/DataDictionary/frmAnaesthesiaDrugSelect.designer.cs +++ b/AIMS/DataDictionary/frmAnaesthesiaDrugSelect.designer.cs @@ -57,7 +57,7 @@ this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ospec = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dDOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -340,7 +340,7 @@ this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, - this.Select, + this.Selectcol, this.oName, this.ospec, this.dDOSEPER, @@ -379,11 +379,11 @@ this.Index.Visible = false; this.Index.Width = 65; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Width = 65; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Width = 65; // // oName // @@ -468,7 +468,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER3; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; - private System.Windows.Forms.DataGridViewCheckBoxColumn Select; + private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private System.Windows.Forms.DataGridViewTextBoxColumn ospec; private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER; diff --git a/AIMS/DataDictionary/frmAnaesthesiaEventSelect.designer.cs b/AIMS/DataDictionary/frmAnaesthesiaEventSelect.designer.cs index 9affdfe..002c0cc 100644 --- a/AIMS/DataDictionary/frmAnaesthesiaEventSelect.designer.cs +++ b/AIMS/DataDictionary/frmAnaesthesiaEventSelect.designer.cs @@ -53,7 +53,7 @@ this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -301,7 +301,7 @@ this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, - this.Select, + this.Selectcol, this.oName}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; @@ -336,11 +336,11 @@ this.Index.Visible = false; this.Index.Width = 65; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Width = 65; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Width = 65; // // oName // @@ -397,7 +397,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn yName; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; - private System.Windows.Forms.DataGridViewCheckBoxColumn Select; + private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX1; diff --git a/AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs b/AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs index 5f3c33e..2e13bfe 100644 --- a/AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs +++ b/AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs @@ -52,7 +52,7 @@ this.panel2 = new System.Windows.Forms.Panel(); this.dgvApplianceUseType = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.label2 = new System.Windows.Forms.Label(); - this.Select = new System.Windows.Forms.DataGridViewButtonColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewButtonColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -276,7 +276,7 @@ this.HCode, this.Remark, this.IsValid, - this.Select}); + this.Selectcol}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -305,13 +305,13 @@ this.label2.TabIndex = 0; this.label2.Text = "类型"; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Text = "选择事件"; - this.Select.UseColumnTextForButtonValue = true; - this.Select.Width = 150; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Text = "选择事件"; + this.Selectcol.UseColumnTextForButtonValue = true; + this.Selectcol.Width = 150; // // dataGridViewTextBoxColumn1 // @@ -460,7 +460,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn HCode; private System.Windows.Forms.DataGridViewTextBoxColumn Remark; private System.Windows.Forms.DataGridViewTextBoxColumn IsValid; - private System.Windows.Forms.DataGridViewButtonColumn Select; + private System.Windows.Forms.DataGridViewButtonColumn Selectcol; private System.Windows.Forms.ComboBox txtRemark; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; diff --git a/AIMS/DataDictionary/frmApplianceSelect.designer.cs b/AIMS/DataDictionary/frmApplianceSelect.designer.cs index 15bacaf..1e9e056 100644 --- a/AIMS/DataDictionary/frmApplianceSelect.designer.cs +++ b/AIMS/DataDictionary/frmApplianceSelect.designer.cs @@ -51,7 +51,7 @@ this.ySelect = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX(); - this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -331,7 +331,7 @@ this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.Index, - this.Select, + this.Selectcol, this.oName}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; @@ -352,11 +352,11 @@ this.dgvD.TabIndex = 0; this.dgvD.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvD_CellDoubleClick); // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Width = 65; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Width = 65; // // dataGridViewTextBoxColumn1 // @@ -488,7 +488,7 @@ private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn Index; - private System.Windows.Forms.DataGridViewCheckBoxColumn Select; + private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol; private System.Windows.Forms.DataGridViewTextBoxColumn oName; private System.Windows.Forms.DataGridViewCheckBoxColumn ySelect; private System.Windows.Forms.DataGridViewTextBoxColumn yId; diff --git a/AIMS/DataDictionary/frmApplianceUseType.designer.cs b/AIMS/DataDictionary/frmApplianceUseType.designer.cs index 5916da5..192493b 100644 --- a/AIMS/DataDictionary/frmApplianceUseType.designer.cs +++ b/AIMS/DataDictionary/frmApplianceUseType.designer.cs @@ -48,7 +48,7 @@ this.HNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Select = new System.Windows.Forms.DataGridViewButtonColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewButtonColumn(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); @@ -200,7 +200,7 @@ this.HNumber, this.HCode, this.IsValid, - this.Select}); + this.Selectcol}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -265,13 +265,13 @@ this.IsValid.HeaderText = "是否有效"; this.IsValid.Name = "IsValid"; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.Text = "选择器械"; - this.Select.UseColumnTextForButtonValue = true; - this.Select.Width = 150; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.Text = "选择器械"; + this.Selectcol.UseColumnTextForButtonValue = true; + this.Selectcol.Width = 150; // // tsbAdd // @@ -390,7 +390,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn HNumber; private System.Windows.Forms.DataGridViewTextBoxColumn HCode; private System.Windows.Forms.DataGridViewTextBoxColumn IsValid; - private System.Windows.Forms.DataGridViewButtonColumn Select; + private System.Windows.Forms.DataGridViewButtonColumn Selectcol; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbModify; diff --git a/AIMS/DocManager/frmDocument.cs b/AIMS/DocManager/frmDocument.cs index b12197a..4182676 100644 --- a/AIMS/DocManager/frmDocument.cs +++ b/AIMS/DocManager/frmDocument.cs @@ -216,7 +216,7 @@ namespace AIMS.DocManager myprocess.StartInfo.UseShellExecute = false; myprocess.Start(); } - catch (Exception ex) + catch (Exception ) { MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”"); } diff --git a/AIMS/DocManager/frmDocument3.cs b/AIMS/DocManager/frmDocument3.cs index 5d6d0b0..6688718 100644 --- a/AIMS/DocManager/frmDocument3.cs +++ b/AIMS/DocManager/frmDocument3.cs @@ -449,7 +449,7 @@ namespace AIMS.OperationAfter.UI myprocess.StartInfo.UseShellExecute = false; myprocess.Start(); } - catch (Exception ex) + catch (Exception ) { MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”"); } diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs index bdd7b8e..ace9a4c 100644 --- a/AIMS/FormMainManage.cs +++ b/AIMS/FormMainManage.cs @@ -1,20 +1,15 @@ using AIMS.DocManager; using AIMS.OperationAanesthesia; -using AIMS.OperationAanesthesia; using AIMSBLL; using AIMSExtension; using AIMSModel; -using DCSoftDotfuscate; using DevComponents.DotNetBar; -using DevComponents.DotNetBar.Controls; using DocumentManagement; -using DrawGraph; using System; using System.Collections.Generic; using System.Data; using System.Drawing; using System.Reflection; -using System.Threading.Tasks; using System.Windows.Forms; namespace AIMS @@ -335,7 +330,7 @@ namespace AIMS frm.Show(); frm.BringToFront(); } - catch (Exception ex) + catch (Exception ) { if (path.Contains("MainFormManage")) { diff --git a/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs index 40fc53c..51152e4 100644 --- a/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs @@ -95,7 +95,7 @@ namespace AIMS.OperationAanesthesia public List UpPanes = new List(); int m_startPrintPage;// 打印的起始页码 int m_endPrintPage;//打印的终止页码 - int m_PageIndex;// 当前打印页码 + //int m_PageIndex;// 当前打印页码 int count = 0; private void plPrint_Click(object sender, EventArgs e) @@ -2289,7 +2289,7 @@ namespace AIMS.OperationAanesthesia myprocess.StartInfo.UseShellExecute = false; myprocess.Start(); } - catch (Exception ex) + catch (Exception ) { MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”"); } diff --git a/AIMS/OperationAanesthesia/frmInstrumentRecord.cs b/AIMS/OperationAanesthesia/frmInstrumentRecord.cs index 07c1cc4..68aef14 100644 --- a/AIMS/OperationAanesthesia/frmInstrumentRecord.cs +++ b/AIMS/OperationAanesthesia/frmInstrumentRecord.cs @@ -1226,7 +1226,7 @@ namespace AIMS.OperationAanesthesia myprocess.StartInfo.UseShellExecute = false; myprocess.Start(); } - catch (Exception ex) + catch (Exception ) { MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”"); } @@ -1859,7 +1859,7 @@ namespace AIMS.OperationAanesthesia } } - catch (Exception ex) + catch (Exception ) { //出错处理,终止打印,设置e.HasMorePages参数,初始化相关变量 e.HasMorePages = false; diff --git a/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs index a40718f..e4549d7 100644 --- a/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs @@ -104,6 +104,12 @@ namespace AIMS.OperationAanesthesia txtPain.Text = _record.OpeRecoverInInfo.Nausea; slider1.Value = int.Parse(_record.OpeRecoverInInfo.Nausea); } + + cmbYs.Text = _record.OpeRecoverInInfo.Consciousness; + xbohxxt.Text = _record.OpeRecoverInInfo.RespiratorySystem; + txtCQL.Text = _record.OpeRecoverInInfo.Iiquid; + txtQYXRL.Text = _record.OpeRecoverInInfo.Blood; + TXTXY.Text = _record.OpeRecoverInInfo.AutologousBlood; } } catch (Exception exp) @@ -145,6 +151,12 @@ namespace AIMS.OperationAanesthesia _record.OpeRecoverInInfo.StewardLimbActivity = cboZTHDD.Text; _record.OpeRecoverInInfo.BP = txtBP.Text; _record.OpeRecoverInInfo.SPO2 = txtSPO2.Text; + + _record.OpeRecoverInInfo.Consciousness = cmbYs.Text; + _record.OpeRecoverInInfo.RespiratorySystem = xbohxxt.Text; + _record.OpeRecoverInInfo.Iiquid = txtCQL.Text; + _record.OpeRecoverInInfo.Blood = txtQYXRL.Text; + _record.OpeRecoverInInfo.AutologousBlood = TXTXY.Text; //if (cboQXCD.Text != "") // _record.OpeRecoverInInfo.StewardSober = cboQXCD.Text.Substring(0, cboQXCD.Text.LastIndexOf('(') - 1); //else @@ -266,6 +278,12 @@ namespace AIMS.OperationAanesthesia if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如"; if (cboTT.Text == "") cboTT.Text = "0分-无疼痛"; if (txtSQTSQK.Text == "") txtSQTSQK.Text = " /"; + if (txtT.Text == "") txtT.Text = " /"; + if (cmbYs.Text == "") cmbYs.Text = "未醒"; + if (xbohxxt.Text == "") xbohxxt.Text = "皮囊控制呼吸"; + if (txtCQL.Text == "") txtCQL.Text = " /"; + if (txtQYXRL.Text == "") txtQYXRL.Text = " /"; + if (TXTXY.Text == "") TXTXY.Text = " /"; slider1.Value = 5; } diff --git a/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs index f4af972..5300f78 100644 --- a/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs @@ -31,7 +31,6 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOpeRecoverInInfo)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); - this.txtPain = new AIMS.OremrUserControl.NumTextBox(); this.label5 = new System.Windows.Forms.Label(); this.slider1 = new DevComponents.DotNetBar.Controls.Slider(); this.groupBox2 = new System.Windows.Forms.GroupBox(); @@ -47,11 +46,7 @@ this.cboQXCD = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.btExit = new System.Windows.Forms.Button(); - this.txtSQTSQK = new AIMS.OremrUserControl.UText(); this.label54 = new System.Windows.Forms.Label(); - this.uText1 = new AIMS.OremrUserControl.UText(); - this.cboYLMC = new AIMS.OremrUserControl.UText(); - this.txtZPF = new AIMS.OremrUserControl.NumTextBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); @@ -76,6 +71,21 @@ this.cboMZPM = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.cboJMTC = new System.Windows.Forms.ComboBox(); + this.cmbYs = new System.Windows.Forms.ComboBox(); + this.label2 = new System.Windows.Forms.Label(); + this.xbohxxt = new System.Windows.Forms.ComboBox(); + this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.txtCQL = new System.Windows.Forms.TextBox(); + this.label8 = new System.Windows.Forms.Label(); + this.txtQYXRL = new System.Windows.Forms.TextBox(); + this.label12 = new System.Windows.Forms.Label(); + this.TXTXY = new System.Windows.Forms.TextBox(); + this.txtPain = new AIMS.OremrUserControl.NumTextBox(); + this.txtSQTSQK = new AIMS.OremrUserControl.UText(); + this.uText1 = new AIMS.OremrUserControl.UText(); + this.cboYLMC = new AIMS.OremrUserControl.UText(); + this.txtZPF = new AIMS.OremrUserControl.NumTextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); @@ -109,12 +119,22 @@ this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.cboYLBS); this.groupBox1.Controls.Add(this.label30); + this.groupBox1.Controls.Add(this.TXTXY); + this.groupBox1.Controls.Add(this.txtQYXRL); + this.groupBox1.Controls.Add(this.txtCQL); + this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.txtT); + this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label10); + this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.cboPF); + this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label27); + this.groupBox1.Controls.Add(this.xbohxxt); + this.groupBox1.Controls.Add(this.cmbYs); this.groupBox1.Controls.Add(this.cboMZPM); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.cboJMTC); @@ -123,7 +143,7 @@ this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.groupBox1.Size = new System.Drawing.Size(920, 354); + this.groupBox1.Size = new System.Drawing.Size(920, 373); this.groupBox1.TabIndex = 555; this.groupBox1.TabStop = false; this.groupBox1.Text = "入室情况"; @@ -132,24 +152,16 @@ // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(436, 306); + this.label7.Location = new System.Drawing.Point(436, 332); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(23, 20); this.label7.TabIndex = 567; this.label7.Text = "分"; // - // txtPain - // - this.txtPain.Location = new System.Drawing.Point(374, 304); - this.txtPain.Name = "txtPain"; - this.txtPain.ReadOnly = true; - this.txtPain.Size = new System.Drawing.Size(56, 26); - this.txtPain.TabIndex = 569; - // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(22, 306); + this.label5.Location = new System.Drawing.Point(22, 332); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 20); @@ -164,7 +176,7 @@ this.slider1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.slider1.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.slider1.LabelVisible = false; - this.slider1.Location = new System.Drawing.Point(97, 306); + this.slider1.Location = new System.Drawing.Point(97, 332); this.slider1.Maximum = 10; this.slider1.Name = "slider1"; this.slider1.Size = new System.Drawing.Size(267, 23); @@ -187,7 +199,7 @@ this.groupBox2.Controls.Add(this.label53); this.groupBox2.Controls.Add(this.cboQXCD); this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.groupBox2.Location = new System.Drawing.Point(14, 150); + this.groupBox2.Location = new System.Drawing.Point(14, 176); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(906, 115); this.groupBox2.TabIndex = 1532; @@ -339,7 +351,7 @@ this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Image = global::AIMS.Properties.Resources.麻醉记录_select; - this.button1.Location = new System.Drawing.Point(863, 99); + this.button1.Location = new System.Drawing.Point(863, 126); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(45, 45); this.button1.TabIndex = 561; @@ -351,7 +363,7 @@ this.btExit.BackColor = System.Drawing.Color.Aquamarine; this.btExit.FlatAppearance.BorderSize = 0; this.btExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btExit.Location = new System.Drawing.Point(740, 305); + this.btExit.Location = new System.Drawing.Point(740, 331); this.btExit.Name = "btExit"; this.btExit.Size = new System.Drawing.Size(90, 30); this.btExit.TabIndex = 561; @@ -360,72 +372,19 @@ this.btExit.Visible = false; this.btExit.Click += new System.EventHandler(this.btExit_Click); // - // txtSQTSQK - // - this.txtSQTSQK.BackColor = System.Drawing.Color.White; - this.txtSQTSQK.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtSQTSQK.DictionaryKey = "术中合并症"; - this.txtSQTSQK.Font = new System.Drawing.Font("宋体", 11F); - this.txtSQTSQK.IsFindDictionray = true; - this.txtSQTSQK.IsUpdateDictionary = false; - this.txtSQTSQK.Location = new System.Drawing.Point(460, 74); - this.txtSQTSQK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txtSQTSQK.Name = "txtSQTSQK"; - this.txtSQTSQK.Size = new System.Drawing.Size(434, 17); - this.txtSQTSQK.TabIndex = 1531; - this.txtSQTSQK.Tag = ""; - // // label54 // this.label54.AutoSize = true; - this.label54.Location = new System.Drawing.Point(732, 268); + this.label54.Location = new System.Drawing.Point(732, 294); this.label54.Name = "label54"; this.label54.Size = new System.Drawing.Size(100, 20); this.label54.TabIndex = 559; this.label54.Text = "Aldrete总评分"; // - // uText1 - // - this.uText1.BackColor = System.Drawing.Color.White; - this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.uText1.DictionaryKey = "皮肤破损"; - this.uText1.Font = new System.Drawing.Font("宋体", 11F); - this.uText1.IsFindDictionray = true; - this.uText1.IsUpdateDictionary = false; - this.uText1.Location = new System.Drawing.Point(652, 114); - this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText1.Name = "uText1"; - this.uText1.Size = new System.Drawing.Size(130, 17); - this.uText1.TabIndex = 1531; - this.uText1.Tag = ""; - // - // cboYLMC - // - this.cboYLMC.BackColor = System.Drawing.Color.White; - this.cboYLMC.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.cboYLMC.DictionaryKey = "皮肤破损"; - this.cboYLMC.Font = new System.Drawing.Font("宋体", 11F); - this.cboYLMC.IsFindDictionray = true; - this.cboYLMC.IsUpdateDictionary = false; - this.cboYLMC.Location = new System.Drawing.Point(700, 37); - this.cboYLMC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.cboYLMC.Name = "cboYLMC"; - this.cboYLMC.Size = new System.Drawing.Size(193, 17); - this.cboYLMC.TabIndex = 1531; - this.cboYLMC.Tag = ""; - this.cboYLMC.Text = " "; - // - // txtZPF - // - this.txtZPF.Location = new System.Drawing.Point(834, 266); - this.txtZPF.Name = "txtZPF"; - this.txtZPF.Size = new System.Drawing.Size(77, 26); - this.txtZPF.TabIndex = 560; - // // checkBox6 // this.checkBox6.AutoSize = true; - this.checkBox6.Location = new System.Drawing.Point(590, 110); + this.checkBox6.Location = new System.Drawing.Point(590, 143); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(56, 24); this.checkBox6.TabIndex = 571; @@ -436,7 +395,7 @@ // checkBox5 // this.checkBox5.AutoSize = true; - this.checkBox5.Location = new System.Drawing.Point(501, 110); + this.checkBox5.Location = new System.Drawing.Point(501, 143); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(70, 24); this.checkBox5.TabIndex = 571; @@ -446,7 +405,7 @@ // checkBox4 // this.checkBox4.AutoSize = true; - this.checkBox4.Location = new System.Drawing.Point(404, 110); + this.checkBox4.Location = new System.Drawing.Point(404, 143); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(56, 24); this.checkBox4.TabIndex = 571; @@ -456,7 +415,7 @@ // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(22, 268); + this.label1.Location = new System.Drawing.Point(22, 294); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); @@ -466,7 +425,7 @@ // checkBox3 // this.checkBox3.AutoSize = true; - this.checkBox3.Location = new System.Drawing.Point(279, 110); + this.checkBox3.Location = new System.Drawing.Point(279, 143); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(84, 24); this.checkBox3.TabIndex = 571; @@ -484,7 +443,7 @@ "Ⅱ级 肢体能在床上平行移动", "Ⅰ级 可见肌肉轻微收缩", "0级 完全瘫痪,不能作任何自由活动"}); - this.cboJSHF.Location = new System.Drawing.Point(97, 265); + this.cboJSHF.Location = new System.Drawing.Point(97, 291); this.cboJSHF.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); this.cboJSHF.Name = "cboJSHF"; this.cboJSHF.Size = new System.Drawing.Size(294, 28); @@ -493,7 +452,7 @@ // checkBox2 // this.checkBox2.AutoSize = true; - this.checkBox2.Location = new System.Drawing.Point(168, 110); + this.checkBox2.Location = new System.Drawing.Point(168, 143); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(70, 24); this.checkBox2.TabIndex = 571; @@ -516,7 +475,7 @@ "8分-持续疼痛难忍,全身大汗", "9分-剧烈疼痛无法忍受", "10分-最疼痛,生不如死"}); - this.cboTT.Location = new System.Drawing.Point(465, 264); + this.cboTT.Location = new System.Drawing.Point(465, 290); this.cboTT.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); this.cboTT.Name = "cboTT"; this.cboTT.Size = new System.Drawing.Size(267, 28); @@ -525,7 +484,7 @@ // checkBox1 // this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(43, 110); + this.checkBox1.Location = new System.Drawing.Point(43, 143); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(84, 24); this.checkBox1.TabIndex = 571; @@ -535,7 +494,7 @@ // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(401, 268); + this.label9.Location = new System.Drawing.Point(401, 294); this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(64, 20); @@ -704,12 +663,177 @@ this.cboJMTC.Size = new System.Drawing.Size(77, 28); this.cboJMTC.TabIndex = 518; // + // cmbYs + // + this.cmbYs.FormattingEnabled = true; + this.cmbYs.Items.AddRange(new object[] { + "", + "未醒", + "清醒", + "嗜睡", + "瞻妄", + "浅昏迷", + "中昏迷", + "深昏迷"}); + this.cmbYs.Location = new System.Drawing.Point(92, 105); + this.cmbYs.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); + this.cmbYs.Name = "cmbYs"; + this.cmbYs.Size = new System.Drawing.Size(77, 28); + this.cmbYs.TabIndex = 518; + this.cmbYs.SelectedIndexChanged += new System.EventHandler(this.cboMZPM_SelectedIndexChanged); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(28, 109); + this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(37, 20); + this.label2.TabIndex = 515; + this.label2.Text = "意识"; + // + // xbohxxt + // + this.xbohxxt.FormattingEnabled = true; + this.xbohxxt.Items.AddRange(new object[] { + "", + "皮囊控制呼吸", + "自主呼吸", + "带管自主呼吸", + "辅助呼吸", + "带管辅助呼吸"}); + this.xbohxxt.Location = new System.Drawing.Point(264, 105); + this.xbohxxt.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); + this.xbohxxt.Name = "xbohxxt"; + this.xbohxxt.Size = new System.Drawing.Size(99, 28); + this.xbohxxt.TabIndex = 518; + this.xbohxxt.SelectedIndexChanged += new System.EventHandler(this.cboMZPM_SelectedIndexChanged); + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(190, 106); + this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(65, 20); + this.label3.TabIndex = 515; + this.label3.Text = "呼吸系统"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(372, 108); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(51, 20); + this.label4.TabIndex = 555; + this.label4.Text = "潮气量"; + // + // txtCQL + // + this.txtCQL.Location = new System.Drawing.Point(434, 105); + this.txtCQL.Name = "txtCQL"; + this.txtCQL.Size = new System.Drawing.Size(60, 26); + this.txtCQL.TabIndex = 557; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(521, 108); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(79, 20); + this.label8.TabIndex = 555; + this.label8.Text = "欠余血容量"; + // + // txtQYXRL + // + this.txtQYXRL.Location = new System.Drawing.Point(611, 105); + this.txtQYXRL.Name = "txtQYXRL"; + this.txtQYXRL.Size = new System.Drawing.Size(60, 26); + this.txtQYXRL.TabIndex = 557; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(698, 111); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(37, 20); + this.label12.TabIndex = 555; + this.label12.Text = "胸液"; + // + // TXTXY + // + this.TXTXY.Location = new System.Drawing.Point(746, 106); + this.TXTXY.Name = "TXTXY"; + this.TXTXY.Size = new System.Drawing.Size(60, 26); + this.TXTXY.TabIndex = 557; + // + // txtPain + // + this.txtPain.Location = new System.Drawing.Point(374, 330); + this.txtPain.Name = "txtPain"; + this.txtPain.ReadOnly = true; + this.txtPain.Size = new System.Drawing.Size(56, 26); + this.txtPain.TabIndex = 569; + // + // txtSQTSQK + // + this.txtSQTSQK.BackColor = System.Drawing.Color.White; + this.txtSQTSQK.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.txtSQTSQK.DictionaryKey = "术中合并症"; + this.txtSQTSQK.Font = new System.Drawing.Font("宋体", 11F); + this.txtSQTSQK.IsFindDictionray = true; + this.txtSQTSQK.IsUpdateDictionary = false; + this.txtSQTSQK.Location = new System.Drawing.Point(460, 74); + this.txtSQTSQK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.txtSQTSQK.Name = "txtSQTSQK"; + this.txtSQTSQK.Size = new System.Drawing.Size(434, 17); + this.txtSQTSQK.TabIndex = 1531; + this.txtSQTSQK.Tag = ""; + // + // uText1 + // + this.uText1.BackColor = System.Drawing.Color.White; + this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.uText1.DictionaryKey = "皮肤破损"; + this.uText1.Font = new System.Drawing.Font("宋体", 11F); + this.uText1.IsFindDictionray = true; + this.uText1.IsUpdateDictionary = false; + this.uText1.Location = new System.Drawing.Point(652, 147); + this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText1.Name = "uText1"; + this.uText1.Size = new System.Drawing.Size(130, 17); + this.uText1.TabIndex = 1531; + this.uText1.Tag = ""; + // + // cboYLMC + // + this.cboYLMC.BackColor = System.Drawing.Color.White; + this.cboYLMC.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.cboYLMC.DictionaryKey = "皮肤破损"; + this.cboYLMC.Font = new System.Drawing.Font("宋体", 11F); + this.cboYLMC.IsFindDictionray = true; + this.cboYLMC.IsUpdateDictionary = false; + this.cboYLMC.Location = new System.Drawing.Point(700, 37); + this.cboYLMC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.cboYLMC.Name = "cboYLMC"; + this.cboYLMC.Size = new System.Drawing.Size(193, 17); + this.cboYLMC.TabIndex = 1531; + this.cboYLMC.Tag = ""; + this.cboYLMC.Text = " "; + // + // txtZPF + // + this.txtZPF.Location = new System.Drawing.Point(834, 292); + this.txtZPF.Name = "txtZPF"; + this.txtZPF.Size = new System.Drawing.Size(77, 26); + this.txtZPF.TabIndex = 560; + // // frmOpeRecoverInInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.AliceBlue; - this.ClientSize = new System.Drawing.Size(920, 149); + this.ClientSize = new System.Drawing.Size(920, 172); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); @@ -776,5 +900,15 @@ private System.Windows.Forms.Label label7; private OremrUserControl.NumTextBox txtPain; private DevComponents.DotNetBar.Controls.Slider slider1; + private System.Windows.Forms.TextBox TXTXY; + private System.Windows.Forms.TextBox txtQYXRL; + private System.Windows.Forms.TextBox txtCQL; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.ComboBox xbohxxt; + private System.Windows.Forms.ComboBox cmbYs; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs index 22c40d2..3b877a5 100644 --- a/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs @@ -28,7 +28,7 @@ namespace AIMS.OperationAanesthesia cboJSHF.Text = _record.OpeRecoverOutInfo.MuscleRelaxation;//肌力评分 txtBFZ.Text = _record.OpeRecoverOutInfo.ProtectiveReflex;//并发症 cboDXNL.Text = _record.OpeRecoverOutInfo.OrientationAbility;//非计划二次插管 - cboHXXT.Text = _record.OpeRecoverOutInfo.RespiratorySystem; + //cboHXXT.Text = _record.OpeRecoverOutInfo.RespiratorySystem; cboPF.Text = _record.OpeRecoverOutInfo.Skin;//皮肤情况 cboTT.Text = _record.OpeRecoverOutInfo.Pain; @@ -53,6 +53,12 @@ namespace AIMS.OperationAanesthesia cboXY.Text = _record.OpeRecoverOutInfo.AldteteBloodPressure; cboSPO2.Text = _record.OpeRecoverOutInfo.AldteteSPO2; + txtMAP.Text = _record.OpeRecoverOutInfo.DrainageName; + txtCQL.Text = _record.OpeRecoverOutInfo.DrainageIdentification; + TXTXY.Text = _record.OpeRecoverOutInfo.DrainagePosition; + txtSX.Text = _record.OpeRecoverOutInfo.LeftPupil; + txtPHY.Text = _record.OpeRecoverOutInfo.RightPupil; + if (_record.OpeRecoverOutInfo.PACUAldteteScore != null) txtAndree.Text = _record.OpeRecoverOutInfo.PACUAldteteScore.ToString(); if (_record.OpeRecoverOutInfo.State == "病房") @@ -89,7 +95,7 @@ namespace AIMS.OperationAanesthesia txtR.Text = _record.OpeRecoverOutInfo.R; txtHR.Text = _record.OpeRecoverOutInfo.HR; txtBP.Text = _record.OpeRecoverOutInfo.BP; - txtSPO2.Text = _record.OpeRecoverOutInfo.SPO2; + txtMAP.Text = _record.OpeRecoverOutInfo.SPO2; } } /// @@ -111,12 +117,12 @@ namespace AIMS.OperationAanesthesia _record.OpeRecoverOutInfo.MuscleRelaxation = cboJSHF.Text; _record.OpeRecoverOutInfo.ProtectiveReflex = txtBFZ.Text; _record.OpeRecoverOutInfo.OrientationAbility = cboDXNL.Text; - _record.OpeRecoverOutInfo.RespiratorySystem = cboHXXT.Text; + //_record.OpeRecoverOutInfo.RespiratorySystem = cboHXXT.Text; _record.OpeRecoverOutInfo.T = txtT.Text; _record.OpeRecoverOutInfo.R = txtR.Text; _record.OpeRecoverOutInfo.HR = txtHR.Text; _record.OpeRecoverOutInfo.BP = txtBP.Text; - _record.OpeRecoverOutInfo.SPO2 = txtSPO2.Text; + _record.OpeRecoverOutInfo.SPO2 = txtMAP.Text; _record.OpeRecoverOutInfo.Skin = cboPF.Text; _record.OpeRecoverOutInfo.Pain = cboTT.Text; _record.OpeRecoverOutInfo.BreathSounds = cboHXY.Text; @@ -131,6 +137,13 @@ namespace AIMS.OperationAanesthesia if (cboYS1.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteConsciousness = cboYS1.Text; if (cboSPO2.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteSPO2 = cboSPO2.Text; if (txtAndree.Text.Trim() != "") _record.OpeRecoverOutInfo.PACUAldteteScore = int.Parse(txtAndree.Text); + + _record.OpeRecoverOutInfo.DrainageName = txtMAP.Text; + _record.OpeRecoverOutInfo.DrainageIdentification = txtCQL.Text; + _record.OpeRecoverOutInfo.DrainagePosition = TXTXY.Text; + _record.OpeRecoverOutInfo.LeftPupil = txtSX.Text; + _record.OpeRecoverOutInfo.RightPupil = txtPHY.Text; + if (radioButton1.Checked == true) { _record.OpeRecoverOutInfo.State = "病房"; @@ -247,7 +260,7 @@ namespace AIMS.OperationAanesthesia if (cboYS1.Text != null && cboYS1.Text.Trim() != "") AldteteConsciousness = GetSourcesDate(cboYS1).Value; if (cboSPO2.Text != null && cboSPO2.Text.Trim() != "") AldteteSPO2 = GetSourcesDate(cboSPO2).Value; txtAndree.Text = (AldteteActivity + AldteteBreathing + AldteteBloodPressure + AldteteConsciousness + AldteteSPO2).ToString(); - } + } public int? GetSourcesDate(ComboBox SelCombo) { int? res = null; @@ -276,32 +289,36 @@ namespace AIMS.OperationAanesthesia if (cboJSHF.Text == "") cboJSHF.Text = " /";//好"; if (txtBFZ.Text == "") txtBFZ.Text = " /";//无"; if (cboDXNL.Text == "") cboDXNL.Text = " /";//好"; - if (cboHXXT.Text == "") cboHXXT.Text = " /";//自主呼吸"; + //if (cboHXXT.Text == "") cboHXXT.Text = " /";//自主呼吸"; if (cboTT.Text == "") cboTT.Text = " /";//无"; if (cboHXY.Text == "") cboHXY.Text = " /";//正常"; if (cboSS.Text == "") cboSS.Text = " /";//无"; if (txtTSQK.Text == "") txtTSQK.Text = " /"; if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如"; - if (cboTT.Text == "") cboTT.Text = "0分-无疼痛"; + if (cboTT.Text == "") cboTT.Text = "0分-无疼痛"; if (cboPF.Text == "") cboPF.Text = "未见异常"; if (cboQXCD.Text == "") cboQXCD.Text = "2分-完全清醒"; if (cboHXDTCCD.Text == "") cboHXDTCCD.Text = "2分-可按医师吩咐咳嗽"; if (cboZTHDD.Text == "") cboZTHDD.Text = "2分-肢体能做有意识活动"; - if (cboHD.Text == "") cboHD .Text = "2分-自主或遵嘱活动四肢和抬头"; - if (cboHX.Text == "") cboHX.Text = "2分-能深呼吸和有效咳嗽,呼吸频率和幅度正常"; - if (cboXY.Text == "") cboXY.Text = "2分-麻醉前±20%以内"; - if (cboYS1.Text == "") cboYS1.Text = "2分-完全清醒(准确回答)"; - if (cboSPO2.Text == "") cboSPO2.Text = "2分-呼吸空气SpO2≥92%"; + if (cboHD.Text == "") cboHD.Text = "2分-自主或遵嘱活动四肢和抬头"; + if (cboHX.Text == "") cboHX.Text = "2分-能深呼吸和有效咳嗽,呼吸频率和幅度正常"; + if (cboXY.Text == "") cboXY.Text = "2分-麻醉前±20%以内"; + if (cboYS1.Text == "") cboYS1.Text = "2分-完全清醒(准确回答)"; + if (cboSPO2.Text == "") cboSPO2.Text = "2分-呼吸空气SpO2≥92%"; slider1.Value = 2; + if (txtCQL.Text == "") txtCQL.Text = " /"; + if (TXTXY.Text == "") TXTXY.Text = " /"; + if (txtSX.Text == "") txtSX.Text = " /"; + if (txtPHY.Text == "") txtPHY.Text = " /"; } private void slider1_ValueChanged(object sender, EventArgs e) { txtPain.Text = slider1.Value.ToString(); } - + } } diff --git a/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs index 232e084..3f09dcb 100644 --- a/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs @@ -71,7 +71,7 @@ this.cboTT = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.txtBFZ = new AIMS.OremrUserControl.UText(); - this.txtSPO2 = new System.Windows.Forms.TextBox(); + this.txtMAP = new System.Windows.Forms.TextBox(); this.txtBP = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); @@ -79,14 +79,11 @@ this.txtR = new System.Windows.Forms.TextBox(); this.txtT = new System.Windows.Forms.TextBox(); this.cboJSHF = new System.Windows.Forms.ComboBox(); - this.label29 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); - this.cboHXXT = new System.Windows.Forms.ComboBox(); this.cboDXNL = new System.Windows.Forms.ComboBox(); - this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); @@ -100,6 +97,18 @@ this.cboPF = new System.Windows.Forms.ComboBox(); this.label31 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.label16 = new System.Windows.Forms.Label(); + this.TXTXY = new System.Windows.Forms.TextBox(); + this.txtCQL = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.txtSX = new System.Windows.Forms.TextBox(); + this.label26 = new System.Windows.Forms.Label(); + this.txtPHY = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); @@ -107,6 +116,14 @@ // // groupBox1 // + this.groupBox1.Controls.Add(this.TXTXY); + this.groupBox1.Controls.Add(this.txtPHY); + this.groupBox1.Controls.Add(this.txtSX); + this.groupBox1.Controls.Add(this.txtCQL); + this.groupBox1.Controls.Add(this.label26); + this.groupBox1.Controls.Add(this.label19); + this.groupBox1.Controls.Add(this.label7); + this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.label40); @@ -124,7 +141,8 @@ this.groupBox1.Controls.Add(this.cboTT); this.groupBox1.Controls.Add(this.label24); this.groupBox1.Controls.Add(this.txtBFZ); - this.groupBox1.Controls.Add(this.txtSPO2); + this.groupBox1.Controls.Add(this.textBox1); + this.groupBox1.Controls.Add(this.txtMAP); this.groupBox1.Controls.Add(this.txtBP); this.groupBox1.Controls.Add(this.label22); this.groupBox1.Controls.Add(this.label30); @@ -132,15 +150,15 @@ this.groupBox1.Controls.Add(this.txtR); this.groupBox1.Controls.Add(this.txtT); this.groupBox1.Controls.Add(this.cboJSHF); - this.groupBox1.Controls.Add(this.label29); + this.groupBox1.Controls.Add(this.label9); + this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label21); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label10); - this.groupBox1.Controls.Add(this.cboHXXT); this.groupBox1.Controls.Add(this.cboDXNL); - this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); + this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label28); this.groupBox1.Controls.Add(this.label20); this.groupBox1.Controls.Add(this.label14); @@ -158,7 +176,7 @@ this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.groupBox1.Size = new System.Drawing.Size(927, 566); + this.groupBox1.Size = new System.Drawing.Size(927, 607); this.groupBox1.TabIndex = 556; this.groupBox1.TabStop = false; this.groupBox1.Text = "出室情况"; @@ -170,7 +188,7 @@ this.groupBox3.Controls.Add(this.label25); this.groupBox3.Controls.Add(this.slider1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom; - this.groupBox3.Location = new System.Drawing.Point(4, 325); + this.groupBox3.Location = new System.Drawing.Point(4, 366); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(919, 54); this.groupBox3.TabIndex = 1538; @@ -245,7 +263,7 @@ this.groupBox4.Controls.Add(this.label36); this.groupBox4.Controls.Add(this.txtAndree); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom; - this.groupBox4.Location = new System.Drawing.Point(4, 379); + this.groupBox4.Location = new System.Drawing.Point(4, 420); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(919, 182); this.groupBox4.TabIndex = 1537; @@ -493,7 +511,7 @@ // this.label40.AutoSize = true; this.label40.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label40.Location = new System.Drawing.Point(10, 207); + this.label40.Location = new System.Drawing.Point(10, 241); this.label40.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(122, 19); @@ -503,7 +521,7 @@ // label52 // this.label52.AutoSize = true; - this.label52.Location = new System.Drawing.Point(443, 243); + this.label52.Location = new System.Drawing.Point(443, 277); this.label52.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label52.Name = "label52"; this.label52.Size = new System.Drawing.Size(107, 20); @@ -513,7 +531,7 @@ // label53 // this.label53.AutoSize = true; - this.label53.Location = new System.Drawing.Point(16, 283); + this.label53.Location = new System.Drawing.Point(16, 317); this.label53.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label53.Name = "label53"; this.label53.Size = new System.Drawing.Size(79, 20); @@ -528,7 +546,7 @@ "2分-可按医师吩咐咳嗽", "1分-不用支持可以维持呼吸道通畅", "0分-呼吸道需要予以支持"}); - this.cboHXDTCCD.Location = new System.Drawing.Point(555, 239); + this.cboHXDTCCD.Location = new System.Drawing.Point(555, 273); this.cboHXDTCCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); this.cboHXDTCCD.Name = "cboHXDTCCD"; this.cboHXDTCCD.Size = new System.Drawing.Size(340, 28); @@ -543,7 +561,7 @@ "2分-肢体能做有意识活动", "1分-肢体无意识活动", "0分-肢体无活动"}); - this.cboZTHDD.Location = new System.Drawing.Point(103, 279); + this.cboZTHDD.Location = new System.Drawing.Point(103, 313); this.cboZTHDD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); this.cboZTHDD.Name = "cboZTHDD"; this.cboZTHDD.Size = new System.Drawing.Size(334, 28); @@ -562,7 +580,7 @@ // // txtZPF // - this.txtZPF.Location = new System.Drawing.Point(555, 276); + this.txtZPF.Location = new System.Drawing.Point(555, 310); this.txtZPF.Name = "txtZPF"; this.txtZPF.Size = new System.Drawing.Size(77, 26); this.txtZPF.TabIndex = 560; @@ -570,7 +588,7 @@ // label54 // this.label54.AutoSize = true; - this.label54.Location = new System.Drawing.Point(445, 279); + this.label54.Location = new System.Drawing.Point(445, 313); this.label54.Name = "label54"; this.label54.Size = new System.Drawing.Size(105, 20); this.label54.TabIndex = 559; @@ -579,7 +597,7 @@ // label51 // this.label51.AutoSize = true; - this.label51.Location = new System.Drawing.Point(30, 243); + this.label51.Location = new System.Drawing.Point(30, 277); this.label51.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label51.Name = "label51"; this.label51.Size = new System.Drawing.Size(65, 20); @@ -594,7 +612,7 @@ "2分-完全清醒", "1分-对刺激有反应", "0分-对刺激无反应"}); - this.cboQXCD.Location = new System.Drawing.Point(103, 239); + this.cboQXCD.Location = new System.Drawing.Point(103, 273); this.cboQXCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); this.cboQXCD.Name = "cboQXCD"; this.cboQXCD.Size = new System.Drawing.Size(334, 28); @@ -688,13 +706,13 @@ this.txtBFZ.TabIndex = 1532; this.txtBFZ.Tag = ""; // - // txtSPO2 + // txtMAP // - this.txtSPO2.Location = new System.Drawing.Point(756, 173); - this.txtSPO2.Name = "txtSPO2"; - this.txtSPO2.Size = new System.Drawing.Size(100, 26); - this.txtSPO2.TabIndex = 557; - this.txtSPO2.Visible = false; + this.txtMAP.Location = new System.Drawing.Point(756, 173); + this.txtMAP.Name = "txtMAP"; + this.txtMAP.Size = new System.Drawing.Size(100, 26); + this.txtMAP.TabIndex = 557; + this.txtMAP.Visible = false; // // txtBP // @@ -762,16 +780,6 @@ this.cboJSHF.Size = new System.Drawing.Size(388, 28); this.cboJSHF.TabIndex = 518; // - // label29 - // - this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(859, 176); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(21, 20); - this.label29.TabIndex = 556; - this.label29.Text = "%"; - this.label29.Visible = false; - // // label21 // this.label21.AutoSize = true; @@ -811,21 +819,6 @@ this.label10.TabIndex = 556; this.label10.Text = "℃"; // - // cboHXXT - // - this.cboHXXT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cboHXXT.FormattingEnabled = true; - this.cboHXXT.Items.AddRange(new object[] { - "自主呼吸", - "带管自主呼吸", - "辅助呼吸"}); - this.cboHXXT.Location = new System.Drawing.Point(788, 26); - this.cboHXXT.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10); - this.cboHXXT.Name = "cboHXXT"; - this.cboHXXT.Size = new System.Drawing.Size(120, 28); - this.cboHXXT.TabIndex = 518; - this.cboHXXT.Visible = false; - // // cboDXNL // this.cboDXNL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -839,17 +832,6 @@ this.cboDXNL.Size = new System.Drawing.Size(77, 28); this.cboDXNL.TabIndex = 518; // - // label4 - // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(715, 30); - this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(65, 20); - this.label4.TabIndex = 515; - this.label4.Text = "呼吸系统"; - this.label4.Visible = false; - // // label3 // this.label3.AutoSize = true; @@ -865,9 +847,9 @@ this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(709, 176); this.label28.Name = "label28"; - this.label28.Size = new System.Drawing.Size(45, 20); + this.label28.Size = new System.Drawing.Size(42, 20); this.label28.TabIndex = 555; - this.label28.Text = "SPO2"; + this.label28.Text = "MAP"; this.label28.Visible = false; // // label20 @@ -988,12 +970,114 @@ this.label1.TabIndex = 515; this.label1.Text = "肌力评分"; // + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(708, 211); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(45, 20); + this.label8.TabIndex = 555; + this.label8.Text = "SPO2"; + this.label8.Visible = false; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(858, 211); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(21, 20); + this.label9.TabIndex = 556; + this.label9.Text = "%"; + this.label9.Visible = false; + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(755, 208); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(100, 26); + this.textBox1.TabIndex = 557; + this.textBox1.Visible = false; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Location = new System.Drawing.Point(859, 175); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(55, 20); + this.label16.TabIndex = 556; + this.label16.Text = "mmHg"; + this.label16.Visible = false; + // + // TXTXY + // + this.TXTXY.Location = new System.Drawing.Point(228, 205); + this.TXTXY.Name = "TXTXY"; + this.TXTXY.Size = new System.Drawing.Size(60, 26); + this.TXTXY.TabIndex = 1541; + // + // txtCQL + // + this.txtCQL.Location = new System.Drawing.Point(101, 205); + this.txtCQL.Name = "txtCQL"; + this.txtCQL.Size = new System.Drawing.Size(60, 26); + this.txtCQL.TabIndex = 1542; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(181, 207); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(37, 20); + this.label7.TabIndex = 1539; + this.label7.Text = "胸液"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(40, 207); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(51, 20); + this.label17.TabIndex = 1540; + this.label17.Text = "潮气量"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Location = new System.Drawing.Point(298, 207); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(37, 20); + this.label19.TabIndex = 1540; + this.label19.Text = "输血"; + // + // txtSX + // + this.txtSX.Location = new System.Drawing.Point(345, 205); + this.txtSX.Name = "txtSX"; + this.txtSX.Size = new System.Drawing.Size(60, 26); + this.txtSX.TabIndex = 1542; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Location = new System.Drawing.Point(415, 207); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(51, 20); + this.label26.TabIndex = 1540; + this.label26.Text = "平恒液"; + // + // txtPHY + // + this.txtPHY.Location = new System.Drawing.Point(476, 205); + this.txtPHY.Name = "txtPHY"; + this.txtPHY.Size = new System.Drawing.Size(60, 26); + this.txtPHY.TabIndex = 1542; + // // frmOpeRecoverOutInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.AliceBlue; - this.ClientSize = new System.Drawing.Size(920, 566); + this.ClientSize = new System.Drawing.Size(920, 607); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); @@ -1019,12 +1103,11 @@ private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label30; - private System.Windows.Forms.TextBox txtSPO2; + private System.Windows.Forms.TextBox txtMAP; private System.Windows.Forms.TextBox txtBP; private System.Windows.Forms.TextBox txtHR; private System.Windows.Forms.TextBox txtR; private System.Windows.Forms.TextBox txtT; - private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label13; @@ -1035,8 +1118,6 @@ private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.ComboBox cboHXXT; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cboDXNL; private System.Windows.Forms.Label label6; @@ -1088,5 +1169,17 @@ private System.Windows.Forms.ComboBox cboHD; private System.Windows.Forms.Label label36; private OremrUserControl.NumTextBox txtAndree; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.TextBox TXTXY; + private System.Windows.Forms.TextBox txtPHY; + private System.Windows.Forms.TextBox txtSX; + private System.Windows.Forms.TextBox txtCQL; + private System.Windows.Forms.Label label26; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label17; } } \ No newline at end of file diff --git a/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs index 12958c7..0bd604c 100644 --- a/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs @@ -31,7 +31,7 @@ namespace AIMS.OperationAanesthesia /// 生成书名列表 /// /// - DataTable dt = null; + //DataTable dt = null; /// /// 获取所有知识库节点 /// diff --git a/AIMS/OperationFront/frmOperationSchedulePlan.cs b/AIMS/OperationFront/frmOperationSchedulePlan.cs index 0d1db47..e9180ca 100644 --- a/AIMS/OperationFront/frmOperationSchedulePlan.cs +++ b/AIMS/OperationFront/frmOperationSchedulePlan.cs @@ -4875,7 +4875,7 @@ namespace AIMS.OperationFront.UI myprocess.StartInfo.UseShellExecute = false; myprocess.Start(); } - catch (Exception ex) + catch (Exception ) { MessageBox.Show(@"C:\APPSOFT\zlSoftCISInterface.exe·ҲzlSoftCISInterface.exe"); } diff --git a/AIMS/OremrUserControl/UCOperationGoodsBill.cs b/AIMS/OremrUserControl/UCOperationGoodsBill.cs index 12bed37..1741c46 100644 --- a/AIMS/OremrUserControl/UCOperationGoodsBill.cs +++ b/AIMS/OremrUserControl/UCOperationGoodsBill.cs @@ -50,7 +50,7 @@ namespace AIMS.OremrUserControl private string opeDoing;//术中增加 private string closeFront;//关闭腔体前 private string closeLast;//关闭腔体后 - private string skinCloseLast;//缝皮腔体后 + //private string skinCloseLast;//缝皮腔体后 private string goodsNumber;//器械数量 private Color ucBackColor; @@ -280,7 +280,7 @@ namespace AIMS.OremrUserControl this.txtCloseLast.Text = result; //this.txtSkinCloseLast.Text = result; } - catch (Exception ex) + catch (Exception ) { // string TextValue = @"\"; //if (((TextBox)sender).Text != TextValue) diff --git a/AIMS/OremrUserControl/UCOperationGoodsBill5.cs b/AIMS/OremrUserControl/UCOperationGoodsBill5.cs index c7cefe1..ef4f54b 100644 --- a/AIMS/OremrUserControl/UCOperationGoodsBill5.cs +++ b/AIMS/OremrUserControl/UCOperationGoodsBill5.cs @@ -281,7 +281,7 @@ namespace AIMS.OremrUserControl //this.txtCloseLast.Text = result; //this.txtSkinCloseLast.Text = result; } - catch (Exception ex) + catch (Exception ) { // string TextValue = @"\"; //if (((TextBox)sender).Text != TextValue) diff --git a/AIMS/PublicUI/frmSelectDictionary.designer.cs b/AIMS/PublicUI/frmSelectDictionary.designer.cs index 77b0ee7..c6fe684 100644 --- a/AIMS/PublicUI/frmSelectDictionary.designer.cs +++ b/AIMS/PublicUI/frmSelectDictionary.designer.cs @@ -41,7 +41,7 @@ this.panel2 = new System.Windows.Forms.Panel(); this.dgvDictionary = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn(); + this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.aName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Explain = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -156,7 +156,7 @@ this.dgvDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, - this.Select, + this.Selectcol, this.aName, this.Explain}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; @@ -190,14 +190,14 @@ this.Id.Visible = false; this.Id.Width = 150; // - // Select + // Selectcol // - this.Select.HeaderText = "选择"; - this.Select.Name = "Select"; - this.Select.ReadOnly = true; - this.Select.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.Select.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; - this.Select.Width = 65; + this.Selectcol.HeaderText = "选择"; + this.Selectcol.Name = "Select"; + this.Selectcol.ReadOnly = true; + this.Selectcol.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.Selectcol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + this.Selectcol.Width = 65; // // aName // @@ -278,7 +278,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn Id; - private System.Windows.Forms.DataGridViewCheckBoxColumn Select; + private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol; private System.Windows.Forms.DataGridViewTextBoxColumn aName; private System.Windows.Forms.DataGridViewTextBoxColumn Explain; } diff --git a/AIMSAutoUpdate/AppUpdater.cs b/AIMSAutoUpdate/AppUpdater.cs index c4aeb95..0b04a71 100644 --- a/AIMSAutoUpdate/AppUpdater.cs +++ b/AIMSAutoUpdate/AppUpdater.cs @@ -37,7 +37,7 @@ namespace AIMSAutoUpdate /// public AppUpdater() { - this.handle = handle; + //this.handle = handle; } public void Dispose() { diff --git a/AIMSAutoUpdate/FTPTransmission.cs b/AIMSAutoUpdate/FTPTransmission.cs index d09ad19..30f04a2 100644 --- a/AIMSAutoUpdate/FTPTransmission.cs +++ b/AIMSAutoUpdate/FTPTransmission.cs @@ -100,7 +100,7 @@ namespace AIMSAutoUpdate string[] fen = str.ToString().Split('\n'); return fen; } - catch (Exception ex) + catch (Exception ) { MessageBox.Show("更新失败! 请检查网络或者FTP用户名与口令!"); Environment.Exit(0); diff --git a/AIMSEntity/DAL/AutoGenerate/DFactBloodGasAnalysis.cs b/AIMSEntity/DAL/AutoGenerate/DFactBloodGasAnalysis.cs index 9fc323b..f0ab546 100644 --- a/AIMSEntity/DAL/AutoGenerate/DFactBloodGasAnalysis.cs +++ b/AIMSEntity/DAL/AutoGenerate/DFactBloodGasAnalysis.cs @@ -28,7 +28,7 @@ namespace AIMSDAL cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult)); cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark)); cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType)); - cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelected==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelected)); + cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelectedd==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelectedd)); cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value)); cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value)); return Convert.ToInt32(cmd.ExecuteScalar()); @@ -182,7 +182,7 @@ namespace AIMSDAL cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult)); cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark)); cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType)); - cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelected==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelected)); + cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelectedd==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelectedd)); cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value)); cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value)); cmd.Parameters.Add(new SqlParameter("@Id", factBloodGasAnalysis.Id)); @@ -611,7 +611,7 @@ namespace AIMSDAL } if(dr["IsSelected"]!=System.DBNull.Value) { - entity.IsSelected=dr["IsSelected"].ToString(); + entity.IsSelectedd=dr["IsSelected"].ToString(); } if(dr["OperatorId"]!=System.DBNull.Value) { diff --git a/AIMSExtension/FTPTransmission.cs b/AIMSExtension/FTPTransmission.cs index a053b68..dbe62be 100644 --- a/AIMSExtension/FTPTransmission.cs +++ b/AIMSExtension/FTPTransmission.cs @@ -181,7 +181,7 @@ namespace AIMSExtension DirectoryInfo theFolder = new DirectoryInfo(ftpads); printAllFile(theFolder); } - catch (Exception ex) + catch (Exception) { //MessageBox.Show("获取目录失败+downftp" + ex.ToString()); diff --git a/AIMSExtension/PublicMethod.cs b/AIMSExtension/PublicMethod.cs index a756efb..3452705 100644 --- a/AIMSExtension/PublicMethod.cs +++ b/AIMSExtension/PublicMethod.cs @@ -23,8 +23,8 @@ namespace AIMSExtension public static string NowVersion; public static int SelectRoom; - private static char zdSplit = '|'; - private static char nameValueSplit = '*'; + //private static char zdSplit = '|'; + //private static char nameValueSplit = '*'; [DllImport("kernel32.dll", SetLastError = true)] public static extern int SetLocalTime(ref SystemTime lpSystemTime); diff --git a/BeginScreen/RoomHandler.ashx.cs b/BeginScreen/RoomHandler.ashx.cs index 33bd9b8..95970a6 100644 --- a/BeginScreen/RoomHandler.ashx.cs +++ b/BeginScreen/RoomHandler.ashx.cs @@ -29,12 +29,12 @@ namespace BeginScreen private string fontFamily = "微软雅黑"; private string rowOddBgColor = "#000000"; private string rowEvenBgColor = "#000000"; - private string opeBeforColor = "DodgerBlue"; - private string opeInColor = "yellow"; - private string opeAfterColor = "rgb(32, 218, 112)"; - private string opeInColor1 = "Orange"; - private string opeAfterColor1 = "Wheat"; - private string defaultColor = "LightSkyBlue"; //1 + //private string opeBeforColor = "DodgerBlue"; + //private string opeInColor = "yellow"; + //private string opeAfterColor = "rgb(32, 218, 112)"; + //private string opeInColor1 = "Orange"; + //private string opeAfterColor1 = "Wheat"; + //private string defaultColor = "LightSkyBlue"; //1 private string PatientNames = ""; private string OpeTime = ""; private string DeptId = ""; diff --git a/BeginScreen/WaitingHandler.ashx.cs b/BeginScreen/WaitingHandler.ashx.cs index f0e22de..fe2098a 100644 --- a/BeginScreen/WaitingHandler.ashx.cs +++ b/BeginScreen/WaitingHandler.ashx.cs @@ -16,7 +16,7 @@ namespace BeginScreen public class WaitingHandler : HandlerBase { - static int glop = 1; + //static int glop = 1; private DateTime _beginDate; private DateTime _endDate; private int dSum; //数据表的总记录 @@ -35,13 +35,13 @@ namespace BeginScreen private string fontFamily = "微软雅黑"; private string rowOddBgColor = "#000000"; private string rowEvenBgColor = "#000000"; - private string opeBeforColor = "DodgerBlue"; + //private string opeBeforColor = "DodgerBlue"; //private string opeInColor = "red"; - private string opeInColor = "yellow"; - private string opeAfterColor = "rgb(32, 218, 112)"; - private string opeInColor1 = "Orange"; - private string opeAfterColor1 = "Wheat"; - private string defaultColor = "LightSkyBlue"; //1 + //private string opeInColor = "yellow"; + //private string opeAfterColor = "rgb(32, 218, 112)"; + //private string opeInColor1 = "Orange"; + //private string opeAfterColor1 = "Wheat"; + //private string defaultColor = "LightSkyBlue"; //1 private string PatientNames = ""; private string OpeTime = ""; private string DeptId = ""; diff --git a/DocumentManagement/GoldPrinter/DrawText.cs b/DocumentManagement/GoldPrinter/DrawText.cs index 8e5b9c9..7c67ea8 100644 --- a/DocumentManagement/GoldPrinter/DrawText.cs +++ b/DocumentManagement/GoldPrinter/DrawText.cs @@ -17,7 +17,7 @@ namespace GoldPrinter private int _charsFitted; - private bool _hasMorePages; + //private bool _hasMorePages; private static int intCurrentCharIndex; diff --git a/DocumentManagement/GoldPrinter/GoldGrid.cs b/DocumentManagement/GoldPrinter/GoldGrid.cs index d73d8aa..a7bf6c4 100644 --- a/DocumentManagement/GoldPrinter/GoldGrid.cs +++ b/DocumentManagement/GoldPrinter/GoldGrid.cs @@ -176,7 +176,7 @@ namespace GoldPrinter num2++; } } - catch (Exception var_5_5A) + catch (Exception ) { } try @@ -187,7 +187,7 @@ namespace GoldPrinter num++; } } - catch (Exception var_5_5A) + catch (Exception ) { } string[,] array = new string[num, num2]; @@ -201,7 +201,7 @@ namespace GoldPrinter } } } - catch (Exception var_5_5A) + catch (Exception ) { } result = array; diff --git a/DocumentManagement/GoldPrinter/MisGoldPrinter.cs b/DocumentManagement/GoldPrinter/MisGoldPrinter.cs index dab237c..91dc642 100644 --- a/DocumentManagement/GoldPrinter/MisGoldPrinter.cs +++ b/DocumentManagement/GoldPrinter/MisGoldPrinter.cs @@ -500,7 +500,7 @@ namespace GoldPrinter this.mCurrentRowIndex = 0; } } - catch (Exception var_2_55) + catch (Exception ) { } } diff --git a/DocumentManagement/GoldPrinter/MultiHeader.cs b/DocumentManagement/GoldPrinter/MultiHeader.cs index d9ad7e4..e1b0261 100644 --- a/DocumentManagement/GoldPrinter/MultiHeader.cs +++ b/DocumentManagement/GoldPrinter/MultiHeader.cs @@ -98,7 +98,7 @@ namespace GoldPrinter base.Graphics.SetClip(new Rectangle(x, y, this.mdrawGrid.ColsWidth[0], this.mdrawGrid.PreferredRowHeight * this.mdrawGrid.Rows)); base.Graphics.DrawLine(Pens.Black, x, y, x2, y2); } - catch (Exception var_4_A2) + catch (Exception ) { } finally diff --git a/DrawGraph/AreaManage/DrugsManage.cs b/DrawGraph/AreaManage/DrugsManage.cs index 0122fb1..a061284 100644 --- a/DrawGraph/AreaManage/DrugsManage.cs +++ b/DrawGraph/AreaManage/DrugsManage.cs @@ -349,7 +349,7 @@ namespace DrawGraph double x = linePack.RealX; RectangleFramePackObj remarkPpack = template.GetPackObjectOTag("RemarkManage_RectangleFramePackObj_2"); int DrawIndex = 0; - double y; + //double y; double StartRemarkRatio = remarkPpack.RealY; double EndRemarkRatio = remarkPpack.RealEndY; try diff --git a/DrawGraph/AreaManage/FactBloodGasAnalysis.cs b/DrawGraph/AreaManage/FactBloodGasAnalysis.cs index c09f9e4..20e3253 100644 --- a/DrawGraph/AreaManage/FactBloodGasAnalysis.cs +++ b/DrawGraph/AreaManage/FactBloodGasAnalysis.cs @@ -70,7 +70,7 @@ namespace DrawGraph /// /// /// - public string IsSelected + public string IsSelectedd { get { return isSelected; } set { isSelected = value; } diff --git a/DrawGraph/AreaManage/FactOutputLiquids.cs b/DrawGraph/AreaManage/FactOutputLiquids.cs index 776cb19..d05d111 100644 --- a/DrawGraph/AreaManage/FactOutputLiquids.cs +++ b/DrawGraph/AreaManage/FactOutputLiquids.cs @@ -12,7 +12,7 @@ namespace DrawGraph private int _patientid; private int _outputliquidstypeid; private int _outputliquidsid; - private int _outputliquidsName; + //private int _outputliquidsName; private DateTime _begintime; private DateTime _endtime; private decimal _dosage; diff --git a/DrawGraph/AreaManage/InstrumentDataManage.cs b/DrawGraph/AreaManage/InstrumentDataManage.cs index 8565720..88f5954 100644 --- a/DrawGraph/AreaManage/InstrumentDataManage.cs +++ b/DrawGraph/AreaManage/InstrumentDataManage.cs @@ -370,7 +370,7 @@ namespace DrawGraph { int.Parse(ablePack.PackValue); } - catch (Exception exp) + catch (Exception ) { MessageBox.Show(pack.Descript + "不能为空且必须是数值型"); return false; @@ -526,6 +526,7 @@ namespace DrawGraph } catch (Exception ex) { + PublicMethod.WriteLog(ex); } finally { @@ -642,7 +643,7 @@ namespace DrawGraph AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; if (ableEdit == null) return; //拿到数据源(格式:OperationRecord.PatientRef.Bed) - bool updateOk = true; + //bool updateOk = true; try { SetAbleEditView(ableEdit); @@ -660,10 +661,9 @@ namespace DrawGraph } } } - catch (Exception ex) + catch (Exception ex ) { - //写日志 - updateOk = false; + PublicMethod.WriteLog(ex); } } diff --git a/DrawGraph/AreaManage/TempDataManage.cs b/DrawGraph/AreaManage/TempDataManage.cs index eac5621..ea9e5eb 100644 --- a/DrawGraph/AreaManage/TempDataManage.cs +++ b/DrawGraph/AreaManage/TempDataManage.cs @@ -274,7 +274,7 @@ namespace DrawGraph { int.Parse(ablePack.PackValue); } - catch (Exception exp) + catch (Exception ) { MessageBox.Show(pack.Descript + "不能为空且必须是数值型"); return false; @@ -411,6 +411,7 @@ namespace DrawGraph } catch (Exception ex) { + PublicMethod.WriteLog(ex); } finally { diff --git a/DrawGraph/BoardPack/AbandonTablePackObj.cs b/DrawGraph/BoardPack/AbandonTablePackObj.cs index cc35b99..118a7d3 100644 --- a/DrawGraph/BoardPack/AbandonTablePackObj.cs +++ b/DrawGraph/BoardPack/AbandonTablePackObj.cs @@ -54,7 +54,7 @@ namespace DrawGraph } } - public float EndY + public float EndY { get { @@ -66,7 +66,7 @@ namespace DrawGraph } } - public float EndX + public float EndX { get { @@ -94,7 +94,7 @@ namespace DrawGraph } [JsonIgnore] - private float RealEndX + private float RealEndX { get { diff --git a/DrawGraph/GUtil/EntityObjectChangeNotifier.cs b/DrawGraph/GUtil/EntityObjectChangeNotifier.cs index 6fb69c2..b399d0a 100644 --- a/DrawGraph/GUtil/EntityObjectChangeNotifier.cs +++ b/DrawGraph/GUtil/EntityObjectChangeNotifier.cs @@ -14,8 +14,8 @@ namespace DrawGraph /// public class EntityObjectChangeNotifier { - public static event EventHandler ObjectChanged; - private static bool isSetOk = true; //设置值是否成功 + //public static event EventHandler ObjectChanged; + //private static bool isSetOk = true; //设置值是否成功 public static bool isCreateOk = false; public static object SubObjSetValue(object t, string propertyName, string value) @@ -39,7 +39,7 @@ namespace DrawGraph PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro); if (p == default(PropertyInfo)) { - isSetOk = false; + //isSetOk = false; } else { @@ -50,7 +50,7 @@ namespace DrawGraph //如果这个属性的标签是不取值的属性,则返回 if (attrib != null) { - isSetOk = false; + //isSetOk = false; return oldValue; } @@ -71,7 +71,7 @@ namespace DrawGraph PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro); if (p == default(PropertyInfo)) { - isSetOk = false; + //isSetOk = false; } else { @@ -82,7 +82,7 @@ namespace DrawGraph //如果这个属性的标签是不取值的属性,则返回 if (attrib != null) { - isSetOk = false; + //isSetOk = false; return subObj; } string subProName = propertyName.Replace((pro + "."), ""); diff --git a/DrawGraphManagement/AIMS.xml b/DrawGraphManagement/AIMS.xml index 102438a..c7ddc8f 100644 --- a/DrawGraphManagement/AIMS.xml +++ b/DrawGraphManagement/AIMS.xml @@ -1,6 +1,6 @@  - Data Source=.;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020; + Data Source=.;Initial Catalog=AIMSDB_DLSJZQZYYY;User ID=sa;Password=Test2020; Data Source=.;Initial Catalog=AIMSDB_DATA;User ID=sa;Password=123456; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.7)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl2))));Persist Security Info=True;User ID=smview;Password=i39; diff --git a/DrawGraphManagement/AreaManageForm.cs b/DrawGraphManagement/AreaManageForm.cs index 0c1c276..e55a92f 100644 --- a/DrawGraphManagement/AreaManageForm.cs +++ b/DrawGraphManagement/AreaManageForm.cs @@ -16,7 +16,7 @@ namespace DrawGraphManagement PackObjBase bb = null; PackObjBase selectPoB = null; //string outFlat = "||"; - string asFileName = ""; + //string asFileName = ""; private TreeNode selectNode = null; //选中的结点 private PrintDocument pDoc; diff --git a/DrawGraphManagement/MyUserControl/UCSelect.cs b/DrawGraphManagement/MyUserControl/UCSelect.cs index f7ff57e..53fd3f2 100644 --- a/DrawGraphManagement/MyUserControl/UCSelect.cs +++ b/DrawGraphManagement/MyUserControl/UCSelect.cs @@ -8,7 +8,7 @@ namespace DrawGraphManagement.MyUserControl public class UCSelect : UCBase { - PackObjBase selectPoB = null; + //PackObjBase selectPoB = null; public UCSelect(PackObjBase pob) { @@ -43,7 +43,7 @@ namespace DrawGraphManagement.MyUserControl Enum ltype = (Enum)info.GetValue(selectPoB, null); comboBox1.Text = ltype.ToString(); comboBox1.TabIndex = 4; - comboBox1.SelectedValueChanged += new EventHandler(comboBox1_SelectedValueChanged); + comboBox1.SelectedValueChanged += new EventHandler(ComboBox1_SelectedValueChanged); label.AutoSize = true; label.Dock = System.Windows.Forms.DockStyle.Left; @@ -79,7 +79,7 @@ namespace DrawGraphManagement.MyUserControl return panel; } - void comboBox1_SelectedValueChanged(object sender, EventArgs e) + void ComboBox1_SelectedValueChanged(object sender, EventArgs e) { if (selectPoB == null) return;