diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj index 04a57ff..eeca1f9 100644 --- a/AIMS/AIMS.csproj +++ b/AIMS/AIMS.csproj @@ -251,6 +251,12 @@ frmOperationCharg2.cs + + Form + + + frmOperationCharg4.cs + Form @@ -263,6 +269,12 @@ frmOperationManage.cs + + Form + + + frmPatientStateTree.cs + Form @@ -897,12 +909,18 @@ frmOperationCharg2.cs + + frmOperationCharg4.cs + frmOperationCharg3.cs frmOperationManage.cs + + frmPatientStateTree.cs + frmPhysiologyLargeScreen.cs @@ -1233,6 +1251,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs index ace9a4c..a9dda65 100644 --- a/AIMS/FormMainManage.cs +++ b/AIMS/FormMainManage.cs @@ -160,8 +160,12 @@ namespace AIMS sideNavItem.Symbol = "\uf15b"; if (menuSec.Name == "ָ¼") sideNavItem.Symbol = "\uf15c"; + if (menuSec.Name == "ռ¼") + sideNavItem.Symbol = "\uf15c"; if (menuSec.Name == "ѯ") sideNavItem.Symbol = "\uf00e"; + if (menuSec.Name == "շѹ") + sideNavItem.Symbol = "\uf00e"; if (menuSec.Name == "ع") sideNavItem.Symbol = "\uf0cb"; if (menuSec.Name == "") diff --git a/AIMS/OperationAanesthesia/DrawAnasReordBill.cs b/AIMS/OperationAanesthesia/DrawAnasReordBill.cs index 0f23d87..88756c0 100644 --- a/AIMS/OperationAanesthesia/DrawAnasReordBill.cs +++ b/AIMS/OperationAanesthesia/DrawAnasReordBill.cs @@ -79,7 +79,7 @@ namespace AIMS.OperationAanesthesia { templateManage.DrawArea(); DrawGraph.ZUtil.DrawText(AIMSExtension.PublicMethod.GetHospitalName(), 0.355, 0.053, Zgc, DrawGraph.ZUtil.Font18); - DrawGraph.ZUtil.DrawText(" 恢复记录单", 0.4, 0.08, Zgc, DrawGraph.ZUtil.Font18); + DrawGraph.ZUtil.DrawText("麻醉复苏室记录单", 0.39, 0.08, Zgc, DrawGraph.ZUtil.Font18); #region 设置界面自适应 //在此处可随时设置板子的属性 @@ -134,7 +134,7 @@ namespace AIMS.OperationAanesthesia templateManage.ZedControl.Height = (templateManage.ZedControl.Parent.Width - 54) / 8 * 11; TextPackObj janCePack = templateManage.GetPackObjectOTag("BaseInfoTopManage_TextPackObj_912"); - int LocationY = Convert.ToInt32(templateManage.ZedControl.Height * janCePack.RealEndY); + int LocationY = Convert.ToInt32(templateManage.ZedControl.Height * (janCePack == null ? 0 : janCePack.RealEndY)); templateManage.LocationY = LocationY; templateManage.SetPYL(); templateManage.ZedControl.AxisChange(); @@ -287,7 +287,7 @@ namespace AIMS.OperationAanesthesia templateManage2.ZedControl.Width = templateManage.ZedControl.Width; templateManage2.ZedControl.Height = templateManage.ZedControl.Height; int LocationY = Convert.ToInt32(templateManage2.ZedControl.Height * 0.065); - templateManage2.LocationY = LocationY; + templateManage2.LocationY = LocationY; templateManage2.SetPYL(); templateManage2.ZedControl.AxisChange(); templateManage2.ZedControl.Refresh(); diff --git a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs index b98862c..691908d 100644 --- a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs @@ -220,7 +220,7 @@ this.btnCancelIn.Name = "btnCancelIn"; this.btnCancelIn.Size = new System.Drawing.Size(160, 50); this.btnCancelIn.TabIndex = 12; - this.btnCancelIn.Text = " 取消恢复"; + this.btnCancelIn.Text = " 取消复苏"; this.btnCancelIn.UseVisualStyleBackColor = false; this.btnCancelIn.Click += new System.EventHandler(this.btnCancelIn_Click); // @@ -240,7 +240,7 @@ this.btnCancelOperation.Name = "btnCancelOperation"; this.btnCancelOperation.Size = new System.Drawing.Size(160, 50); this.btnCancelOperation.TabIndex = 11; - this.btnCancelOperation.Text = " 停止恢复"; + this.btnCancelOperation.Text = " 停止复苏"; this.btnCancelOperation.UseVisualStyleBackColor = false; this.btnCancelOperation.Click += new System.EventHandler(this.btnCancelOperation_Click); // @@ -360,7 +360,7 @@ this.btnSelectPatient.Name = "btnSelectPatient"; this.btnSelectPatient.Size = new System.Drawing.Size(160, 50); this.btnSelectPatient.TabIndex = 3; - this.btnSelectPatient.Text = " 恢复列表"; + this.btnSelectPatient.Text = " 复苏列表"; this.btnSelectPatient.UseVisualStyleBackColor = false; this.btnSelectPatient.Click += new System.EventHandler(this.btnSelectPatient_Click); // @@ -1022,7 +1022,7 @@ this.button5.Size = new System.Drawing.Size(100, 25); this.button5.TabIndex = 41; this.button5.Tag = ""; - this.button5.Text = "出恢复室"; + this.button5.Text = "出复苏室"; this.button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button5.UseVisualStyleBackColor = false; // @@ -1301,8 +1301,8 @@ this.txtInRoom1.Name = "txtInRoom1"; this.txtInRoom1.Size = new System.Drawing.Size(100, 25); this.txtInRoom1.TabIndex = 41; - this.txtInRoom1.Tag = "进恢复室"; - this.txtInRoom1.Text = "进恢复室"; + this.txtInRoom1.Tag = "进复苏室"; + this.txtInRoom1.Text = "进复苏室"; this.txtInRoom1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.txtInRoom1.UseVisualStyleBackColor = false; // diff --git a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs index 9502383..ac41d79 100644 --- a/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs @@ -61,7 +61,7 @@ namespace AIMS.OperationAanesthesia labOperatorName.Text = "(" + AIMSExtension.PublicMethod.OperatorNo + ")" + " " + AIMSExtension.PublicMethod.OperatorName; if (NowRoom != null) lblRoom.Text = NowRoom.Name; circularProgress1.Location = new Point((panel8.Width - circularProgress1.Width) / 2, (panel8.Height - circularProgress1.Height) / 2); - if (PublicMethod.OperatorNo == "admin" || PublicMethod.RoleName.Contains("恢复收费记录")) + if (PublicMethod.OperatorNo == "admin" || PublicMethod.RoleName.Contains("复苏收费记录")) { btnChage.Visible = true; } @@ -187,12 +187,12 @@ namespace AIMS.OperationAanesthesia _record.SelPhysioConfig = null; } - if (_record.StateName == "麻醉恢复中") + if (_record.StateName == "麻醉复苏中") { if (txtOutRoom.CustomFormat == " ") { txtOutRoom.BackColor = Color.Red; - MessageBox.Show("恢复还没有结束,请填写出室时间!", "系统提示"); + MessageBox.Show("复苏还没有结束,请填写出室时间!", "系统提示"); return; } } @@ -244,7 +244,7 @@ namespace AIMS.OperationAanesthesia #region 上方按钮 /// - /// 恢复特殊事件时间点处理事件 + /// 复苏特殊事件时间点处理事件 /// /// /// @@ -414,7 +414,7 @@ namespace AIMS.OperationAanesthesia { DrawGraph.FactEvents Inevent = null; DateTimeInput tb = obj as DateTimeInput; - if (_record.StateName == "麻醉恢复中") + if (_record.StateName == "麻醉复苏中") { DeleteEventTime("txtAnaesthesiaEnd", "麻醉完成", tb, ref Inevent); DeleteEventTime("txtBG", "拔管", tb, ref Inevent); @@ -499,12 +499,12 @@ namespace AIMS.OperationAanesthesia } else { timeistrue = true; } - if (EventName == "出室" && _record.StateName == "麻醉恢复中" && state == 0) + if (EventName == "出室" && _record.StateName == "麻醉复苏中" && state == 0) { if (GetOpeState(ref messing) == false) { if (messing != "") MessageBox.Show(messing, "系统提示"); - //if (messing == "请填写恢复不良事件!") + //if (messing == "请填写复苏不良事件!") // btnAdverseFactEvents_Click(null, null); return; } @@ -769,7 +769,7 @@ namespace AIMS.OperationAanesthesia PublicUI.UI.frmFactDrugNew frmFactDrug = new PublicUI.UI.frmFactDrugNew(); frmFactDrug._record = _record; frmFactDrug.zgcAnaesRecord = zgcAnaesRecord; - frmFactDrug.DrugTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactDrug.DrugTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉复苏单 frmFactDrug.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed); frmFactDrug.ShowDialog(); } @@ -785,7 +785,7 @@ namespace AIMS.OperationAanesthesia PublicUI.UI.frmFactEventsNew frmFactEventsNew = new PublicUI.UI.frmFactEventsNew(); frmFactEventsNew._record = _record; frmFactEventsNew.zgcAnaesRecord = zgcAnaesRecord; - frmFactEventsNew.EventTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactEventsNew.EventTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉复苏单 frmFactEventsNew.EventParam += ReferEventDrugs; frmFactEventsNew.ShowDialog(); } @@ -800,7 +800,7 @@ namespace AIMS.OperationAanesthesia { PublicUI.UI.frmFactOutputLiquidsNew frmFactOutputLiquids = new PublicUI.UI.frmFactOutputLiquidsNew(); frmFactOutputLiquids._record = _record; - frmFactOutputLiquids.OutputLiquidTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactOutputLiquids.OutputLiquidTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉复苏单 frmFactOutputLiquids.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed); frmFactOutputLiquids.ShowDialog(); } @@ -838,10 +838,10 @@ namespace AIMS.OperationAanesthesia } if (BOperationRecord.GetDataCount(_record.Id.Value, PatientId, RecoverId) > 0) { - MessageBox.Show("清除数据在进行作废恢复操作!"); + MessageBox.Show("清除数据在进行作废复苏操作!"); return; } - if (MessageBox.Show("确认要停止恢复吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + if (MessageBox.Show("确认要停止复苏吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { try { @@ -959,7 +959,7 @@ namespace AIMS.OperationAanesthesia public DateTime? LastMonitorDataTime = null; private void timerGetCollectorData_Tick() { - if (State == AIMSExtension.EditState.BROWSE || _record.StateName != "麻醉恢复中" || NowRoom == null || isReadOnly == true) return; + if (State == AIMSExtension.EditState.BROWSE || _record.StateName != "麻醉复苏中" || NowRoom == null || isReadOnly == true) return; //if (!PublicMethod.RoleId.Operator.RoleRef.Name.Contains("麻醉") && PublicMethod.Operator.Id != _record.OperatorId // && _record.OperatorId != 1 && PublicMethod.Operator.Name != "系统管理员") return; if (_record.OutRoomTime != null && DateTime.Now >= _record.OutRoomTime) return; @@ -1328,7 +1328,7 @@ namespace AIMS.OperationAanesthesia private void getPhysioData_Click(object sender, EventArgs e) { - if (State != AIMSExtension.EditState.BROWSE && _record.StateName == "麻醉恢复中" && NowRoom != null && isReadOnly == false) + if (State != AIMSExtension.EditState.BROWSE && _record.StateName == "麻醉复苏中" && NowRoom != null && isReadOnly == false) { //没有IP判断 DataTable dtPhysioData = BOperationRecord.getPhysioDataByIp(NowRoom.Ip, _record.Id.Value, _record.InRoomTime.Value, getOpeMaxTime(_record), 5); @@ -1426,7 +1426,7 @@ namespace AIMS.OperationAanesthesia this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select; } - if (_record.OutRoomTime != null && _record.StateName == "麻醉恢复中") + if (_record.OutRoomTime != null && _record.StateName == "麻醉复苏中") { txtOutRoom.CustomFormat = "MM-dd HH:mm"; txtOutRoom.ButtonDropDown.Visible = false; @@ -1525,7 +1525,7 @@ namespace AIMS.OperationAanesthesia } private void EndOperationOutRoom() { - if (_record == null || _record.StateName != "麻醉恢复中") return; + if (_record == null || _record.StateName != "麻醉复苏中") return; try { //CloseOtherFrom(); @@ -1553,11 +1553,11 @@ namespace AIMS.OperationAanesthesia BFactEvents.Update(temp); } } - _record.StateName = "恢复结束"; + _record.StateName = "复苏结束"; BOperationApply.UpdateApplyState(ApplyId, 9); BOperationRecord.UpdateState(PatientId, RecoverId, 4); - //PublicMethod.WriteLog("结束转出恢复: " + _record.Id); + //PublicMethod.WriteLog("结束转出复苏: " + _record.Id); //TipBox.Hidden(true); State = AIMSExtension.EditState.BROWSE; btnCancelOperation.Enabled = false; diff --git a/AIMS/OperationAanesthesia/frmOperationInfoNew.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew.cs index 899749d..87718d0 100644 --- a/AIMS/OperationAanesthesia/frmOperationInfoNew.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew.cs @@ -311,7 +311,7 @@ namespace AIMS.OperationAanesthesia if (OPInfo.Whereabouts != null && OPInfo.Whereabouts.ToString() != "") { - if (OPInfo.Whereabouts == "恢复室") + if (OPInfo.Whereabouts == "复苏室") { radioButton2.Checked = true; } @@ -381,7 +381,7 @@ namespace AIMS.OperationAanesthesia if (radioButton2.Checked == true) { - OPInfo.Whereabouts = "恢复室"; + OPInfo.Whereabouts = "复苏室"; } else if (radioButton1.Checked == true) { diff --git a/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs index 5ca811b..bd2509d 100644 --- a/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs @@ -2132,7 +2132,7 @@ this.radioButton2.Size = new System.Drawing.Size(69, 24); this.radioButton2.TabIndex = 1616; this.radioButton2.TabStop = true; - this.radioButton2.Text = "恢复室"; + this.radioButton2.Text = "复苏室"; this.radioButton2.UseVisualStyleBackColor = true; // // label14 diff --git a/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs b/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs index a23ca6f..356d189 100644 --- a/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs +++ b/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs @@ -55,7 +55,7 @@ this.OutRoomTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperationDoctorColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AnesthesiaDoctorColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.待恢复 = new DevComponents.DotNetBar.SuperTabItem(); + this.待复苏 = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.dgv2 = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -65,7 +65,7 @@ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.已恢复 = new DevComponents.DotNetBar.SuperTabItem(); + this.已复苏 = new DevComponents.DotNetBar.SuperTabItem(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); @@ -135,7 +135,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 20); this.label2.TabIndex = 4; - this.label2.Text = "恢复日期查询"; + this.label2.Text = "复苏日期查询"; // // dtpEndTime // @@ -175,7 +175,7 @@ this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); this.label1.TabIndex = 4; - this.label1.Text = "恢复日期"; + this.label1.Text = "复苏日期"; // // dtpSelectPatientTime // @@ -257,8 +257,8 @@ this.supTabPatient.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.supTabPatient.TabIndex = 0; this.supTabPatient.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { - this.待恢复, - this.已恢复}); + this.待复苏, + this.已复苏}); this.supTabPatient.Text = "superTabControl1"; this.supTabPatient.SelectedTabChanged += new System.EventHandler(this.supTabPatient_SelectedTabChanged); // @@ -270,7 +270,7 @@ this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(247, 550); this.superTabControlPanel1.TabIndex = 1; - this.superTabControlPanel1.TabItem = this.待恢复; + this.superTabControlPanel1.TabItem = this.待复苏; // // dgv // @@ -366,12 +366,12 @@ this.AnesthesiaDoctorColumn.ReadOnly = true; this.AnesthesiaDoctorColumn.Width = 120; // - // 待恢复 + // 待复苏 // - this.待恢复.AttachedControl = this.superTabControlPanel1; - this.待恢复.GlobalItem = false; - this.待恢复.Name = "待恢复"; - this.待恢复.Text = "待恢复"; + this.待复苏.AttachedControl = this.superTabControlPanel1; + this.待复苏.GlobalItem = false; + this.待复苏.Name = "待复苏"; + this.待复苏.Text = "待复苏"; // // superTabControlPanel2 // @@ -381,7 +381,7 @@ this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(247, 550); this.superTabControlPanel2.TabIndex = 0; - this.superTabControlPanel2.TabItem = this.已恢复; + this.superTabControlPanel2.TabItem = this.已复苏; // // dgv2 // @@ -455,7 +455,7 @@ // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "OutRoomTime"; - this.dataGridViewTextBoxColumn6.HeaderText = "出恢复室时间"; + this.dataGridViewTextBoxColumn6.HeaderText = "出复苏室时间"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 200; @@ -463,17 +463,17 @@ // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "AnesthesiaDoctor"; - this.dataGridViewTextBoxColumn8.HeaderText = "恢复医生"; + this.dataGridViewTextBoxColumn8.HeaderText = "复苏医生"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 120; // - // 已恢复 + // 已复苏 // - this.已恢复.AttachedControl = this.superTabControlPanel2; - this.已恢复.GlobalItem = false; - this.已恢复.Name = "已恢复"; - this.已恢复.Text = "已恢复"; + this.已复苏.AttachedControl = this.superTabControlPanel2; + this.已复苏.GlobalItem = false; + this.已复苏.Name = "已复苏"; + this.已复苏.Text = "已复苏"; // // groupBox2 // @@ -485,7 +485,7 @@ this.groupBox2.Size = new System.Drawing.Size(746, 598); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; - this.groupBox2.Text = "恢复床位"; + this.groupBox2.Text = "复苏床位"; // // panel3 // @@ -540,7 +540,7 @@ private DevComponents.DotNetBar.SuperTabControl supTabPatient; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; private System.Windows.Forms.DataGridView dgv2; - private DevComponents.DotNetBar.SuperTabItem 已恢复; + private DevComponents.DotNetBar.SuperTabItem 已复苏; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private System.Windows.Forms.DataGridView dgv; private System.Windows.Forms.DataGridViewTextBoxColumn Id; @@ -551,7 +551,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn OutRoomTime; private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctorColumn; private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctorColumn; - private DevComponents.DotNetBar.SuperTabItem 待恢复; + private DevComponents.DotNetBar.SuperTabItem 待复苏; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn PatientIdColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn ApplyIdColumn2; diff --git a/AIMS/OperationAanesthesia/frmRecoverPatient.cs b/AIMS/OperationAanesthesia/frmRecoverPatient.cs index 30e49b8..8cca779 100644 --- a/AIMS/OperationAanesthesia/frmRecoverPatient.cs +++ b/AIMS/OperationAanesthesia/frmRecoverPatient.cs @@ -60,7 +60,7 @@ namespace AIMS.OperationAanesthesia private void FillDgv() { - if (supTabPatient.SelectedTab.Name == "待恢复") + if (supTabPatient.SelectedTab.Name == "待复苏") { DateTime dateTime = DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()); dgv.Rows.Clear(); @@ -143,9 +143,9 @@ namespace AIMS.OperationAanesthesia { try { - if (uc.buttonX1.Text == "转入恢复") + if (uc.buttonX1.Text == "转入复苏") { - if (supTabPatient.SelectedTab.Name == "待恢复" && dgv.SelectedRows.Count > 0) + if (supTabPatient.SelectedTab.Name == "待复苏" && dgv.SelectedRows.Count > 0) { AIMS.OperationAanesthesia.frmAanesthesiaRecover frmAnasRecord = new OperationAanesthesia.frmAanesthesiaRecover(); frmAnasRecord.PatientId = int.Parse(dgv.SelectedRows[0].Cells["PatientIdColumn"].Value.ToString()); @@ -216,7 +216,7 @@ namespace AIMS.OperationAanesthesia private void supTabPatient_SelectedTabChanged(object sender, DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs e) { - if (supTabPatient.SelectedTab.Name == "待恢复") + if (supTabPatient.SelectedTab.Name == "待复苏") { panel2.Visible = true; panel4.Visible = false; diff --git a/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs index 0e29033..688c672 100644 --- a/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs @@ -42,6 +42,7 @@ this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); + this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.txtState = new System.Windows.Forms.Label(); this.txttime = new System.Windows.Forms.Label(); @@ -70,7 +71,6 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); - this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -263,6 +263,19 @@ this.panel2.TabIndex = 0; this.panel2.Visible = false; // + // buttonX2 + // + this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonX2.Location = new System.Drawing.Point(888, 14); + this.buttonX2.Name = "buttonX2"; + this.buttonX2.Size = new System.Drawing.Size(95, 54); + this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX2.TabIndex = 7; + this.buttonX2.Text = "切换手术间"; + this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); + // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; @@ -527,23 +540,11 @@ this.panel3.Size = new System.Drawing.Size(1029, 499); this.panel3.TabIndex = 0; // - // buttonX2 - // - this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.buttonX2.Location = new System.Drawing.Point(888, 14); - this.buttonX2.Name = "buttonX2"; - this.buttonX2.Size = new System.Drawing.Size(95, 54); - this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; - this.buttonX2.TabIndex = 7; - this.buttonX2.Text = "切换手术间"; - this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); - // // frmSelectPatientNew2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1035, 661); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); diff --git a/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs index 62e98c6..420d997 100644 --- a/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs @@ -41,6 +41,7 @@ this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); + this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.txtState = new System.Windows.Forms.Label(); this.txttime = new System.Windows.Forms.Label(); @@ -69,7 +70,6 @@ this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); - this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); @@ -248,6 +248,19 @@ this.panel2.TabIndex = 0; this.panel2.Visible = false; // + // buttonX2 + // + this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonX2.Location = new System.Drawing.Point(908, 14); + this.buttonX2.Name = "buttonX2"; + this.buttonX2.Size = new System.Drawing.Size(95, 54); + this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX2.TabIndex = 6; + this.buttonX2.Text = "切换手术间"; + this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); + // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; @@ -505,25 +518,13 @@ // // panel3 // + this.panel3.AutoScroll = true; this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 17); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1048, 475); this.panel3.TabIndex = 0; // - // buttonX2 - // - this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; - this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.buttonX2.Location = new System.Drawing.Point(908, 14); - this.buttonX2.Name = "buttonX2"; - this.buttonX2.Size = new System.Drawing.Size(95, 54); - this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; - this.buttonX2.TabIndex = 6; - this.buttonX2.Text = "切换手术间"; - this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); - // // frmSelectPatientGoodsBill // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); diff --git a/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs index dc870c8..74f6720 100644 --- a/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs @@ -109,13 +109,12 @@ namespace AIMS.OperationAanesthesia } } - for (int i = 0; i < list.Count; i++) + if (cboRoom.Text != "") { - int j = 0; - int Pointx = 0; + int i = 0, j = 0; foreach (DataRow dr in dt.Rows) { - if (dr["OperationRoom"].ToString() != list[i]) continue; + if (dr["OperationRoom"].ToString() != cboRoom.Text) continue; ucPatientCard uc = new ucPatientCard(dr); uc.InRoom += Uc_InRoom; uc.QxRoom += Uc_QxRoom; @@ -124,14 +123,19 @@ namespace AIMS.OperationAanesthesia uc.buttonX1.Enabled = true; else uc.buttonX1.Enabled = false; - uc.Location = new Point((uc.Width + 9) * i, (uc.Height + 10) * j + 30); + uc.Location = new Point((uc.Width + 9) * j, (uc.Height + 10) * i + 30); panel3.Controls.Add(uc); - j++; Pointx = (uc.Width + 9) * i; + j++; + if (j == 5) + { + i++; + j = 0; + } } foreach (DataRow dr in dt2.Rows) { - if (dr["OperationRoom"].ToString() != list[i]) continue; + if (dr["OperationRoom"].ToString() != cboRoom.Text) continue; ucPatientCard uc = new ucPatientCard(dr); uc.buttonX1.Text = "器械清点"; uc.InRoom += Uc_InRoom; @@ -141,21 +145,66 @@ namespace AIMS.OperationAanesthesia uc.buttonX2.Enabled = true; else uc.buttonX2.Enabled = false; - uc.Location = new Point((uc.Width + 9) * i, (uc.Height + 10) * j + 30); + uc.Location = new Point((uc.Width + 9) * j, (uc.Height + 10) * i + 30); panel3.Controls.Add(uc); j++; - Pointx = (uc.Width + 9) * i; + if (j == 5) + { + i++; + j = 0; + } } - - if (Pointx > 0) + } + else + { + for (int i = 0; i < list.Count; i++) { - DevComponents.DotNetBar.Controls.Line line1 = new DevComponents.DotNetBar.Controls.Line(); - line1.Location = new System.Drawing.Point(Pointx - 10, 0); - line1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot; - line1.Size = new System.Drawing.Size(10, panel3.Height); - line1.ForeColor = Color.DarkGray; - line1.VerticalLine = true; - panel3.Controls.Add(line1); + int j = 0; + int Pointx = 0; + foreach (DataRow dr in dt.Rows) + { + if (dr["OperationRoom"].ToString() != list[i]) continue; + ucPatientCard uc = new ucPatientCard(dr); + uc.InRoom += Uc_InRoom; + uc.QxRoom += Uc_QxRoom; + uc.Clicks += Uc_Clicks; + if (uc.lblAnesDoctors.Text == "麻醉医生:" || uc.lblAnesDoctors.Text.Trim() == "麻醉医生") + uc.buttonX1.Enabled = true; + else + uc.buttonX1.Enabled = false; + uc.Location = new Point((uc.Width + 9) * i, (uc.Height + 10) * j + 30); + panel3.Controls.Add(uc); + j++; Pointx = (uc.Width + 9) * i; + } + + foreach (DataRow dr in dt2.Rows) + { + if (dr["OperationRoom"].ToString() != list[i]) continue; + ucPatientCard uc = new ucPatientCard(dr); + uc.buttonX1.Text = "器械清点"; + uc.InRoom += Uc_InRoom; + uc.QxRoom += Uc_QxRoom; + uc.Clicks += Uc_Clicks; + if (uc.lblAnesDoctors.Text == "麻醉医生:" || uc.lblAnesDoctors.Text.Trim() == "麻醉医生") + uc.buttonX2.Enabled = true; + else + uc.buttonX2.Enabled = false; + uc.Location = new Point((uc.Width + 9) * i, (uc.Height + 10) * j + 30); + panel3.Controls.Add(uc); + j++; + Pointx = (uc.Width + 9) * i; + } + + if (Pointx > 0) + { + DevComponents.DotNetBar.Controls.Line line1 = new DevComponents.DotNetBar.Controls.Line(); + line1.Location = new System.Drawing.Point(Pointx - 10, 0); + line1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot; + line1.Size = new System.Drawing.Size(10, panel3.Height); + line1.ForeColor = Color.DarkGray; + line1.VerticalLine = true; + panel3.Controls.Add(line1); + } } } } diff --git a/AIMS/OperationAfter/frmOperationCharg2.cs b/AIMS/OperationAfter/frmOperationCharg2.cs index 9401775..438b54b 100644 --- a/AIMS/OperationAfter/frmOperationCharg2.cs +++ b/AIMS/OperationAfter/frmOperationCharg2.cs @@ -195,12 +195,14 @@ namespace AIMS.OperationAfter.UI private void button1_Click(object sender, EventArgs e) { - if (dgvOperation.Rows.Count < 0 || dgvOperation.Rows.Count < 1) - { - MessageBox.Show("没有记录,请查询到数据后再导出数据到Excel"); - return; - } + //if (dgvOperation.Rows.Count < 0 || dgvOperation.Rows.Count < 1) + //{ + // MessageBox.Show("没有记录,请查询到数据后再导出数据到Excel"); + // return; + //} //DataGridViewToExcel.DataToExcel(dgvOperation); + frmOperationCharg4 charg4 = new frmOperationCharg4(); + charg4.ShowDialog(); } private void cboRoom_SelectedIndexChanged(object sender, EventArgs e) diff --git a/AIMS/OperationAfter/frmOperationCharg2.designer.cs b/AIMS/OperationAfter/frmOperationCharg2.designer.cs index 0e3362f..a62a4b7 100644 --- a/AIMS/OperationAfter/frmOperationCharg2.designer.cs +++ b/AIMS/OperationAfter/frmOperationCharg2.designer.cs @@ -78,6 +78,20 @@ this.chagestate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.chargstatenurse = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgvtEMPOperationInfos = new System.Windows.Forms.DataGridView(); + this.DId = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.DUnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.groupno = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.execwork = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.exectime = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.ordersn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.hisOrdersn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Hiscount = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.hisState = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.drugsstate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -105,20 +119,6 @@ this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.DId = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.DUnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.groupno = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.execwork = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.exectime = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.ordersn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.hisOrdersn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Hiscount = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.hisState = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.drugsstate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); @@ -151,6 +151,7 @@ this.cboRoom.DisplayMember = "Text"; this.cboRoom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboRoom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.cboRoom.ForeColor = System.Drawing.Color.Black; this.cboRoom.FormattingEnabled = true; this.cboRoom.ItemHeight = 17; this.cboRoom.Location = new System.Drawing.Point(1072, 12); @@ -182,9 +183,9 @@ this.button1.Font = new System.Drawing.Font("微软雅黑", 11F); this.button1.Location = new System.Drawing.Point(0, 0); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(100, 45); + this.button1.Size = new System.Drawing.Size(112, 45); this.button1.TabIndex = 16; - this.button1.Text = "导出Excel"; + this.button1.Text = "收费记录统计"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // @@ -742,6 +743,124 @@ this.dgvtEMPOperationInfos.TabIndex = 389; this.dgvtEMPOperationInfos.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvtEMPOperationInfos_RowPostPaint); // + // DId + // + this.DId.HeaderText = "id"; + this.DId.Name = "DId"; + this.DId.ReadOnly = true; + this.DId.Visible = false; + this.DId.Width = 60; + // + // dataGridViewTextBoxColumn21 + // + this.dataGridViewTextBoxColumn21.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dataGridViewTextBoxColumn21.DataPropertyName = "XMBH"; + this.dataGridViewTextBoxColumn21.HeaderText = "编码"; + this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; + this.dataGridViewTextBoxColumn21.ReadOnly = true; + this.dataGridViewTextBoxColumn21.Visible = false; + this.dataGridViewTextBoxColumn21.Width = 75; + // + // dataGridViewTextBoxColumn22 + // + this.dataGridViewTextBoxColumn22.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.dataGridViewTextBoxColumn22.DataPropertyName = "DrugName"; + this.dataGridViewTextBoxColumn22.HeaderText = "名称"; + this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; + this.dataGridViewTextBoxColumn22.ReadOnly = true; + // + // DUnit + // + this.DUnit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.DUnit.HeaderText = "单位"; + this.DUnit.Name = "DUnit"; + this.DUnit.ReadOnly = true; + this.DUnit.Width = 40; + // + // dataGridViewTextBoxColumn23 + // + this.dataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dataGridViewTextBoxColumn23.DataPropertyName = "XMSL"; + this.dataGridViewTextBoxColumn23.HeaderText = "数量"; + this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; + this.dataGridViewTextBoxColumn23.ReadOnly = true; + this.dataGridViewTextBoxColumn23.Width = 40; + // + // dataGridViewTextBoxColumn24 + // + this.dataGridViewTextBoxColumn24.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dataGridViewTextBoxColumn24.DataPropertyName = "DrugPrice"; + this.dataGridViewTextBoxColumn24.HeaderText = "单价"; + this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; + this.dataGridViewTextBoxColumn24.ReadOnly = true; + this.dataGridViewTextBoxColumn24.Width = 70; + // + // groupno + // + this.groupno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.groupno.HeaderText = "总价"; + this.groupno.Name = "groupno"; + this.groupno.ReadOnly = true; + this.groupno.Width = 80; + // + // execwork + // + this.execwork.HeaderText = "执行人"; + this.execwork.Name = "execwork"; + this.execwork.ReadOnly = true; + // + // exectime + // + this.exectime.HeaderText = "执行时间"; + this.exectime.Name = "exectime"; + this.exectime.ReadOnly = true; + this.exectime.Width = 150; + // + // ordersn + // + this.ordersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.ordersn.HeaderText = "医嘱号"; + this.ordersn.Name = "ordersn"; + this.ordersn.ReadOnly = true; + this.ordersn.Visible = false; + this.ordersn.Width = 80; + // + // hisOrdersn + // + this.hisOrdersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.hisOrdersn.HeaderText = "His医嘱号"; + this.hisOrdersn.Name = "hisOrdersn"; + this.hisOrdersn.ReadOnly = true; + this.hisOrdersn.Visible = false; + this.hisOrdersn.Width = 90; + // + // Hiscount + // + this.Hiscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.Hiscount.HeaderText = "His数量"; + this.Hiscount.Name = "Hiscount"; + this.Hiscount.ReadOnly = true; + this.Hiscount.Visible = false; + this.Hiscount.Width = 40; + // + // hisState + // + this.hisState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.hisState.HeaderText = "状态"; + this.hisState.Name = "hisState"; + this.hisState.ReadOnly = true; + this.hisState.Visible = false; + this.hisState.Width = 70; + // + // drugsstate + // + this.drugsstate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.drugsstate.HeaderText = "药单"; + this.drugsstate.Name = "drugsstate"; + this.drugsstate.ReadOnly = true; + this.drugsstate.Visible = false; + this.drugsstate.Width = 70; + // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "OperationRecordId"; @@ -946,124 +1065,6 @@ this.dataGridViewTextBoxColumn31.HeaderText = "收费状态"; this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; // - // DId - // - this.DId.HeaderText = "id"; - this.DId.Name = "DId"; - this.DId.ReadOnly = true; - this.DId.Visible = false; - this.DId.Width = 60; - // - // dataGridViewTextBoxColumn21 - // - this.dataGridViewTextBoxColumn21.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.dataGridViewTextBoxColumn21.DataPropertyName = "XMBH"; - this.dataGridViewTextBoxColumn21.HeaderText = "编码"; - this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; - this.dataGridViewTextBoxColumn21.ReadOnly = true; - this.dataGridViewTextBoxColumn21.Visible = false; - this.dataGridViewTextBoxColumn21.Width = 75; - // - // dataGridViewTextBoxColumn22 - // - this.dataGridViewTextBoxColumn22.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.dataGridViewTextBoxColumn22.DataPropertyName = "DrugName"; - this.dataGridViewTextBoxColumn22.HeaderText = "名称"; - this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; - this.dataGridViewTextBoxColumn22.ReadOnly = true; - // - // DUnit - // - this.DUnit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.DUnit.HeaderText = "单位"; - this.DUnit.Name = "DUnit"; - this.DUnit.ReadOnly = true; - this.DUnit.Width = 40; - // - // dataGridViewTextBoxColumn23 - // - this.dataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.dataGridViewTextBoxColumn23.DataPropertyName = "XMSL"; - this.dataGridViewTextBoxColumn23.HeaderText = "数量"; - this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; - this.dataGridViewTextBoxColumn23.ReadOnly = true; - this.dataGridViewTextBoxColumn23.Width = 40; - // - // dataGridViewTextBoxColumn24 - // - this.dataGridViewTextBoxColumn24.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.dataGridViewTextBoxColumn24.DataPropertyName = "DrugPrice"; - this.dataGridViewTextBoxColumn24.HeaderText = "单价"; - this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; - this.dataGridViewTextBoxColumn24.ReadOnly = true; - this.dataGridViewTextBoxColumn24.Width = 70; - // - // groupno - // - this.groupno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.groupno.HeaderText = "总价"; - this.groupno.Name = "groupno"; - this.groupno.ReadOnly = true; - this.groupno.Width = 80; - // - // execwork - // - this.execwork.HeaderText = "执行人"; - this.execwork.Name = "execwork"; - this.execwork.ReadOnly = true; - // - // exectime - // - this.exectime.HeaderText = "执行时间"; - this.exectime.Name = "exectime"; - this.exectime.ReadOnly = true; - this.exectime.Width = 150; - // - // ordersn - // - this.ordersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.ordersn.HeaderText = "医嘱号"; - this.ordersn.Name = "ordersn"; - this.ordersn.ReadOnly = true; - this.ordersn.Visible = false; - this.ordersn.Width = 80; - // - // hisOrdersn - // - this.hisOrdersn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.hisOrdersn.HeaderText = "His医嘱号"; - this.hisOrdersn.Name = "hisOrdersn"; - this.hisOrdersn.ReadOnly = true; - this.hisOrdersn.Visible = false; - this.hisOrdersn.Width = 90; - // - // Hiscount - // - this.Hiscount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.Hiscount.HeaderText = "His数量"; - this.Hiscount.Name = "Hiscount"; - this.Hiscount.ReadOnly = true; - this.Hiscount.Visible = false; - this.Hiscount.Width = 40; - // - // hisState - // - this.hisState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.hisState.HeaderText = "状态"; - this.hisState.Name = "hisState"; - this.hisState.ReadOnly = true; - this.hisState.Visible = false; - this.hisState.Width = 70; - // - // drugsstate - // - this.drugsstate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.drugsstate.HeaderText = "药单"; - this.drugsstate.Name = "drugsstate"; - this.drugsstate.ReadOnly = true; - this.drugsstate.Visible = false; - this.drugsstate.Width = 70; - // // frmOperationCharg2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); diff --git a/AIMS/OperationAfter/frmOperationCharg4.cs b/AIMS/OperationAfter/frmOperationCharg4.cs new file mode 100644 index 0000000..d467ae1 --- /dev/null +++ b/AIMS/OperationAfter/frmOperationCharg4.cs @@ -0,0 +1,78 @@ +using AIMSBLL; +using AIMSExtension; +using AIMSModel; +using DevComponents.Editors; +using System; +using System.Collections.Generic; +using System.Data; +using System.Windows.Forms; + +namespace AIMS.OperationAfter.UI +{ + public partial class frmOperationCharg4 : Form + { + + DataTable operationApplys; + public string FeeType = "麻醉"; + public List upHisDrugs; + + public frmOperationCharg4() + { + InitializeComponent(); + } + + private void frmOperationDruggCheck_Load(object sender, EventArgs e) + { + try + { + dtpOpeTime.Value = DateTime.Now; + dtpEnd.Value = dtpOpeTime.Value; + + btnOK_Click(null, null); + } + catch (Exception exp) + { + PublicMethod.WriteLog(exp); + } + } + private void btnOK_Click(object sender, EventArgs e) + { + string beginTime = Convert.ToDateTime(dtpOpeTime.Value).ToString("yyyy-MM-dd HH:mm:00"); + string endTime = Convert.ToDateTime(dtpEnd.Value).ToString("yyyy-MM-dd HH:mm:00"); + string sql = string.Format(" ExecTime>='{0}' and ExecTime<'{1}'", beginTime, endTime); + if (FeeType != "") + { + sql += " and (FeeType = '" + FeeType + "' ) "; + } + + if (rdoZQ.Checked == true) + { + operationApplys = BFeesRecordReport.GetUpListByWhere(sql); + dgvtEMPOperationInfos.DataSource = operationApplys; + } + } + + private void toolStripButton10_Click(object sender, EventArgs e) + { + this.Close(); + } + + private void button1_Click(object sender, EventArgs e) + { + } + + + private void voidableRadioButton2_CheckedChanged(object sender, EventArgs e) + { + if (rdoMz.Checked == true) + { + FeeType = "麻醉"; + } + else + { + FeeType = "护士"; + } + } + + } +} diff --git a/AIMS/OperationAfter/frmOperationCharg4.designer.cs b/AIMS/OperationAfter/frmOperationCharg4.designer.cs new file mode 100644 index 0000000..8585ee9 --- /dev/null +++ b/AIMS/OperationAfter/frmOperationCharg4.designer.cs @@ -0,0 +1,653 @@ +namespace AIMS.OperationAfter.UI +{ + partial class frmOperationCharg4 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + this.panel1 = new System.Windows.Forms.Panel(); + this.button1 = new System.Windows.Forms.Button(); + this.toolStripButton10 = new System.Windows.Forms.Button(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.rdoHs = new System.Windows.Forms.RadioButton(); + this.rdoMz = new System.Windows.Forms.RadioButton(); + this.panel3 = new System.Windows.Forms.Panel(); + this.rdoJZ = new System.Windows.Forms.RadioButton(); + this.rdoZQ = new System.Windows.Forms.RadioButton(); + this.dtpEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.dtpOpeTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.label24 = new System.Windows.Forms.Label(); + this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); + this.labDate = new System.Windows.Forms.Label(); + this.dgvtEMPOperationInfos = new System.Windows.Forms.DataGridView(); + this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).BeginInit(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.Transparent; + this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.panel1.Controls.Add(this.button1); + this.panel1.Controls.Add(this.toolStripButton10); + 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(1350, 45); + this.panel1.TabIndex = 0; + // + // button1 + // + this.button1.Cursor = System.Windows.Forms.Cursors.Hand; + this.button1.Dock = System.Windows.Forms.DockStyle.Left; + this.button1.FlatAppearance.BorderSize = 0; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.Font = new System.Drawing.Font("微软雅黑", 11F); + this.button1.Location = new System.Drawing.Point(0, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(100, 45); + this.button1.TabIndex = 16; + this.button1.Text = "导出Excel"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // toolStripButton10 + // + this.toolStripButton10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.toolStripButton10.Cursor = System.Windows.Forms.Cursors.Hand; + this.toolStripButton10.FlatAppearance.BorderSize = 0; + this.toolStripButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.toolStripButton10.Font = new System.Drawing.Font("微软雅黑", 11F); + this.toolStripButton10.Location = new System.Drawing.Point(1257, 8); + this.toolStripButton10.Name = "toolStripButton10"; + this.toolStripButton10.Size = new System.Drawing.Size(90, 30); + this.toolStripButton10.TabIndex = 0; + this.toolStripButton10.Text = "关闭"; + this.toolStripButton10.UseVisualStyleBackColor = true; + this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click); + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.WhiteSmoke; + this.panel2.Controls.Add(this.panel4); + this.panel2.Controls.Add(this.panel3); + this.panel2.Controls.Add(this.dtpEnd); + this.panel2.Controls.Add(this.dtpOpeTime); + this.panel2.Controls.Add(this.label24); + this.panel2.Controls.Add(this.buttonX1); + this.panel2.Controls.Add(this.labDate); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.panel2.Location = new System.Drawing.Point(0, 45); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(1350, 57); + this.panel2.TabIndex = 387; + // + // panel4 + // + this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel4.Controls.Add(this.rdoHs); + this.panel4.Controls.Add(this.rdoMz); + this.panel4.Location = new System.Drawing.Point(21, 11); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(177, 33); + this.panel4.TabIndex = 474; + // + // rdoHs + // + this.rdoHs.AutoSize = true; + this.rdoHs.Location = new System.Drawing.Point(93, 5); + this.rdoHs.Name = "rdoHs"; + this.rdoHs.Size = new System.Drawing.Size(83, 24); + this.rdoHs.TabIndex = 0; + this.rdoHs.Text = "护士收费"; + this.rdoHs.UseVisualStyleBackColor = true; + this.rdoHs.CheckedChanged += new System.EventHandler(this.voidableRadioButton2_CheckedChanged); + // + // rdoMz + // + this.rdoMz.AutoSize = true; + this.rdoMz.Checked = true; + this.rdoMz.Location = new System.Drawing.Point(2, 5); + this.rdoMz.Name = "rdoMz"; + this.rdoMz.Size = new System.Drawing.Size(83, 24); + this.rdoMz.TabIndex = 0; + this.rdoMz.TabStop = true; + this.rdoMz.Text = "麻醉收费"; + this.rdoMz.UseVisualStyleBackColor = true; + this.rdoMz.CheckedChanged += new System.EventHandler(this.voidableRadioButton2_CheckedChanged); + // + // panel3 + // + this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel3.Controls.Add(this.rdoJZ); + this.panel3.Controls.Add(this.rdoZQ); + this.panel3.Location = new System.Drawing.Point(216, 11); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(172, 33); + this.panel3.TabIndex = 473; + // + // rdoJZ + // + this.rdoJZ.AutoSize = true; + this.rdoJZ.Location = new System.Drawing.Point(86, 5); + this.rdoJZ.Name = "rdoJZ"; + this.rdoJZ.Size = new System.Drawing.Size(55, 24); + this.rdoJZ.TabIndex = 0; + this.rdoJZ.Text = "耗材"; + this.rdoJZ.UseVisualStyleBackColor = true; + // + // rdoZQ + // + this.rdoZQ.AutoSize = true; + this.rdoZQ.Checked = true; + this.rdoZQ.Location = new System.Drawing.Point(11, 5); + this.rdoZQ.Name = "rdoZQ"; + this.rdoZQ.Size = new System.Drawing.Size(55, 24); + this.rdoZQ.TabIndex = 0; + this.rdoZQ.TabStop = true; + this.rdoZQ.Text = "药品"; + this.rdoZQ.UseVisualStyleBackColor = true; + // + // dtpEnd + // + // + // + // + this.dtpEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dtpEnd.ButtonDropDown.Visible = true; + this.dtpEnd.CustomFormat = "yyyy-MM-dd HH:mm"; + this.dtpEnd.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179))))); + this.dtpEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.dtpEnd.IsPopupCalendarOpen = false; + this.dtpEnd.Location = new System.Drawing.Point(692, 15); + // + // + // + // + // + // + this.dtpEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.dtpEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + // + // + // + this.dtpEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpEnd.Name = "dtpEnd"; + this.dtpEnd.Size = new System.Drawing.Size(200, 26); + this.dtpEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dtpEnd.TabIndex = 472; + // + // dtpOpeTime + // + // + // + // + this.dtpOpeTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpOpeTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.dtpOpeTime.ButtonDropDown.Visible = true; + this.dtpOpeTime.CustomFormat = "yyyy-MM-dd HH:mm"; + this.dtpOpeTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179))))); + this.dtpOpeTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.dtpOpeTime.IsPopupCalendarOpen = false; + this.dtpOpeTime.Location = new System.Drawing.Point(476, 14); + // + // + // + // + // + // + this.dtpOpeTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + // + // + // + this.dtpOpeTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpOpeTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + // + // + // + this.dtpOpeTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.dtpOpeTime.Name = "dtpOpeTime"; + this.dtpOpeTime.Size = new System.Drawing.Size(200, 26); + this.dtpOpeTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.dtpOpeTime.TabIndex = 471; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Location = new System.Drawing.Point(676, 17); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(15, 20); + this.label24.TabIndex = 470; + this.label24.Text = "-"; + // + // buttonX1 + // + this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; + this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.5F); + this.buttonX1.Location = new System.Drawing.Point(902, 14); + this.buttonX1.Name = "buttonX1"; + this.buttonX1.Size = new System.Drawing.Size(90, 29); + this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.buttonX1.TabIndex = 467; + this.buttonX1.Text = "查询"; + this.buttonX1.Click += new System.EventHandler(this.btnOK_Click); + // + // labDate + // + this.labDate.AutoSize = true; + this.labDate.Location = new System.Drawing.Point(402, 18); + this.labDate.Name = "labDate"; + this.labDate.Size = new System.Drawing.Size(68, 20); + this.labDate.TabIndex = 421; + this.labDate.Text = "查询时间:"; + // + // dgvtEMPOperationInfos + // + this.dgvtEMPOperationInfos.AllowUserToAddRows = false; + this.dgvtEMPOperationInfos.AllowUserToDeleteRows = false; + this.dgvtEMPOperationInfos.AllowUserToResizeColumns = false; + this.dgvtEMPOperationInfos.AllowUserToResizeRows = false; + this.dgvtEMPOperationInfos.BackgroundColor = System.Drawing.Color.White; + this.dgvtEMPOperationInfos.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.dgvtEMPOperationInfos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; + dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F); + dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvtEMPOperationInfos.DefaultCellStyle = dataGridViewCellStyle5; + this.dgvtEMPOperationInfos.Dock = System.Windows.Forms.DockStyle.Fill; + this.dgvtEMPOperationInfos.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; + this.dgvtEMPOperationInfos.GridColor = System.Drawing.Color.Black; + this.dgvtEMPOperationInfos.Location = new System.Drawing.Point(0, 102); + this.dgvtEMPOperationInfos.MultiSelect = false; + this.dgvtEMPOperationInfos.Name = "dgvtEMPOperationInfos"; + this.dgvtEMPOperationInfos.ReadOnly = true; + this.dgvtEMPOperationInfos.RowHeadersVisible = false; + this.dgvtEMPOperationInfos.RowTemplate.Height = 23; + this.dgvtEMPOperationInfos.ShowCellErrors = false; + this.dgvtEMPOperationInfos.ShowCellToolTips = false; + this.dgvtEMPOperationInfos.Size = new System.Drawing.Size(1350, 439); + this.dgvtEMPOperationInfos.TabIndex = 389; + // + // dataGridViewTextBoxColumn1 + // + this.dataGridViewTextBoxColumn1.DataPropertyName = "OperationRecordId"; + this.dataGridViewTextBoxColumn1.HeaderText = "手术ID"; + this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; + this.dataGridViewTextBoxColumn1.ReadOnly = true; + this.dataGridViewTextBoxColumn1.Visible = false; + this.dataGridViewTextBoxColumn1.Width = 167; + // + // dataGridViewTextBoxColumn2 + // + this.dataGridViewTextBoxColumn2.DataPropertyName = "OperationApplyId"; + this.dataGridViewTextBoxColumn2.HeaderText = "申请ID"; + this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; + this.dataGridViewTextBoxColumn2.ReadOnly = true; + this.dataGridViewTextBoxColumn2.Visible = false; + this.dataGridViewTextBoxColumn2.Width = 166; + // + // dataGridViewTextBoxColumn3 + // + this.dataGridViewTextBoxColumn3.DataPropertyName = "PatientId"; + this.dataGridViewTextBoxColumn3.HeaderText = "病人ID"; + this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; + this.dataGridViewTextBoxColumn3.ReadOnly = true; + this.dataGridViewTextBoxColumn3.Visible = false; + this.dataGridViewTextBoxColumn3.Width = 60; + // + // dataGridViewTextBoxColumn4 + // + this.dataGridViewTextBoxColumn4.DataPropertyName = "code"; + this.dataGridViewTextBoxColumn4.HeaderText = "序号"; + this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; + this.dataGridViewTextBoxColumn4.ReadOnly = true; + this.dataGridViewTextBoxColumn4.Visible = false; + this.dataGridViewTextBoxColumn4.Width = 75; + // + // dataGridViewTextBoxColumn5 + // + this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dataGridViewTextBoxColumn5.DataPropertyName = "OperationPriority"; + this.dataGridViewTextBoxColumn5.FillWeight = 137.1497F; + this.dataGridViewTextBoxColumn5.HeaderText = "手术分类"; + this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; + this.dataGridViewTextBoxColumn5.ReadOnly = true; + this.dataGridViewTextBoxColumn5.Visible = false; + this.dataGridViewTextBoxColumn5.Width = 112; + // + // dataGridViewTextBoxColumn6 + // + this.dataGridViewTextBoxColumn6.DataPropertyName = "DepartmentName"; + this.dataGridViewTextBoxColumn6.FillWeight = 80.11563F; + this.dataGridViewTextBoxColumn6.HeaderText = "科室"; + this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; + this.dataGridViewTextBoxColumn6.ReadOnly = true; + this.dataGridViewTextBoxColumn6.Visible = false; + this.dataGridViewTextBoxColumn6.Width = 66; + // + // dataGridViewTextBoxColumn7 + // + this.dataGridViewTextBoxColumn7.DataPropertyName = "SZOperationRoom"; + this.dataGridViewTextBoxColumn7.FillWeight = 65.36763F; + this.dataGridViewTextBoxColumn7.HeaderText = "手术间"; + this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; + this.dataGridViewTextBoxColumn7.ReadOnly = true; + this.dataGridViewTextBoxColumn7.Width = 82; + // + // dataGridViewTextBoxColumn8 + // + this.dataGridViewTextBoxColumn8.DataPropertyName = "InHospitalNo"; + this.dataGridViewTextBoxColumn8.FillWeight = 93.9558F; + this.dataGridViewTextBoxColumn8.HeaderText = "住院号"; + this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; + this.dataGridViewTextBoxColumn8.ReadOnly = true; + this.dataGridViewTextBoxColumn8.Width = 77; + // + // dataGridViewTextBoxColumn9 + // + this.dataGridViewTextBoxColumn9.DataPropertyName = "MedicalHistoryNo"; + this.dataGridViewTextBoxColumn9.FillWeight = 92.42704F; + this.dataGridViewTextBoxColumn9.HeaderText = "病历号"; + this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; + this.dataGridViewTextBoxColumn9.ReadOnly = true; + this.dataGridViewTextBoxColumn9.Visible = false; + this.dataGridViewTextBoxColumn9.Width = 76; + // + // dataGridViewTextBoxColumn10 + // + this.dataGridViewTextBoxColumn10.DataPropertyName = "PatientName"; + this.dataGridViewTextBoxColumn10.FillWeight = 73.51968F; + this.dataGridViewTextBoxColumn10.HeaderText = "姓名"; + this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; + this.dataGridViewTextBoxColumn10.ReadOnly = true; + this.dataGridViewTextBoxColumn10.Visible = false; + this.dataGridViewTextBoxColumn10.Width = 60; + // + // dataGridViewTextBoxColumn11 + // + this.dataGridViewTextBoxColumn11.DataPropertyName = "Sex"; + this.dataGridViewTextBoxColumn11.FillWeight = 73.70361F; + this.dataGridViewTextBoxColumn11.HeaderText = "性别"; + this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; + this.dataGridViewTextBoxColumn11.ReadOnly = true; + this.dataGridViewTextBoxColumn11.Visible = false; + this.dataGridViewTextBoxColumn11.Width = 61; + // + // dataGridViewTextBoxColumn12 + // + this.dataGridViewTextBoxColumn12.DataPropertyName = "Bed"; + this.dataGridViewTextBoxColumn12.FillWeight = 73.20498F; + this.dataGridViewTextBoxColumn12.HeaderText = "床号"; + this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; + this.dataGridViewTextBoxColumn12.ReadOnly = true; + this.dataGridViewTextBoxColumn12.Visible = false; + this.dataGridViewTextBoxColumn12.Width = 60; + // + // dataGridViewTextBoxColumn13 + // + this.dataGridViewTextBoxColumn13.DataPropertyName = "SZDiagnose"; + this.dataGridViewTextBoxColumn13.FillWeight = 134.5945F; + this.dataGridViewTextBoxColumn13.HeaderText = "术后诊断"; + this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; + this.dataGridViewTextBoxColumn13.ReadOnly = true; + this.dataGridViewTextBoxColumn13.Visible = false; + this.dataGridViewTextBoxColumn13.Width = 110; + // + // dataGridViewTextBoxColumn14 + // + this.dataGridViewTextBoxColumn14.DataPropertyName = "SZOperation"; + this.dataGridViewTextBoxColumn14.FillWeight = 131.7017F; + this.dataGridViewTextBoxColumn14.HeaderText = "实施手术"; + this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; + this.dataGridViewTextBoxColumn14.ReadOnly = true; + this.dataGridViewTextBoxColumn14.Visible = false; + this.dataGridViewTextBoxColumn14.Width = 108; + // + // dataGridViewTextBoxColumn15 + // + this.dataGridViewTextBoxColumn15.DataPropertyName = "SZAnaesthesiaMethod"; + this.dataGridViewTextBoxColumn15.FillWeight = 128.4264F; + this.dataGridViewTextBoxColumn15.HeaderText = "麻醉方式"; + this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; + this.dataGridViewTextBoxColumn15.ReadOnly = true; + this.dataGridViewTextBoxColumn15.Visible = false; + this.dataGridViewTextBoxColumn15.Width = 106; + // + // dataGridViewTextBoxColumn16 + // + this.dataGridViewTextBoxColumn16.DataPropertyName = "SZOperationDoctor"; + this.dataGridViewTextBoxColumn16.FillWeight = 81.201F; + this.dataGridViewTextBoxColumn16.HeaderText = "术者"; + this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; + this.dataGridViewTextBoxColumn16.ReadOnly = true; + this.dataGridViewTextBoxColumn16.Visible = false; + this.dataGridViewTextBoxColumn16.Width = 67; + // + // dataGridViewTextBoxColumn17 + // + this.dataGridViewTextBoxColumn17.DataPropertyName = "SZAnesthesiaDoctor"; + this.dataGridViewTextBoxColumn17.HeaderText = "麻醉医生"; + this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; + this.dataGridViewTextBoxColumn17.ReadOnly = true; + this.dataGridViewTextBoxColumn17.Visible = false; + this.dataGridViewTextBoxColumn17.Width = 82; + // + // dataGridViewTextBoxColumn18 + // + this.dataGridViewTextBoxColumn18.DataPropertyName = "AnesthesiaEndTime"; + this.dataGridViewTextBoxColumn18.HeaderText = "麻醉结束"; + this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; + this.dataGridViewTextBoxColumn18.ReadOnly = true; + this.dataGridViewTextBoxColumn18.Visible = false; + this.dataGridViewTextBoxColumn18.Width = 96; + // + // dataGridViewTextBoxColumn19 + // + this.dataGridViewTextBoxColumn19.DataPropertyName = "OutRoomTime"; + this.dataGridViewTextBoxColumn19.HeaderText = "出室时间"; + this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; + this.dataGridViewTextBoxColumn19.Visible = false; + this.dataGridViewTextBoxColumn19.Width = 96; + // + // dataGridViewTextBoxColumn20 + // + this.dataGridViewTextBoxColumn20.DataPropertyName = "chagestate"; + this.dataGridViewTextBoxColumn20.FillWeight = 65.36763F; + this.dataGridViewTextBoxColumn20.HeaderText = "收费状态"; + this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; + this.dataGridViewTextBoxColumn20.Visible = false; + this.dataGridViewTextBoxColumn20.Width = 63; + // + // dataGridViewTextBoxColumn25 + // + this.dataGridViewTextBoxColumn25.HeaderText = "单位"; + this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; + this.dataGridViewTextBoxColumn25.Visible = false; + this.dataGridViewTextBoxColumn25.Width = 60; + // + // dataGridViewTextBoxColumn26 + // + this.dataGridViewTextBoxColumn26.DataPropertyName = "DrugPrice"; + this.dataGridViewTextBoxColumn26.HeaderText = "单价"; + this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26"; + this.dataGridViewTextBoxColumn26.ReadOnly = true; + this.dataGridViewTextBoxColumn26.Width = 70; + // + // dataGridViewTextBoxColumn27 + // + this.dataGridViewTextBoxColumn27.DataPropertyName = "display_name"; + this.dataGridViewTextBoxColumn27.HeaderText = "单号"; + this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; + this.dataGridViewTextBoxColumn27.Visible = false; + this.dataGridViewTextBoxColumn27.Width = 80; + // + // dataGridViewTextBoxColumn28 + // + this.dataGridViewTextBoxColumn28.DataPropertyName = "specification"; + this.dataGridViewTextBoxColumn28.HeaderText = "医嘱号"; + this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28"; + this.dataGridViewTextBoxColumn28.Width = 160; + // + // dataGridViewTextBoxColumn29 + // + this.dataGridViewTextBoxColumn29.DataPropertyName = "qty"; + this.dataGridViewTextBoxColumn29.HeaderText = "His医嘱号"; + this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29"; + this.dataGridViewTextBoxColumn29.Width = 60; + // + // dataGridViewTextBoxColumn30 + // + this.dataGridViewTextBoxColumn30.DataPropertyName = "qty_unit"; + this.dataGridViewTextBoxColumn30.HeaderText = "His数量"; + this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30"; + this.dataGridViewTextBoxColumn30.Visible = false; + this.dataGridViewTextBoxColumn30.Width = 60; + // + // dataGridViewTextBoxColumn31 + // + this.dataGridViewTextBoxColumn31.DataPropertyName = "qty_unit"; + this.dataGridViewTextBoxColumn31.HeaderText = "收费状态"; + this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; + this.dataGridViewTextBoxColumn31.Visible = false; + this.dataGridViewTextBoxColumn31.Width = 60; + // + // frmOperationCharg4 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(1350, 541); + this.Controls.Add(this.dgvtEMPOperationInfos); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); + this.Name = "frmOperationCharg4"; + this.Text = "费用统计"; + this.Load += new System.EventHandler(this.frmOperationDruggCheck_Load); + this.panel1.ResumeLayout(false); + this.panel2.ResumeLayout(false); + this.panel2.PerformLayout(); + this.panel4.ResumeLayout(false); + this.panel4.PerformLayout(); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.dtpEnd)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.dtpOpeTime)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.dgvtEMPOperationInfos)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button toolStripButton10; + private System.Windows.Forms.Panel panel2; + public System.Windows.Forms.Label labDate; + private DevComponents.DotNetBar.ButtonX buttonX1; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpEnd; + private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpOpeTime; + public System.Windows.Forms.Label label24; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; + private System.Windows.Forms.DataGridView dgvtEMPOperationInfos; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30; + private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.RadioButton rdoJZ; + private System.Windows.Forms.RadioButton rdoZQ; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.RadioButton rdoHs; + private System.Windows.Forms.RadioButton rdoMz; + } +} \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationCharg4.resx b/AIMS/OperationAfter/frmOperationCharg4.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/AIMS/OperationAfter/frmOperationCharg4.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationManage.Designer.cs b/AIMS/OperationAfter/frmOperationManage.Designer.cs index 9a87468..7b812af 100644 --- a/AIMS/OperationAfter/frmOperationManage.Designer.cs +++ b/AIMS/OperationAfter/frmOperationManage.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbReviewApply = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); @@ -42,41 +42,6 @@ this.panel1 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.dgv = new DevComponents.DotNetBar.Controls.DataGridViewX(); - this.panel2 = new System.Windows.Forms.Panel(); - this.AgeEnd = new System.Windows.Forms.NumericUpDown(); - this.AgeBegin = new System.Windows.Forms.NumericUpDown(); - this.label14 = new System.Windows.Forms.Label(); - this.cboIsNotPlanReturnOperation = new DevComponents.DotNetBar.Controls.CheckBoxX(); - this.txtName = new System.Windows.Forms.TextBox(); - this.label5 = new System.Windows.Forms.Label(); - this.txtOperation = new System.Windows.Forms.TextBox(); - this.label9 = new System.Windows.Forms.Label(); - this.txtArchivesNo = new System.Windows.Forms.TextBox(); - this.label6 = new System.Windows.Forms.Label(); - this.tokenEditor3 = new DevComponents.DotNetBar.Controls.TokenEditor(); - this.tokenEditor2 = new DevComponents.DotNetBar.Controls.TokenEditor(); - this.tokenEditor1 = new DevComponents.DotNetBar.Controls.TokenEditor(); - this.label10 = new System.Windows.Forms.Label(); - this.label13 = new System.Windows.Forms.Label(); - this.label12 = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); - this.label15 = new System.Windows.Forms.Label(); - this.label20 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); - this.dtpBegInDate = new System.Windows.Forms.DateTimePicker(); - this.label4 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); - this.dtpEndDate = new System.Windows.Forms.DateTimePicker(); - this.cmbPatType = new System.Windows.Forms.ComboBox(); - this.txtASALevel = new System.Windows.Forms.ComboBox(); - this.txtOperationCut = new System.Windows.Forms.ComboBox(); - this.cboOperationLevel = new System.Windows.Forms.ComboBox(); - this.cmbOpeType = new System.Windows.Forms.ComboBox(); - this.cboDepartment = new System.Windows.Forms.ComboBox(); - this.label1 = new System.Windows.Forms.Label(); - this.btnFind = new System.Windows.Forms.Button(); this.CheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ApplyId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StateColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); @@ -120,6 +85,43 @@ this.IsNotPlanReturnOperation = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RemarkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OperatorName = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.panel2 = new System.Windows.Forms.Panel(); + this.AgeEnd = new System.Windows.Forms.NumericUpDown(); + this.AgeBegin = new System.Windows.Forms.NumericUpDown(); + this.label14 = new System.Windows.Forms.Label(); + this.cboIsNotPlanReturnOperation = new DevComponents.DotNetBar.Controls.CheckBoxX(); + this.txtName = new System.Windows.Forms.TextBox(); + this.label5 = new System.Windows.Forms.Label(); + this.txtOperation = new System.Windows.Forms.TextBox(); + this.label9 = new System.Windows.Forms.Label(); + this.txtArchivesNo = new System.Windows.Forms.TextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.tokenEditor3 = new DevComponents.DotNetBar.Controls.TokenEditor(); + this.tokenEditor2 = new DevComponents.DotNetBar.Controls.TokenEditor(); + this.tokenEditor1 = new DevComponents.DotNetBar.Controls.TokenEditor(); + this.label10 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.dtpBegInDate = new System.Windows.Forms.DateTimePicker(); + this.label4 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.dtpEndDate = new System.Windows.Forms.DateTimePicker(); + this.cmbPatType = new System.Windows.Forms.ComboBox(); + this.txtASALevel = new System.Windows.Forms.ComboBox(); + this.txtOperationCut = new System.Windows.Forms.ComboBox(); + this.cboOperationLevel = new System.Windows.Forms.ComboBox(); + this.cmbOpeType = new System.Windows.Forms.ComboBox(); + this.cboDepartment = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); + this.btnFind = new System.Windows.Forms.Button(); + this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); + this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); @@ -135,6 +137,8 @@ this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripButton1, + this.toolStripSeparator5, this.tsbReviewApply, this.toolStripSeparator1, this.tspSetting, @@ -297,16 +301,16 @@ this.IsNotPlanReturnOperation, this.RemarkColumn, this.OperatorName}); - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgv.DefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgv.DefaultCellStyle = dataGridViewCellStyle2; this.dgv.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); + this.dgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dgv.Location = new System.Drawing.Point(0, 0); this.dgv.Name = "dgv"; this.dgv.ReadOnly = true; @@ -316,6 +320,348 @@ this.dgv.TabIndex = 4; this.dgv.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_RowPostPaint); // + // CheckBoxColumn + // + this.CheckBoxColumn.HeaderText = "选择"; + this.CheckBoxColumn.Name = "CheckBoxColumn"; + this.CheckBoxColumn.ReadOnly = true; + this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.CheckBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + this.CheckBoxColumn.Visible = false; + this.CheckBoxColumn.Width = 35; + // + // ApplyId + // + this.ApplyId.DataPropertyName = "ApplyId"; + this.ApplyId.HeaderText = "序号"; + this.ApplyId.Name = "ApplyId"; + this.ApplyId.ReadOnly = true; + this.ApplyId.Visible = false; + // + // StateColumn + // + this.StateColumn.DataPropertyName = "State"; + this.StateColumn.HeaderText = "状态"; + this.StateColumn.Name = "StateColumn"; + this.StateColumn.ReadOnly = true; + this.StateColumn.Width = 60; + // + // PatientNameColumn + // + this.PatientNameColumn.DataPropertyName = "PatientName"; + this.PatientNameColumn.HeaderText = "姓名"; + this.PatientNameColumn.Name = "PatientNameColumn"; + this.PatientNameColumn.ReadOnly = true; + this.PatientNameColumn.Width = 60; + // + // SexColumn + // + this.SexColumn.DataPropertyName = "Sex"; + this.SexColumn.HeaderText = "性别"; + this.SexColumn.Name = "SexColumn"; + this.SexColumn.ReadOnly = true; + this.SexColumn.Width = 40; + // + // Age + // + this.Age.DataPropertyName = "Age"; + this.Age.HeaderText = "年龄"; + this.Age.Name = "Age"; + this.Age.ReadOnly = true; + this.Age.Width = 40; + // + // ApplyDepNameColumn + // + this.ApplyDepNameColumn.DataPropertyName = "PatientDept"; + this.ApplyDepNameColumn.HeaderText = "科室"; + this.ApplyDepNameColumn.Name = "ApplyDepNameColumn"; + this.ApplyDepNameColumn.ReadOnly = true; + this.ApplyDepNameColumn.Width = 80; + // + // SickBedColumn + // + this.SickBedColumn.DataPropertyName = "SickBed"; + this.SickBedColumn.HeaderText = "床位"; + this.SickBedColumn.Name = "SickBedColumn"; + this.SickBedColumn.ReadOnly = true; + this.SickBedColumn.Width = 40; + // + // PatientType + // + this.PatientType.DataPropertyName = "PatientType"; + this.PatientType.HeaderText = "患者类别"; + this.PatientType.Name = "PatientType"; + this.PatientType.ReadOnly = true; + this.PatientType.Width = 80; + // + // MdrecNoColumn + // + this.MdrecNoColumn.DataPropertyName = "MdrecNo"; + this.MdrecNoColumn.HeaderText = "住院号"; + this.MdrecNoColumn.Name = "MdrecNoColumn"; + this.MdrecNoColumn.ReadOnly = true; + this.MdrecNoColumn.Width = 70; + // + // OperationTypeColumn + // + this.OperationTypeColumn.DataPropertyName = "OperationType"; + this.OperationTypeColumn.HeaderText = "手术类型"; + this.OperationTypeColumn.Name = "OperationTypeColumn"; + this.OperationTypeColumn.ReadOnly = true; + this.OperationTypeColumn.Width = 80; + // + // ApplyOperatorNameColumn + // + this.ApplyOperatorNameColumn.DataPropertyName = "ApplyOperatorNo"; + this.ApplyOperatorNameColumn.HeaderText = "申请人"; + this.ApplyOperatorNameColumn.Name = "ApplyOperatorNameColumn"; + this.ApplyOperatorNameColumn.ReadOnly = true; + this.ApplyOperatorNameColumn.Width = 70; + // + // ApplyTimeColumn + // + this.ApplyTimeColumn.DataPropertyName = "ApplyTime"; + this.ApplyTimeColumn.HeaderText = "申请时间"; + this.ApplyTimeColumn.Name = "ApplyTimeColumn"; + this.ApplyTimeColumn.ReadOnly = true; + this.ApplyTimeColumn.Width = 110; + // + // OrderOperationTimeColumn + // + this.OrderOperationTimeColumn.DataPropertyName = "OrderOperationTime"; + this.OrderOperationTimeColumn.HeaderText = "预约时间"; + this.OrderOperationTimeColumn.Name = "OrderOperationTimeColumn"; + this.OrderOperationTimeColumn.ReadOnly = true; + this.OrderOperationTimeColumn.Width = 110; + // + // ApplyDiagnoseInfoNameColumn + // + this.ApplyDiagnoseInfoNameColumn.DataPropertyName = "ApplyDiagnoseInfoName"; + this.ApplyDiagnoseInfoNameColumn.HeaderText = "术前诊断"; + this.ApplyDiagnoseInfoNameColumn.Name = "ApplyDiagnoseInfoNameColumn"; + this.ApplyDiagnoseInfoNameColumn.ReadOnly = true; + this.ApplyDiagnoseInfoNameColumn.Width = 150; + // + // ApplyOperationInfoNameColumn + // + this.ApplyOperationInfoNameColumn.DataPropertyName = "ApplyOperationInfoName"; + this.ApplyOperationInfoNameColumn.HeaderText = "拟施手术"; + this.ApplyOperationInfoNameColumn.Name = "ApplyOperationInfoNameColumn"; + this.ApplyOperationInfoNameColumn.ReadOnly = true; + this.ApplyOperationInfoNameColumn.Width = 150; + // + // InRoomTime + // + this.InRoomTime.DataPropertyName = "InRoomTime"; + this.InRoomTime.HeaderText = "入室时间"; + this.InRoomTime.Name = "InRoomTime"; + this.InRoomTime.ReadOnly = true; + this.InRoomTime.Width = 110; + // + // OutRoomTime + // + this.OutRoomTime.DataPropertyName = "OutRoomTime"; + this.OutRoomTime.HeaderText = "出室时间"; + this.OutRoomTime.Name = "OutRoomTime"; + this.OutRoomTime.ReadOnly = true; + this.OutRoomTime.Width = 110; + // + // RoomHourTimeSpan + // + this.RoomHourTimeSpan.DataPropertyName = "RoomHourTimeSpan"; + this.RoomHourTimeSpan.HeaderText = "总时长"; + this.RoomHourTimeSpan.Name = "RoomHourTimeSpan"; + this.RoomHourTimeSpan.ReadOnly = true; + this.RoomHourTimeSpan.Width = 80; + // + // AnesthesiaBeginTime + // + this.AnesthesiaBeginTime.DataPropertyName = "AnesthesiaBeginTime"; + this.AnesthesiaBeginTime.HeaderText = "麻醉开始时间"; + this.AnesthesiaBeginTime.Name = "AnesthesiaBeginTime"; + this.AnesthesiaBeginTime.ReadOnly = true; + this.AnesthesiaBeginTime.Width = 110; + // + // AnesthesiaEndTime + // + this.AnesthesiaEndTime.DataPropertyName = "AnesthesiaEndTime"; + this.AnesthesiaEndTime.HeaderText = "麻醉结束时间"; + this.AnesthesiaEndTime.Name = "AnesthesiaEndTime"; + this.AnesthesiaEndTime.ReadOnly = true; + this.AnesthesiaEndTime.Width = 110; + // + // AnaesthesiaHourTimeSpan + // + this.AnaesthesiaHourTimeSpan.DataPropertyName = "AnaesthesiaHourTimeSpan"; + this.AnaesthesiaHourTimeSpan.HeaderText = "麻醉时长"; + this.AnaesthesiaHourTimeSpan.Name = "AnaesthesiaHourTimeSpan"; + this.AnaesthesiaHourTimeSpan.ReadOnly = true; + this.AnaesthesiaHourTimeSpan.Width = 80; + // + // OperationBeginTime + // + this.OperationBeginTime.DataPropertyName = "OperationBeginTime"; + this.OperationBeginTime.HeaderText = "手术开始时间"; + this.OperationBeginTime.Name = "OperationBeginTime"; + this.OperationBeginTime.ReadOnly = true; + this.OperationBeginTime.Width = 110; + // + // OperationEndTime + // + this.OperationEndTime.DataPropertyName = "OperationEndTime"; + this.OperationEndTime.HeaderText = "手术结束时间"; + this.OperationEndTime.Name = "OperationEndTime"; + this.OperationEndTime.ReadOnly = true; + this.OperationEndTime.Width = 110; + // + // OperationHourTimeSpan + // + this.OperationHourTimeSpan.DataPropertyName = "OperationHourTimeSpan"; + this.OperationHourTimeSpan.HeaderText = "手术时长"; + this.OperationHourTimeSpan.Name = "OperationHourTimeSpan"; + this.OperationHourTimeSpan.ReadOnly = true; + this.OperationHourTimeSpan.Width = 80; + // + // AnaesthesiaMethodNameColumn + // + this.AnaesthesiaMethodNameColumn.DataPropertyName = "AnaesthesiaMethodName"; + this.AnaesthesiaMethodNameColumn.HeaderText = "麻醉方式"; + this.AnaesthesiaMethodNameColumn.Name = "AnaesthesiaMethodNameColumn"; + this.AnaesthesiaMethodNameColumn.ReadOnly = true; + // + // OperationInfoName + // + this.OperationInfoName.DataPropertyName = "OperationInfoName"; + this.OperationInfoName.HeaderText = "实施手术"; + this.OperationInfoName.Name = "OperationInfoName"; + this.OperationInfoName.ReadOnly = true; + // + // OperationCut + // + this.OperationCut.DataPropertyName = "OperationCut"; + this.OperationCut.HeaderText = "切口类型"; + this.OperationCut.Name = "OperationCut"; + this.OperationCut.ReadOnly = true; + this.OperationCut.Width = 80; + // + // OperationPositionName + // + this.OperationPositionName.DataPropertyName = "OperationPositionName"; + this.OperationPositionName.HeaderText = "手术部位"; + this.OperationPositionName.Name = "OperationPositionName"; + this.OperationPositionName.ReadOnly = true; + this.OperationPositionName.Width = 80; + // + // OperationBodyPositionName + // + this.OperationBodyPositionName.DataPropertyName = "OperationBodyPositionName"; + this.OperationBodyPositionName.HeaderText = "手术体位"; + this.OperationBodyPositionName.Name = "OperationBodyPositionName"; + this.OperationBodyPositionName.ReadOnly = true; + this.OperationBodyPositionName.Width = 80; + // + // OperationLevelNameColumn + // + this.OperationLevelNameColumn.DataPropertyName = "OperationLevel"; + this.OperationLevelNameColumn.HeaderText = "手术分级"; + this.OperationLevelNameColumn.Name = "OperationLevelNameColumn"; + this.OperationLevelNameColumn.ReadOnly = true; + this.OperationLevelNameColumn.Width = 80; + // + // ASALevelName + // + this.ASALevelName.DataPropertyName = "ASALevelName"; + this.ASALevelName.HeaderText = "ASA等级"; + this.ASALevelName.Name = "ASALevelName"; + this.ASALevelName.ReadOnly = true; + this.ASALevelName.Width = 80; + // + // OperationDoctorColumn + // + this.OperationDoctorColumn.DataPropertyName = "OperationDoctor"; + this.OperationDoctorColumn.HeaderText = "术者"; + this.OperationDoctorColumn.Name = "OperationDoctorColumn"; + this.OperationDoctorColumn.ReadOnly = true; + this.OperationDoctorColumn.Width = 60; + // + // Assistant1Column + // + this.Assistant1Column.DataPropertyName = "Assistant"; + this.Assistant1Column.HeaderText = "助手"; + this.Assistant1Column.Name = "Assistant1Column"; + this.Assistant1Column.ReadOnly = true; + this.Assistant1Column.Width = 90; + // + // AnesthesiaDoctorColumn + // + this.AnesthesiaDoctorColumn.DataPropertyName = "AnesthesiaDoctor"; + this.AnesthesiaDoctorColumn.HeaderText = "主麻"; + this.AnesthesiaDoctorColumn.Name = "AnesthesiaDoctorColumn"; + this.AnesthesiaDoctorColumn.ReadOnly = true; + this.AnesthesiaDoctorColumn.Width = 60; + // + // AnesthesiaDoctor2 + // + this.AnesthesiaDoctor2.DataPropertyName = "AnesthesiaDoctor2"; + this.AnesthesiaDoctor2.HeaderText = "副麻"; + this.AnesthesiaDoctor2.Name = "AnesthesiaDoctor2"; + this.AnesthesiaDoctor2.ReadOnly = true; + this.AnesthesiaDoctor2.Width = 60; + // + // TourNurseColumn + // + this.TourNurseColumn.DataPropertyName = "TourNurse"; + this.TourNurseColumn.HeaderText = "巡回"; + this.TourNurseColumn.Name = "TourNurseColumn"; + this.TourNurseColumn.ReadOnly = true; + this.TourNurseColumn.Width = 60; + // + // InstrumentNurseColumn + // + this.InstrumentNurseColumn.DataPropertyName = "InstrumentNurse"; + this.InstrumentNurseColumn.HeaderText = "器械"; + this.InstrumentNurseColumn.Name = "InstrumentNurseColumn"; + this.InstrumentNurseColumn.ReadOnly = true; + this.InstrumentNurseColumn.Width = 60; + // + // OperationRoomColumn + // + this.OperationRoomColumn.DataPropertyName = "OperationRoom"; + this.OperationRoomColumn.HeaderText = "术间"; + this.OperationRoomColumn.Name = "OperationRoomColumn"; + this.OperationRoomColumn.ReadOnly = true; + this.OperationRoomColumn.Width = 40; + // + // PlanOrder + // + this.PlanOrder.DataPropertyName = "PlanOrder"; + this.PlanOrder.HeaderText = "台次"; + this.PlanOrder.Name = "PlanOrder"; + this.PlanOrder.ReadOnly = true; + this.PlanOrder.Width = 40; + // + // IsNotPlanReturnOperation + // + this.IsNotPlanReturnOperation.DataPropertyName = "IsNotPlanReturnOperation"; + this.IsNotPlanReturnOperation.HeaderText = "非计划二次手术"; + this.IsNotPlanReturnOperation.Name = "IsNotPlanReturnOperation"; + this.IsNotPlanReturnOperation.ReadOnly = true; + // + // RemarkColumn + // + this.RemarkColumn.DataPropertyName = "Remark"; + this.RemarkColumn.HeaderText = "停止原因"; + this.RemarkColumn.Name = "RemarkColumn"; + this.RemarkColumn.ReadOnly = true; + // + // OperatorName + // + this.OperatorName.DataPropertyName = "OperatorName"; + this.OperatorName.HeaderText = "停止人"; + this.OperatorName.Name = "OperatorName"; + this.OperatorName.ReadOnly = true; + this.OperatorName.Width = 80; + // // panel2 // this.panel2.Controls.Add(this.AgeEnd); @@ -722,347 +1068,21 @@ this.btnFind.UseVisualStyleBackColor = true; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // - // CheckBoxColumn + // toolStripButton1 // - this.CheckBoxColumn.HeaderText = "选择"; - this.CheckBoxColumn.Name = "CheckBoxColumn"; - this.CheckBoxColumn.ReadOnly = true; - this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.CheckBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; - this.CheckBoxColumn.Visible = false; - this.CheckBoxColumn.Width = 35; + this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.toolStripButton1.Image = global::AIMS.Properties.Resources.图标_手术排程; + this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; + this.toolStripButton1.Name = "toolStripButton1"; + this.toolStripButton1.Size = new System.Drawing.Size(68, 46); + this.toolStripButton1.Text = " 手术过程"; + this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // - // ApplyId + // toolStripSeparator5 // - this.ApplyId.DataPropertyName = "ApplyId"; - this.ApplyId.HeaderText = "序号"; - this.ApplyId.Name = "ApplyId"; - this.ApplyId.ReadOnly = true; - this.ApplyId.Visible = false; - // - // StateColumn - // - this.StateColumn.DataPropertyName = "State"; - this.StateColumn.HeaderText = "状态"; - this.StateColumn.Name = "StateColumn"; - this.StateColumn.ReadOnly = true; - this.StateColumn.Width = 60; - // - // PatientNameColumn - // - this.PatientNameColumn.DataPropertyName = "PatientName"; - this.PatientNameColumn.HeaderText = "姓名"; - this.PatientNameColumn.Name = "PatientNameColumn"; - this.PatientNameColumn.ReadOnly = true; - this.PatientNameColumn.Width = 60; - // - // SexColumn - // - this.SexColumn.DataPropertyName = "Sex"; - this.SexColumn.HeaderText = "性别"; - this.SexColumn.Name = "SexColumn"; - this.SexColumn.ReadOnly = true; - this.SexColumn.Width = 40; - // - // Age - // - this.Age.DataPropertyName = "Age"; - this.Age.HeaderText = "年龄"; - this.Age.Name = "Age"; - this.Age.ReadOnly = true; - this.Age.Width = 40; - // - // ApplyDepNameColumn - // - this.ApplyDepNameColumn.DataPropertyName = "PatientDept"; - this.ApplyDepNameColumn.HeaderText = "科室"; - this.ApplyDepNameColumn.Name = "ApplyDepNameColumn"; - this.ApplyDepNameColumn.ReadOnly = true; - this.ApplyDepNameColumn.Width = 80; - // - // SickBedColumn - // - this.SickBedColumn.DataPropertyName = "SickBed"; - this.SickBedColumn.HeaderText = "床位"; - this.SickBedColumn.Name = "SickBedColumn"; - this.SickBedColumn.ReadOnly = true; - this.SickBedColumn.Width = 40; - // - // PatientType - // - this.PatientType.DataPropertyName = "PatientType"; - this.PatientType.HeaderText = "患者类别"; - this.PatientType.Name = "PatientType"; - this.PatientType.ReadOnly = true; - this.PatientType.Width = 80; - // - // MdrecNoColumn - // - this.MdrecNoColumn.DataPropertyName = "MdrecNo"; - this.MdrecNoColumn.HeaderText = "住院号"; - this.MdrecNoColumn.Name = "MdrecNoColumn"; - this.MdrecNoColumn.ReadOnly = true; - this.MdrecNoColumn.Width = 70; - // - // OperationTypeColumn - // - this.OperationTypeColumn.DataPropertyName = "OperationType"; - this.OperationTypeColumn.HeaderText = "手术类型"; - this.OperationTypeColumn.Name = "OperationTypeColumn"; - this.OperationTypeColumn.ReadOnly = true; - this.OperationTypeColumn.Width = 80; - // - // ApplyOperatorNameColumn - // - this.ApplyOperatorNameColumn.DataPropertyName = "ApplyOperatorNo"; - this.ApplyOperatorNameColumn.HeaderText = "申请人"; - this.ApplyOperatorNameColumn.Name = "ApplyOperatorNameColumn"; - this.ApplyOperatorNameColumn.ReadOnly = true; - this.ApplyOperatorNameColumn.Width = 70; - // - // ApplyTimeColumn - // - this.ApplyTimeColumn.DataPropertyName = "ApplyTime"; - this.ApplyTimeColumn.HeaderText = "申请时间"; - this.ApplyTimeColumn.Name = "ApplyTimeColumn"; - this.ApplyTimeColumn.ReadOnly = true; - this.ApplyTimeColumn.Width = 110; - // - // OrderOperationTimeColumn - // - this.OrderOperationTimeColumn.DataPropertyName = "OrderOperationTime"; - this.OrderOperationTimeColumn.HeaderText = "预约时间"; - this.OrderOperationTimeColumn.Name = "OrderOperationTimeColumn"; - this.OrderOperationTimeColumn.ReadOnly = true; - this.OrderOperationTimeColumn.Width = 110; - // - // ApplyDiagnoseInfoNameColumn - // - this.ApplyDiagnoseInfoNameColumn.DataPropertyName = "ApplyDiagnoseInfoName"; - this.ApplyDiagnoseInfoNameColumn.HeaderText = "术前诊断"; - this.ApplyDiagnoseInfoNameColumn.Name = "ApplyDiagnoseInfoNameColumn"; - this.ApplyDiagnoseInfoNameColumn.ReadOnly = true; - this.ApplyDiagnoseInfoNameColumn.Width = 150; - // - // ApplyOperationInfoNameColumn - // - this.ApplyOperationInfoNameColumn.DataPropertyName = "ApplyOperationInfoName"; - this.ApplyOperationInfoNameColumn.HeaderText = "拟施手术"; - this.ApplyOperationInfoNameColumn.Name = "ApplyOperationInfoNameColumn"; - this.ApplyOperationInfoNameColumn.ReadOnly = true; - this.ApplyOperationInfoNameColumn.Width = 150; - // - // InRoomTime - // - this.InRoomTime.DataPropertyName = "InRoomTime"; - this.InRoomTime.HeaderText = "入室时间"; - this.InRoomTime.Name = "InRoomTime"; - this.InRoomTime.ReadOnly = true; - this.InRoomTime.Width = 110; - // - // OutRoomTime - // - this.OutRoomTime.DataPropertyName = "OutRoomTime"; - this.OutRoomTime.HeaderText = "出室时间"; - this.OutRoomTime.Name = "OutRoomTime"; - this.OutRoomTime.ReadOnly = true; - this.OutRoomTime.Width = 110; - // - // RoomHourTimeSpan - // - this.RoomHourTimeSpan.DataPropertyName = "RoomHourTimeSpan"; - this.RoomHourTimeSpan.HeaderText = "总时长"; - this.RoomHourTimeSpan.Name = "RoomHourTimeSpan"; - this.RoomHourTimeSpan.ReadOnly = true; - this.RoomHourTimeSpan.Width = 80; - // - // AnesthesiaBeginTime - // - this.AnesthesiaBeginTime.DataPropertyName = "AnesthesiaBeginTime"; - this.AnesthesiaBeginTime.HeaderText = "麻醉开始时间"; - this.AnesthesiaBeginTime.Name = "AnesthesiaBeginTime"; - this.AnesthesiaBeginTime.ReadOnly = true; - this.AnesthesiaBeginTime.Width = 110; - // - // AnesthesiaEndTime - // - this.AnesthesiaEndTime.DataPropertyName = "AnesthesiaEndTime"; - this.AnesthesiaEndTime.HeaderText = "麻醉结束时间"; - this.AnesthesiaEndTime.Name = "AnesthesiaEndTime"; - this.AnesthesiaEndTime.ReadOnly = true; - this.AnesthesiaEndTime.Width = 110; - // - // AnaesthesiaHourTimeSpan - // - this.AnaesthesiaHourTimeSpan.DataPropertyName = "AnaesthesiaHourTimeSpan"; - this.AnaesthesiaHourTimeSpan.HeaderText = "麻醉时长"; - this.AnaesthesiaHourTimeSpan.Name = "AnaesthesiaHourTimeSpan"; - this.AnaesthesiaHourTimeSpan.ReadOnly = true; - this.AnaesthesiaHourTimeSpan.Width = 80; - // - // OperationBeginTime - // - this.OperationBeginTime.DataPropertyName = "OperationBeginTime"; - this.OperationBeginTime.HeaderText = "手术开始时间"; - this.OperationBeginTime.Name = "OperationBeginTime"; - this.OperationBeginTime.ReadOnly = true; - this.OperationBeginTime.Width = 110; - // - // OperationEndTime - // - this.OperationEndTime.DataPropertyName = "OperationEndTime"; - this.OperationEndTime.HeaderText = "手术结束时间"; - this.OperationEndTime.Name = "OperationEndTime"; - this.OperationEndTime.ReadOnly = true; - this.OperationEndTime.Width = 110; - // - // OperationHourTimeSpan - // - this.OperationHourTimeSpan.DataPropertyName = "OperationHourTimeSpan"; - this.OperationHourTimeSpan.HeaderText = "手术时长"; - this.OperationHourTimeSpan.Name = "OperationHourTimeSpan"; - this.OperationHourTimeSpan.ReadOnly = true; - this.OperationHourTimeSpan.Width = 80; - // - // AnaesthesiaMethodNameColumn - // - this.AnaesthesiaMethodNameColumn.DataPropertyName = "AnaesthesiaMethodName"; - this.AnaesthesiaMethodNameColumn.HeaderText = "麻醉方式"; - this.AnaesthesiaMethodNameColumn.Name = "AnaesthesiaMethodNameColumn"; - this.AnaesthesiaMethodNameColumn.ReadOnly = true; - // - // OperationInfoName - // - this.OperationInfoName.DataPropertyName = "OperationInfoName"; - this.OperationInfoName.HeaderText = "实施手术"; - this.OperationInfoName.Name = "OperationInfoName"; - this.OperationInfoName.ReadOnly = true; - // - // OperationCut - // - this.OperationCut.DataPropertyName = "OperationCut"; - this.OperationCut.HeaderText = "切口类型"; - this.OperationCut.Name = "OperationCut"; - this.OperationCut.ReadOnly = true; - this.OperationCut.Width = 80; - // - // OperationPositionName - // - this.OperationPositionName.DataPropertyName = "OperationPositionName"; - this.OperationPositionName.HeaderText = "手术部位"; - this.OperationPositionName.Name = "OperationPositionName"; - this.OperationPositionName.ReadOnly = true; - this.OperationPositionName.Width = 80; - // - // OperationBodyPositionName - // - this.OperationBodyPositionName.DataPropertyName = "OperationBodyPositionName"; - this.OperationBodyPositionName.HeaderText = "手术体位"; - this.OperationBodyPositionName.Name = "OperationBodyPositionName"; - this.OperationBodyPositionName.ReadOnly = true; - this.OperationBodyPositionName.Width = 80; - // - // OperationLevelNameColumn - // - this.OperationLevelNameColumn.DataPropertyName = "OperationLevel"; - this.OperationLevelNameColumn.HeaderText = "手术分级"; - this.OperationLevelNameColumn.Name = "OperationLevelNameColumn"; - this.OperationLevelNameColumn.ReadOnly = true; - this.OperationLevelNameColumn.Width = 80; - // - // ASALevelName - // - this.ASALevelName.DataPropertyName = "ASALevelName"; - this.ASALevelName.HeaderText = "ASA等级"; - this.ASALevelName.Name = "ASALevelName"; - this.ASALevelName.ReadOnly = true; - this.ASALevelName.Width = 80; - // - // OperationDoctorColumn - // - this.OperationDoctorColumn.DataPropertyName = "OperationDoctor"; - this.OperationDoctorColumn.HeaderText = "术者"; - this.OperationDoctorColumn.Name = "OperationDoctorColumn"; - this.OperationDoctorColumn.ReadOnly = true; - this.OperationDoctorColumn.Width = 60; - // - // Assistant1Column - // - this.Assistant1Column.DataPropertyName = "Assistant"; - this.Assistant1Column.HeaderText = "助手"; - this.Assistant1Column.Name = "Assistant1Column"; - this.Assistant1Column.ReadOnly = true; - this.Assistant1Column.Width = 90; - // - // AnesthesiaDoctorColumn - // - this.AnesthesiaDoctorColumn.DataPropertyName = "AnesthesiaDoctor"; - this.AnesthesiaDoctorColumn.HeaderText = "主麻"; - this.AnesthesiaDoctorColumn.Name = "AnesthesiaDoctorColumn"; - this.AnesthesiaDoctorColumn.ReadOnly = true; - this.AnesthesiaDoctorColumn.Width = 60; - // - // AnesthesiaDoctor2 - // - this.AnesthesiaDoctor2.DataPropertyName = "AnesthesiaDoctor2"; - this.AnesthesiaDoctor2.HeaderText = "副麻"; - this.AnesthesiaDoctor2.Name = "AnesthesiaDoctor2"; - this.AnesthesiaDoctor2.ReadOnly = true; - this.AnesthesiaDoctor2.Width = 60; - // - // TourNurseColumn - // - this.TourNurseColumn.DataPropertyName = "TourNurse"; - this.TourNurseColumn.HeaderText = "巡回"; - this.TourNurseColumn.Name = "TourNurseColumn"; - this.TourNurseColumn.ReadOnly = true; - this.TourNurseColumn.Width = 60; - // - // InstrumentNurseColumn - // - this.InstrumentNurseColumn.DataPropertyName = "InstrumentNurse"; - this.InstrumentNurseColumn.HeaderText = "器械"; - this.InstrumentNurseColumn.Name = "InstrumentNurseColumn"; - this.InstrumentNurseColumn.ReadOnly = true; - this.InstrumentNurseColumn.Width = 60; - // - // OperationRoomColumn - // - this.OperationRoomColumn.DataPropertyName = "OperationRoom"; - this.OperationRoomColumn.HeaderText = "术间"; - this.OperationRoomColumn.Name = "OperationRoomColumn"; - this.OperationRoomColumn.ReadOnly = true; - this.OperationRoomColumn.Width = 40; - // - // PlanOrder - // - this.PlanOrder.DataPropertyName = "PlanOrder"; - this.PlanOrder.HeaderText = "台次"; - this.PlanOrder.Name = "PlanOrder"; - this.PlanOrder.ReadOnly = true; - this.PlanOrder.Width = 40; - // - // IsNotPlanReturnOperation - // - this.IsNotPlanReturnOperation.DataPropertyName = "IsNotPlanReturnOperation"; - this.IsNotPlanReturnOperation.HeaderText = "非计划二次手术"; - this.IsNotPlanReturnOperation.Name = "IsNotPlanReturnOperation"; - this.IsNotPlanReturnOperation.ReadOnly = true; - // - // RemarkColumn - // - this.RemarkColumn.DataPropertyName = "Remark"; - this.RemarkColumn.HeaderText = "停止原因"; - this.RemarkColumn.Name = "RemarkColumn"; - this.RemarkColumn.ReadOnly = true; - // - // OperatorName - // - this.OperatorName.DataPropertyName = "OperatorName"; - this.OperatorName.HeaderText = "停止人"; - this.OperatorName.Name = "OperatorName"; - this.OperatorName.ReadOnly = true; - this.OperatorName.Width = 80; + this.toolStripSeparator5.Name = "toolStripSeparator5"; + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49); // // frmOperationManage // @@ -1183,5 +1203,7 @@ private System.Windows.Forms.DataGridViewTextBoxColumn IsNotPlanReturnOperation; private System.Windows.Forms.DataGridViewTextBoxColumn RemarkColumn; private System.Windows.Forms.DataGridViewTextBoxColumn OperatorName; + private System.Windows.Forms.ToolStripButton toolStripButton1; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; } } \ No newline at end of file diff --git a/AIMS/OperationAfter/frmOperationManage.cs b/AIMS/OperationAfter/frmOperationManage.cs index 9224991..4710996 100644 --- a/AIMS/OperationAfter/frmOperationManage.cs +++ b/AIMS/OperationAfter/frmOperationManage.cs @@ -1,6 +1,8 @@ -using AIMSBLL; +using AIMS.OperationAanesthesia; +using AIMSBLL; using AIMSExtension; -using AIMSModel; +using AIMSModel; +using DevComponents.DotNetBar.Controls; using Microsoft.Office.Interop.Excel; using Newtonsoft.Json; using System; @@ -366,7 +368,7 @@ namespace AIMS.OperationAfter.UI if (xlLandscape == true) xlSheet.PageSetup.Orientation = XlPageOrientation.xlLandscape;//页面方向为横向 - //恢复文化环境 + //复苏文化环境 System.Threading.Thread.CurrentThread.CurrentCulture = CurrentCI; try { @@ -434,14 +436,15 @@ namespace AIMS.OperationAfter.UI private void tsbReviewApply_Click(object sender, EventArgs e) { - if (dgv.Rows.Count > 0) + int SelApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString()); + if (SelApplyId != 0) { - OperationFront.UI.frmOperationApplyDetail frmOperationApplyDetail = new OperationFront.UI.frmOperationApplyDetail(); - frmOperationApplyDetail.State = AIMSExtension.EditState.EDIT; - frmOperationApplyDetail.EditApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString()); - frmOperationApplyDetail.FormClosed += new FormClosedEventHandler(frmOperationApplyDetail_FormClosed); - frmOperationApplyDetail.ShowDialog(); - + OperationApply apply = BOperationApply.GetModel(SelApplyId); + frmAanesthesiaRecord frmAnasRecord = new frmAanesthesiaRecord(); + frmAnasRecord.PatientId = apply.OrisPatientId.Value; + frmAnasRecord.ApplyId = apply.Id.Value; + frmAnasRecord.State = AIMSExtension.EditState.BROWSE; + frmAnasRecord.Show(); } } @@ -496,7 +499,7 @@ namespace AIMS.OperationAfter.UI { if (column.Name == "序号" || column.Name == "ApplyId") { - column.Visible = false; + column.Visible = false; } else if (column.Name == item.Name) { @@ -523,5 +526,16 @@ namespace AIMS.OperationAfter.UI } return controlPathStringBuilder.ToString(); } + + private void toolStripButton1_Click(object sender, EventArgs e) + { + int SelApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString()); + if (SelApplyId != 0) + { + frmPatientStateTree frmas = new frmPatientStateTree(); + frmas.ApplyId = SelApplyId; + frmas.ShowDialog(); + } + } } } diff --git a/AIMS/OperationAfter/frmPatientStateTree.cs b/AIMS/OperationAfter/frmPatientStateTree.cs new file mode 100644 index 0000000..0b51501 --- /dev/null +++ b/AIMS/OperationAfter/frmPatientStateTree.cs @@ -0,0 +1,193 @@ +using AIMSBLL; +using DocumentManagement; +using System; +using System.Data; +using System.Drawing; +using System.Windows.Forms; + +namespace AIMS.OperationAfter.UI +{ + public partial class frmPatientStateTree : Form + { + public frmPatientStateTree() + { + InitializeComponent(); + //申请手术 + panel2.BackgroundImage = global::AIMS.Properties.Resources.GCSYH; + panel9.BackgroundImage = global::AIMS.Properties.Resources.GCSAS_GRAY_; + label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel14.BackgroundImage = global::AIMS.Properties.Resources.GCSNOTPASS; + //术前排程 + panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel12.BackgroundImage = global::AIMS.Properties.Resources.GCSSQPC_GRAY_; + label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel18.BackgroundImage = global::AIMS.Properties.Resources.GCSNOTPASS; + //术前访视 + panel10.BackgroundImage = global::AIMS.Properties.Resources.GCSSQFS_GRAY_; + panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSUNRATED; + //麻醉计划 + label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel11.BackgroundImage = global::AIMS.Properties.Resources.GCSAP_GRAY_; + panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel19.BackgroundImage = global::AIMS.Properties.Resources.GCSNotDevelop; + //麻醉知情同意书 + panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel26.BackgroundImage = global::AIMS.Properties.Resources.GCSAGREED_GRAY_; + label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel20.BackgroundImage = global::AIMS.Properties.Resources.GCDONTS; + //术后随访 + panel23.BackgroundImage = global::AIMS.Properties.Resources.GCSYHRIG; + panel15.BackgroundImage = global::AIMS.Properties.Resources.GCSSH_GRAY_; + label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel22.BackgroundImage = global::AIMS.Properties.Resources.GCSNOTFOLLOW; + + } + + public int ApplyId = 1; + public string ASA1 = "Ⅰ"; + public string ASA2 = "Ⅱ"; + public string ASA3 = "Ⅲ"; + public string ASA4 = "IV"; + public string ASA5 = "V"; + public string ASA6 = "VI"; + private void frmPatientStateTree_Load(object sender, EventArgs e) + { + if (ApplyId != 0) + { + DataTable patientdt = BOperationApply.SelectOperationInformationByWhere(" ApplyId=" + ApplyId); + labelpatientifo.Text = patientdt.Rows[0]["PatientName"].ToString() + " " + patientdt.Rows[0]["Sex"].ToString() + " " + patientdt.Rows[0]["Age"].ToString(); + label1.Text = patientdt.Rows[0]["ApplyDiagnoseInfoName"].ToString(); + label19.Text = patientdt.Rows[0]["OperationInfoName"].ToString(); + lbDpt.Text = patientdt.Rows[0]["PatientDept"].ToString(); + SQAPPLY(patientdt); + SQFS(patientdt); + SQPC(patientdt); + + DataTable dt = DocumentDAL.GetPatientDoc(patientdt.Rows[0]["PatientId"].ToString()); + if (dt.Rows.Count > 0) + { + for (int i = 0; i < dt.Rows.Count; i++) + { + if (dt.Rows[i]["XmlFileName"].ToString().Contains("手术患者术前术后访视单") || dt.Rows[i]["XmlFileName"].ToString().Contains("术前访视")) + { + //label13.Text = ""; + panel11.BackgroundImage = global::AIMS.Properties.Resources.GCSAP; + label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164))))); + panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164))))); + panel19.BackgroundImage = global::AIMS.Properties.Resources.GCSADevelop; + } + + if (dt.Rows[i]["XmlFileName"].ToString().Contains("麻醉知情同意书") || dt.Rows[i]["XmlFileName"].ToString().Contains("知情同意书")) + { + //label14.Text = ""; + panel26.BackgroundImage = global::AIMS.Properties.Resources.GCSAGREED; + panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205))))); + panel20.BackgroundImage = global::AIMS.Properties.Resources.GCSASigned; + label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205))))); + } + + if (dt.Rows[i]["XmlFileName"].ToString().Contains("术后访视")) + { + //label16.Text = ""; + label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(242)))), ((int)(((byte)(7))))); + panel23.BackgroundImage = global::AIMS.Properties.Resources.GCSYYELLOW; + panel15.BackgroundImage = global::AIMS.Properties.Resources.GCSSH; + panel22.BackgroundImage = global::AIMS.Properties.Resources.GCSHaveFollow; + } + } + } + + panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel24.BackgroundImage = global::AIMS.Properties.Resources.GCSSZA_GRAY_; + label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel25.BackgroundImage = global::AIMS.Properties.Resources.GCDONTS; + + panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel13.BackgroundImage = global::AIMS.Properties.Resources.GCSAR_GRAY_; + label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(193)))), ((int)(((byte)(193))))); + panel21.BackgroundImage = global::AIMS.Properties.Resources.GCSNOTPASS; + + for (int i = 0; i < patientdt.Rows.Count; i++) + { + if (patientdt.Rows[i]["RecoverId"].ToString() == "1") + { + label17.Text = patientdt.Rows[0]["InRoomTime"].ToString(); + panel25.BackgroundImage = global::AIMS.Properties.Resources.GCSASigned; + panel24.BackgroundImage = global::AIMS.Properties.Resources.GCSSZMZ; + panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(186)))), ((int)(((byte)(159))))); + } + if (patientdt.Rows[i]["RecoverId"].ToString() == "2") + { + panel8.BackColor = Color.Lime; + label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(249)))), ((int)(((byte)(1))))); + panel13.BackgroundImage = global::AIMS.Properties.Resources.GCSAR; + label15.Text = patientdt.Rows[i]["InRoomTime"].ToString(); + panel21.BackgroundImage = global::AIMS.Properties.Resources.GCSPASS; + } + } + } + } + /// + /// 术前访视 + /// + /// + private void SQFS(DataTable patientdt) + { + label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158))))); + panel10.BackgroundImage = global::AIMS.Properties.Resources.GCSSQFS; + panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158))))); + if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA1) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP1; + } + else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA2) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP2; + } + else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA3) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP3; + } + else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA4) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP4; + } + else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA5) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP5; + } + else if (patientdt.Rows[0]["ASALevelName"].ToString() == ASA6) + { + panel17.BackgroundImage = global::AIMS.Properties.Resources.GCSCLASSP6; + } + } + /// + /// 术前排程 + /// + /// + private void SQPC(DataTable patientdt) + { + label12.Text = patientdt.Rows[0]["OrderOperationTime"].ToString(); + panel18.BackgroundImage = global::AIMS.Properties.Resources.GCSPASS; + panel12.BackgroundImage = global::AIMS.Properties.Resources.GCSSQPC; + panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146))))); + label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146))))); + } + /// + /// 术前申请 + /// + /// + private void SQAPPLY(DataTable patientdt) + { + label10.Text = patientdt.Rows[0]["ApplyTime"].ToString(); + label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(21)))), ((int)(((byte)(131))))); + panel14.BackgroundImage = global::AIMS.Properties.Resources.GCSPASS; + panel9.BackgroundImage = global::AIMS.Properties.Resources.GCSAS; + panel2.BackgroundImage = global::AIMS.Properties.Resources.GCSYPink; + } + } +} + + diff --git a/AIMS/OperationAfter/frmPatientStateTree.designer.cs b/AIMS/OperationAfter/frmPatientStateTree.designer.cs new file mode 100644 index 0000000..895263c --- /dev/null +++ b/AIMS/OperationAfter/frmPatientStateTree.designer.cs @@ -0,0 +1,696 @@ +namespace AIMS.OperationAfter.UI +{ + partial class frmPatientStateTree + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPatientStateTree)); + this.label2 = new System.Windows.Forms.Label(); + this.panelMain = new System.Windows.Forms.Panel(); + this.panel23 = new System.Windows.Forms.Panel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.panel18 = new System.Windows.Forms.Panel(); + this.panel21 = new System.Windows.Forms.Panel(); + this.panel20 = new System.Windows.Forms.Panel(); + this.panel22 = new System.Windows.Forms.Panel(); + this.panel25 = new System.Windows.Forms.Panel(); + this.panel19 = new System.Windows.Forms.Panel(); + this.panel17 = new System.Windows.Forms.Panel(); + this.panel14 = new System.Windows.Forms.Panel(); + this.label9 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.lbDpt = new System.Windows.Forms.Label(); + this.labelpatientifo = new System.Windows.Forms.Label(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.panel6 = new System.Windows.Forms.Panel(); + this.panel7 = new System.Windows.Forms.Panel(); + this.panel8 = new System.Windows.Forms.Panel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.panel10 = new System.Windows.Forms.Panel(); + this.panel11 = new System.Windows.Forms.Panel(); + this.panel15 = new System.Windows.Forms.Panel(); + this.panel12 = new System.Windows.Forms.Panel(); + this.panel24 = new System.Windows.Forms.Panel(); + this.panel13 = new System.Windows.Forms.Panel(); + this.panel26 = new System.Windows.Forms.Panel(); + this.panel16 = new System.Windows.Forms.Panel(); + this.panelMain.SuspendLayout(); + this.SuspendLayout(); + // + // label2 + // + this.label2.BackColor = System.Drawing.Color.WhiteSmoke; + this.label2.Dock = System.Windows.Forms.DockStyle.Top; + this.label2.Font = new System.Drawing.Font("微软雅黑", 20F); + this.label2.ForeColor = System.Drawing.Color.Black; + this.label2.Location = new System.Drawing.Point(0, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(1030, 64); + this.label2.TabIndex = 3; + this.label2.Text = "手术患者状态示意图"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // panelMain + // + this.panelMain.Anchor = System.Windows.Forms.AnchorStyles.None; + this.panelMain.Controls.Add(this.panel23); + this.panelMain.Controls.Add(this.panel5); + this.panelMain.Controls.Add(this.label16); + this.panelMain.Controls.Add(this.label17); + this.panelMain.Controls.Add(this.label13); + this.panelMain.Controls.Add(this.label12); + this.panelMain.Controls.Add(this.label15); + this.panelMain.Controls.Add(this.label14); + this.panelMain.Controls.Add(this.label11); + this.panelMain.Controls.Add(this.label10); + this.panelMain.Controls.Add(this.panel18); + this.panelMain.Controls.Add(this.panel21); + this.panelMain.Controls.Add(this.panel20); + this.panelMain.Controls.Add(this.panel22); + this.panelMain.Controls.Add(this.panel25); + this.panelMain.Controls.Add(this.panel19); + this.panelMain.Controls.Add(this.panel17); + this.panelMain.Controls.Add(this.panel14); + this.panelMain.Controls.Add(this.label9); + this.panelMain.Controls.Add(this.label8); + this.panelMain.Controls.Add(this.label7); + this.panelMain.Controls.Add(this.label6); + this.panelMain.Controls.Add(this.label5); + this.panelMain.Controls.Add(this.label18); + this.panelMain.Controls.Add(this.label4); + this.panelMain.Controls.Add(this.label3); + this.panelMain.Controls.Add(this.label20); + this.panelMain.Controls.Add(this.label19); + this.panelMain.Controls.Add(this.label1); + this.panelMain.Controls.Add(this.lbDpt); + this.panelMain.Controls.Add(this.labelpatientifo); + this.panelMain.Controls.Add(this.panel2); + this.panelMain.Controls.Add(this.panel3); + this.panelMain.Controls.Add(this.panel4); + this.panelMain.Controls.Add(this.panel6); + this.panelMain.Controls.Add(this.panel7); + this.panelMain.Controls.Add(this.panel8); + this.panelMain.Controls.Add(this.panel9); + this.panelMain.Controls.Add(this.panel10); + this.panelMain.Controls.Add(this.panel11); + this.panelMain.Controls.Add(this.panel15); + this.panelMain.Controls.Add(this.panel12); + this.panelMain.Controls.Add(this.panel24); + this.panelMain.Controls.Add(this.panel13); + this.panelMain.Controls.Add(this.panel26); + this.panelMain.Controls.Add(this.panel16); + this.panelMain.Location = new System.Drawing.Point(-47, 66); + this.panelMain.Margin = new System.Windows.Forms.Padding(2); + this.panelMain.Name = "panelMain"; + this.panelMain.Size = new System.Drawing.Size(1091, 521); + this.panelMain.TabIndex = 97; + // + // panel23 + // + this.panel23.BackColor = System.Drawing.Color.Transparent; + this.panel23.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.panel23.Location = new System.Drawing.Point(960, 243); + this.panel23.Name = "panel23"; + this.panel23.Size = new System.Drawing.Size(110, 25); + this.panel23.TabIndex = 98; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.Color.Transparent; + this.panel5.Location = new System.Drawing.Point(630, 243); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(110, 25); + this.panel5.TabIndex = 113; + // + // label16 + // + this.label16.BackColor = System.Drawing.Color.Transparent; + this.label16.Font = new System.Drawing.Font("微软雅黑", 11F); + this.label16.ForeColor = System.Drawing.Color.DarkOrange; + this.label16.Location = new System.Drawing.Point(942, 3); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(131, 40); + this.label16.TabIndex = 141; + this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label17 + // + this.label17.BackColor = System.Drawing.Color.Transparent; + this.label17.Font = new System.Drawing.Font("微软雅黑", 11F); + this.label17.ForeColor = System.Drawing.Color.DarkOrange; + this.label17.Location = new System.Drawing.Point(731, 3); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(131, 40); + this.label17.TabIndex = 140; + this.label17.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label13 + // + this.label13.BackColor = System.Drawing.Color.Transparent; + this.label13.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label13.ForeColor = System.Drawing.Color.DarkOrange; + this.label13.Location = new System.Drawing.Point(510, 3); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(131, 40); + this.label13.TabIndex = 139; + this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label12 + // + this.label12.BackColor = System.Drawing.Color.Transparent; + this.label12.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label12.ForeColor = System.Drawing.Color.DarkOrange; + this.label12.Location = new System.Drawing.Point(290, 3); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(131, 40); + this.label12.TabIndex = 138; + this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label15 + // + this.label15.BackColor = System.Drawing.Color.Transparent; + this.label15.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label15.ForeColor = System.Drawing.Color.DarkOrange; + this.label15.Location = new System.Drawing.Point(843, 471); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(130, 40); + this.label15.TabIndex = 137; + this.label15.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label14 + // + this.label14.BackColor = System.Drawing.Color.Transparent; + this.label14.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label14.ForeColor = System.Drawing.Color.DarkOrange; + this.label14.Location = new System.Drawing.Point(624, 471); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(130, 40); + this.label14.TabIndex = 136; + this.label14.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label11 + // + this.label11.BackColor = System.Drawing.Color.Transparent; + this.label11.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label11.ForeColor = System.Drawing.Color.DarkOrange; + this.label11.Location = new System.Drawing.Point(398, 471); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(130, 40); + this.label11.TabIndex = 135; + this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // label10 + // + this.label10.BackColor = System.Drawing.Color.Transparent; + this.label10.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label10.ForeColor = System.Drawing.Color.DarkOrange; + this.label10.Location = new System.Drawing.Point(177, 471); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(130, 40); + this.label10.TabIndex = 142; + this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // + // panel18 + // + this.panel18.BackColor = System.Drawing.Color.Transparent; + this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel18.Location = new System.Drawing.Point(309, 45); + this.panel18.Name = "panel18"; + this.panel18.Size = new System.Drawing.Size(90, 29); + this.panel18.TabIndex = 129; + // + // panel21 + // + this.panel21.BackColor = System.Drawing.Color.Transparent; + this.panel21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel21.Location = new System.Drawing.Point(863, 438); + this.panel21.Name = "panel21"; + this.panel21.Size = new System.Drawing.Size(90, 29); + this.panel21.TabIndex = 134; + // + // panel20 + // + this.panel20.BackColor = System.Drawing.Color.Transparent; + this.panel20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel20.Location = new System.Drawing.Point(644, 438); + this.panel20.Name = "panel20"; + this.panel20.Size = new System.Drawing.Size(90, 29); + this.panel20.TabIndex = 131; + // + // panel22 + // + this.panel22.BackColor = System.Drawing.Color.Transparent; + this.panel22.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel22.Location = new System.Drawing.Point(966, 45); + this.panel22.Name = "panel22"; + this.panel22.Size = new System.Drawing.Size(90, 29); + this.panel22.TabIndex = 127; + // + // panel25 + // + this.panel25.BackColor = System.Drawing.Color.Transparent; + this.panel25.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel25.Location = new System.Drawing.Point(749, 45); + this.panel25.Name = "panel25"; + this.panel25.Size = new System.Drawing.Size(90, 29); + this.panel25.TabIndex = 133; + // + // panel19 + // + this.panel19.BackColor = System.Drawing.Color.Transparent; + this.panel19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel19.Location = new System.Drawing.Point(533, 45); + this.panel19.Name = "panel19"; + this.panel19.Size = new System.Drawing.Size(90, 29); + this.panel19.TabIndex = 130; + // + // panel17 + // + this.panel17.BackColor = System.Drawing.Color.Transparent; + this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel17.Location = new System.Drawing.Point(421, 438); + this.panel17.Name = "panel17"; + this.panel17.Size = new System.Drawing.Size(90, 29); + this.panel17.TabIndex = 128; + // + // panel14 + // + this.panel14.BackColor = System.Drawing.Color.Transparent; + this.panel14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel14.Location = new System.Drawing.Point(200, 438); + this.panel14.Name = "panel14"; + this.panel14.Size = new System.Drawing.Size(90, 29); + this.panel14.TabIndex = 132; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.BackColor = System.Drawing.Color.Transparent; + this.label9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(249)))), ((int)(((byte)(1))))); + this.label9.Location = new System.Drawing.Point(873, 413); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(74, 22); + this.label9.TabIndex = 125; + this.label9.Text = "麻醉恢复"; + this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.BackColor = System.Drawing.Color.Transparent; + this.label8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(242)))), ((int)(((byte)(7))))); + this.label8.Location = new System.Drawing.Point(976, 78); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(74, 22); + this.label8.TabIndex = 124; + this.label8.Text = "术后随访"; + this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.BackColor = System.Drawing.Color.Transparent; + this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(186)))), ((int)(((byte)(159))))); + this.label7.Location = new System.Drawing.Point(757, 78); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(74, 22); + this.label7.TabIndex = 123; + this.label7.Text = "术中麻醉"; + this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.BackColor = System.Drawing.Color.Transparent; + this.label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(145)))), ((int)(((byte)(205))))); + this.label6.Location = new System.Drawing.Point(662, 413); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(58, 22); + this.label6.TabIndex = 122; + this.label6.Text = "同意书"; + this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.BackColor = System.Drawing.Color.Transparent; + this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(86)))), ((int)(((byte)(164))))); + this.label5.Location = new System.Drawing.Point(543, 78); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(74, 22); + this.label5.TabIndex = 121; + this.label5.Text = "麻醉计划"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.BackColor = System.Drawing.Color.Transparent; + this.label18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(46)))), ((int)(((byte)(146))))); + this.label18.Location = new System.Drawing.Point(318, 78); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(74, 22); + this.label18.TabIndex = 126; + this.label18.Text = "术前排程"; + this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.BackColor = System.Drawing.Color.Transparent; + this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(40)))), ((int)(((byte)(158))))); + this.label4.Location = new System.Drawing.Point(432, 413); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(74, 22); + this.label4.TabIndex = 120; + this.label4.Text = "术前访视"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.BackColor = System.Drawing.Color.Transparent; + this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(21)))), ((int)(((byte)(131))))); + this.label3.Location = new System.Drawing.Point(209, 413); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(74, 22); + this.label3.TabIndex = 119; + this.label3.Text = "申请手术"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label20 + // + this.label20.BackColor = System.Drawing.Color.Transparent; + this.label20.Font = new System.Drawing.Font("微软雅黑", 9F); + this.label20.ForeColor = System.Drawing.Color.DarkOrange; + this.label20.Location = new System.Drawing.Point(84, 334); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(100, 40); + this.label20.TabIndex = 118; + // + // label19 + // + this.label19.BackColor = System.Drawing.Color.Transparent; + this.label19.Font = new System.Drawing.Font("微软雅黑", 9F); + this.label19.ForeColor = System.Drawing.Color.DarkOrange; + this.label19.Location = new System.Drawing.Point(84, 294); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(100, 40); + this.label19.TabIndex = 117; + // + // label1 + // + this.label1.BackColor = System.Drawing.Color.Transparent; + this.label1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.label1.ForeColor = System.Drawing.Color.DarkOrange; + this.label1.Location = new System.Drawing.Point(84, 254); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(100, 40); + this.label1.TabIndex = 116; + // + // lbDpt + // + this.lbDpt.BackColor = System.Drawing.Color.Transparent; + this.lbDpt.Font = new System.Drawing.Font("微软雅黑", 9F); + this.lbDpt.ForeColor = System.Drawing.Color.DarkOrange; + this.lbDpt.Location = new System.Drawing.Point(84, 214); + this.lbDpt.Name = "lbDpt"; + this.lbDpt.Size = new System.Drawing.Size(100, 40); + this.lbDpt.TabIndex = 114; + // + // labelpatientifo + // + this.labelpatientifo.AutoSize = true; + this.labelpatientifo.BackColor = System.Drawing.Color.Transparent; + this.labelpatientifo.Font = new System.Drawing.Font("微软雅黑", 11F); + this.labelpatientifo.ForeColor = System.Drawing.Color.DarkOrange; + this.labelpatientifo.Location = new System.Drawing.Point(85, 189); + this.labelpatientifo.Name = "labelpatientifo"; + this.labelpatientifo.Size = new System.Drawing.Size(99, 20); + this.labelpatientifo.TabIndex = 115; + this.labelpatientifo.Text = "王山 男 56岁\r\n"; + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.Transparent; + this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.panel2.Location = new System.Drawing.Point(190, 243); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(110, 25); + this.panel2.TabIndex = 110; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.Transparent; + this.panel3.Location = new System.Drawing.Point(300, 243); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(110, 25); + this.panel3.TabIndex = 109; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.Transparent; + this.panel4.Location = new System.Drawing.Point(410, 243); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(110, 25); + this.panel4.TabIndex = 108; + // + // panel6 + // + this.panel6.BackColor = System.Drawing.Color.Transparent; + this.panel6.Location = new System.Drawing.Point(520, 243); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(110, 25); + this.panel6.TabIndex = 107; + // + // panel7 + // + this.panel7.BackColor = System.Drawing.Color.Transparent; + this.panel7.Location = new System.Drawing.Point(740, 243); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(110, 25); + this.panel7.TabIndex = 106; + // + // panel8 + // + this.panel8.BackColor = System.Drawing.Color.Transparent; + this.panel8.Location = new System.Drawing.Point(850, 243); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(110, 25); + this.panel8.TabIndex = 105; + // + // panel9 + // + this.panel9.BackColor = System.Drawing.Color.Transparent; + this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel9.Location = new System.Drawing.Point(190, 269); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(110, 140); + this.panel9.TabIndex = 104; + // + // panel10 + // + this.panel10.BackColor = System.Drawing.Color.Transparent; + this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel10.Location = new System.Drawing.Point(410, 269); + this.panel10.Name = "panel10"; + this.panel10.Size = new System.Drawing.Size(110, 140); + this.panel10.TabIndex = 103; + // + // panel11 + // + this.panel11.BackColor = System.Drawing.Color.Transparent; + this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel11.Location = new System.Drawing.Point(520, 104); + this.panel11.Name = "panel11"; + this.panel11.Size = new System.Drawing.Size(110, 140); + this.panel11.TabIndex = 102; + // + // panel15 + // + this.panel15.BackColor = System.Drawing.Color.Transparent; + this.panel15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel15.Location = new System.Drawing.Point(959, 104); + this.panel15.Name = "panel15"; + this.panel15.Size = new System.Drawing.Size(110, 140); + this.panel15.TabIndex = 101; + // + // panel12 + // + this.panel12.BackColor = System.Drawing.Color.Transparent; + this.panel12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel12.Location = new System.Drawing.Point(300, 104); + this.panel12.Name = "panel12"; + this.panel12.Size = new System.Drawing.Size(110, 140); + this.panel12.TabIndex = 100; + // + // panel24 + // + this.panel24.BackColor = System.Drawing.Color.Transparent; + this.panel24.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel24.Location = new System.Drawing.Point(739, 104); + this.panel24.Name = "panel24"; + this.panel24.Size = new System.Drawing.Size(110, 140); + this.panel24.TabIndex = 99; + // + // panel13 + // + this.panel13.BackColor = System.Drawing.Color.Transparent; + this.panel13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel13.Location = new System.Drawing.Point(850, 269); + this.panel13.Name = "panel13"; + this.panel13.Size = new System.Drawing.Size(110, 140); + this.panel13.TabIndex = 111; + // + // panel26 + // + this.panel26.BackColor = System.Drawing.Color.Transparent; + this.panel26.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel26.Location = new System.Drawing.Point(630, 269); + this.panel26.Name = "panel26"; + this.panel26.Size = new System.Drawing.Size(110, 140); + this.panel26.TabIndex = 112; + // + // panel16 + // + this.panel16.BackColor = System.Drawing.Color.Transparent; + this.panel16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.panel16.Location = new System.Drawing.Point(51, 187); + this.panel16.Name = "panel16"; + this.panel16.Size = new System.Drawing.Size(30, 30); + this.panel16.TabIndex = 97; + // + // frmPatientStateTree + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoSize = true; + this.BackColor = System.Drawing.Color.White; + this.ClientSize = new System.Drawing.Size(1030, 597); + this.Controls.Add(this.label2); + this.Controls.Add(this.panelMain); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "frmPatientStateTree"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "手术患者状态示意图"; + this.Load += new System.EventHandler(this.frmPatientStateTree_Load); + this.panelMain.ResumeLayout(false); + this.panelMain.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Panel panelMain; + private System.Windows.Forms.Panel panel23; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Panel panel18; + private System.Windows.Forms.Panel panel21; + private System.Windows.Forms.Panel panel20; + private System.Windows.Forms.Panel panel22; + private System.Windows.Forms.Panel panel25; + private System.Windows.Forms.Panel panel19; + private System.Windows.Forms.Panel panel17; + private System.Windows.Forms.Panel panel14; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label lbDpt; + private System.Windows.Forms.Label labelpatientifo; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Panel panel6; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.Panel panel8; + private System.Windows.Forms.Panel panel9; + private System.Windows.Forms.Panel panel10; + private System.Windows.Forms.Panel panel11; + private System.Windows.Forms.Panel panel15; + private System.Windows.Forms.Panel panel12; + private System.Windows.Forms.Panel panel24; + private System.Windows.Forms.Panel panel13; + private System.Windows.Forms.Panel panel26; + private System.Windows.Forms.Panel panel16; + } +} \ No newline at end of file diff --git a/AIMS/OperationAfter/frmPatientStateTree.resx b/AIMS/OperationAfter/frmPatientStateTree.resx new file mode 100644 index 0000000..9274a8f --- /dev/null +++ b/AIMS/OperationAfter/frmPatientStateTree.resx @@ -0,0 +1,1253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAABACUWAAAlFgAAAAAAAAAA + AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8B////D////0v///+J////vf///9/////1/////v// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////+////9f///9////+9////if// + /0v///8P////Af///wD///8A////AAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////Ff// + /0n///+J////tP///9H////l////8v////v////+//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////7////7////8v///+X////R////tP///4n///9J////Ff///wD///8A////AP// + /wAAAAAAAAAAAP///wD///8A////A////yf///9n////sf///+7///////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////7v///7L///9o////KP///wP///8A////AAAAAAD///8A////AP///wP///8i////hv// + /9n//////////v////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////+/////////9r///+H////Iv// + /wP///8A////AP///wD///8A////Jf///4D////b/////f////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////f///9v///+A////Jf///wD///8A////AP///xX///9n////1v// + //z///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////P// + /9b///9n////Ff///wD///8B////S////7T///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////7T///9M////Af///w////+N////8/// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////9P///47///8Q////S////7X///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////tv///0z///+J////0f// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////R////iv///7r////k//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////+X///+9////2f// + //D///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////8////+D////t////+P////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////7////9P// + //r////9//////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////7////9//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v3//fz7//v5+P/79/X/+vf1//v49//8+/n//v38/////v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////+//37+v/59PH/9e3o//Ln + 4P/y59//8+rk//fx7P/7+Pb//v39//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////v///v3/+/f0//Tq4//u3NH/6tPE/+nSwv/s2cz/8eTa//jy7f/9+/r///7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v7+//79/P/58uz/8d3P/+jI + sv/lu5//5bqd/+fDqv/r0b//9Ojf//v49v/+/f3///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/f3/+/r5//bq4v/u0Lv/5baV/+Opgf/jqH//5bCN/+jApf/w283/+PHt//z6 + +f/+/v7///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////7+//38+//59fP/8uLW/+vE + qf/kqH//451t/+Odbf/jo3j/5rGO/+zNuv/z5t//+fTy//79/f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/f3//Pn4//bv6//v2Mr/6LqZ/+Sebv/jlWD/45Zh/+Oaaf/kpXv/58Cn/+3c + 0f/17+v//fz7//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////39/f/7+Pb/8unk/+vR + wP/ms5D/45lm/+OTXP/jlF3/45di/+Ofcf/jt5j/6NLD//Lp4//9+/r///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////f39//r29P/w5N3/6Mu3/+Wviv/jl2P/45Jb/+OTXP/jlmD/45xr/+Gv + jf/lybb/8eTc//z6+f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////9/Pz/+vTy/+7f + 1v/lxa//46uF/+OWYv/jklv/45Nc/+OVXv/immj/4KqE/+XDq//w4NT//Pn3//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////38+//58/D/7NvQ/+PAqP/iqID/45Zh/+OSW//jk1z/45Re/+OY + Zv/hpXz/5b2h//Dczf/79vT///7////+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////v///fv7//ny + 7v/q18r/4ruh/+GlfP/jlmH/45Jb/+OTXP/jlF7/45hk/+Ojdv/nuJj/79bE//fw7P/8+/v//v7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////9+/v/+PHt/+rUxf/huJv/4aN5/+OVYP/jk1v/45Nc/+OT + Xf/jl2L/5KBw/+eyjf/szbf/8+ff//n29P/+/fz///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////37 + +v/48Or/6tG//+G0lP/hoXX/45Vg/+OTW//jk1z/45Nd/+OVYP/km2n/5qqB/+nDqP/t3dH/9vHs//38 + +/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////7//fv5//jv6P/qzrn/4rGO/+Gfcv/jlV//45Nb/+OT + XP/jk1z/45Re/+SXYv/ko3X/5bma/+jSwv/z6+T//Pv5//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/9+vj/+e7m/+3Ls//lrof/455u/+OVX//jk1v/45Nc/+OTXP/jk13/45Rf/+Odbv/isY7/5cm1//Hl + 3f/8+ff///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v79//z49f/46uD/7sar/+eqgP/knGr/45Re/+OT + XP/jk1z/45Nc/+KSXP/jk13/4ppp/+Krhf/lwan/8eHV//z49f///v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///9/Pv/+fPw//Tj1//sv6D/5qR2/+SZZf/jlF3/45Nc/+OTXP/iklv/4ZFb/+KSXP/imGb/46Z9/+a7 + nv/x3M7/+/by//79/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////7///7+///+/v///v7///7+///+ + /v///v7///7+///+/v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z6+f/27ur/8NvO/+m4lf/lnm3/45Vg/+OT + XP/jk1z/4pJb/+CRWv/gkFn/4ZFa/+OXY//konX/57WS//DWxP/58uz//Pv6///+/v////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+/v7//v39//38+v/8+ff//Pj2//z39f/89/T//Pf1//z49v/8+ff//Pv5//39/P/+/v7///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////v7/+vf2//Pp4//s1MT/57GM/+SaZ//jlF3/4pNc/+KSW//hkVv/35Ba/96PWf/gkFn/4pVf/+Sd + bP/mrIP/7My0//Po4P/59vT//v39//////////////////////////////////////////////////// + //////////////////////////////////////////////38/P/7+Pb/9/Ds//Pn4P/y49n/8uHW//Hg + 1f/x4db/8ePZ//Ln3//17un/+ff1//z7+//+/v7///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v/59fP/8OTc/+jNuv/krIb/45hl/+OT + XP/iklv/4ZFb/+CQWv/ej1n/3Y5Y/96PWf/hklz/45hl/+Wkd//owKT/7dzQ//Xv6//9/Pv///////// + //////////////////////////////////////////////////////////////////////////////7+ + /v/9/Pr/+vXy//br5f/v3tL/6dC+/+jJtP/oxq//58Wt/+fGr//nybT/6M+8/+3azP/06eD/+fPu//z6 + +P/+/v3///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////7+//n08f/u39b/5May/+Opgv/jmGT/45Nc/+KSW//hklv/35Fa/96PWv/cj1n/3o9a/+GR + XP/ilWH/5J5v/+S2lv/p0cH/8+ni//37+f////////////////////////////////////////////// + ///////////////////////////////////+/v3//Pv5//n07//z597/7tfI/+nHsP/luZv/5LKQ/+Sw + jP/kr4v/47CM/+OykP/kt5f/6cGm/+/Svf/z4dT/9+/p//v49//+/f3///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v///v7/+PLu/+3b0P/iwar/4aZ9/+OX + Y//jk1z/4pNc/+CTXv/flF//3pNf/92TX//fk17/4ZNd/+KVX//im2r/4q6J/+bIs//x49n//Pn4//// + ///////////////////////////////////////////////////////////////////////////+//79 + +//59fL/8+jh/+3Wxv/owqj/5LGN/+Olev/ioHL/4p5v/+Kebv/in2//4qBx/+Ojdv/lq4L/6rqX/+7N + tv/y4dX/9/Ht//z6+v///v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////7+//79/v/38Oz/69fK/+C8ov/hpHn/45Zi/+OTXf/ilWD/4Jpq/96fcv/fonf/4KJ3/+Ke + b//jmWb/45dj/+OaaP/hqID/5cCm//He0v/8+fb///////////////////////////////////////// + /////////////////////////////////////////fz6//Xu6P/r2cv/58Oq/+Svi//ioXT/4plo/+KX + Y//ilmH/4pZh/+KWYf/il2P/45hm/+SdbP/mp3r/6bmX/+zOuf/y5Nn/+vf0//7+/f////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/+/fz//fr5//z59v/99/T//ffz//338//99/P//ffz//338//99/P//ffz//33 + 8//99/P//ffz//338//99/P//ffz//338//99/P//ffz//338//99/P//ff0//349f/9+vj//v38///+ + /v///////////////////////////////////////////////////v7//v7+//bv6v/q1MT/4Lea/+Ch + df/jlmL/45Re/+KYZf/go3r/4K+N/+K2l//luJn/5q2G/+Whc//kmmj/45pn/+Kkef/mu5z/8drL//v2 + 8////////////////////v7//fz6//z59//8+PX//ffz//338//99/P//ffz//338//99/P//ffz//33 + 8v/68uv/8eHV/+bJs//js5L/4qF2/+KYZf/jlWD/45Re/+OUXf/jlF3/45Rd/+OUXv/jlV//45Zi/+Sb + af/lqH7/57qb/+3TwP/37uj//Pn4//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/v7//fz8//r28//16+T/9OTZ//Xf + 0P/23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bc + y//23Mv/9tzM//bczP/13s7/9eHU//Xn3v/69PD//fv7//7+/v////////////////////////////// + ///////////////+/v/+/v3/9+7n/+rQvv/hspL/4Z9y/+KWYf/jlWD/45tr/+Kui//kwaj/6cu3/+zO + uP/pu5z/5ad+/+Odbf/jmWb/46Jz/+e3lP/v1cL/+PHs//z9/P/+/v3///79//37+v/48ev/9OXb//Tg + 0v/13c3/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//TZxf/tzbX/5rmb/+Opgf/im2r/4pRf/+OT + Xf/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXf/jlF3/45Zh/+Oebv/kq4T/6cKn//Hg1f/38e3//Pv6//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/f/8+vj/9+7p/+3bzv/rzbn/7MSo/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/ + n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+3CpP/sx67/7dLA//Xp + 4f/79vT//fz8//////////////////////////////////////////////7+//7+/v/37eX/7M25/+Ku + i//hnW7/4pZh/+OXY//koHL/5rqd/+rSwv/v39T/8uDU/+vIsP/kroj/4p9x/+OZZf/kn27/6LKM/+3O + uP/06uL/+vj3//78/P/9/Pv/+vbz//Lj2P/rz7v/68Ws/+3Aov/uv5//7r+f/+6/n//uv5//7r+f/+6/ + n//uv57/7b6c/+q3k//mrIX/5KFz/+OXY//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jlF3/4pdj/+OfcP/ls5D/6tLB//Ln4f/79/b///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v79//z59v/06uP/59DB/+W+ + ov/msIr/6Kl8/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqX3/56uB/+axjP/ovaH/7tnL//Xt5//7+Pb////+//////////////////// + /////////////////////v7///7+//js4//uy7T/5KuE/+Kba//jl2L/5Jto/+eoff/rx67/8OHX//Xt + 5//36+T/7NC9/+Oykf/ioXX/45hk/+SaZ//mqn//6cSp/+7f0//28e7//Pr5//r39f/27Ob/7tXE/+e9 + oP/msYz/56qA/+ipfP/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipfP/nqHv/5qZ4/+Whcv/km2j/45Vf/+OT + W//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jlF7/4pln/+Oqg//lx7L/7uDW//n1 + 8v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v3/+/j2//Po4f/lzLv/4raY/+Ome//lnWr/5Z1r/+Wda//lnWv/5Z1r/+Wd + a//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1q/+Wcaf/knWv/5KJ0/+Wu + iP/oyrX/7+HY//jz7////v7////////////////////////////////////////+/v/+/fz/+Org/+/J + r//mqX//45po/+SYZP/mn27/6a+H//DRvf/27Ob/+vXy//nw6//s1cX/4ria/+Gkev/jl2P/45Zg/+Si + dP/muZr/6dLD//Pq5P/69vT/9vDs//Dh1v/qyLD/5rCL/+Wlef/ln27/5Z1q/+Wda//lnWv/5Z1r/+Wd + a//lnWv/5Z1r/+Wdav/lnWr/5Jto/+OYY//jlF7/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/imGT/4ad+/+LBqv/s3NH/+PPw//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////79/f/7+Pb/8+jh/+XL + uf/itpj/5KZ8/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+We + bP/lnmz/5Z5s/+WdbP/lnGn/5Jhj/+OXYv/jm2j/46Z7/+S/pf/r2Mv/9u7p//7+/f////////////// + //////////////////////7//f38//r59//15dn/7saq/+eofP/kmmf/5Jll/+ehcv/qs43/8tjE//ny + 7f/8+ff/+fPv/+3bzf/jvqT/4ah//+OYY//jlF3/451t/+Owjv/myLT/8eXc//jz7v/z6OD/6tTE/+a7 + nf/lp3z/5aBx/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnWr/5Jlk/+OV + Xv/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OXY//hp37/4cGr/+vc + 0f/48/D///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v79//v49v/z6eP/59C//+W9ov/nsIr/6Kl8/+ipff/oqX3/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqHv/56V4/+agcf/kmGT/45Vf/+OX + Y//ioXP/4raY/+nRwP/16uP//v79//////////////////////////////////7+/v/8+/r/9/Pw//Hf + 0v/swaT/56Z5/+WaZf/kmWX/5qN0/+u2kf/028r/+/by//38+//69vL/7uDW/+XGr//irYf/45pm/+OT + XP/jmmj/4qqD/+TAp//w39T/9+/q/+/g1f/lyLL/4q+L/+Sgcf/ln23/56Jy/+ileP/oqHz/6Kl9/+ip + ff/oqX3/6Kl9/+ipff/oqHz/56Z5/+ajc//knGn/45Zg/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/jlF3/45lm/+Kpgf/jxbD/7d7V//j08f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v7//Pr5//fw + 6//u39P/7dO//+/KsP/wxaf/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DF + qP/wxaj/8MWn/+2/oP/otpP/5KqC/+Obav/jlF//45Zg/+Kebv/hsI7/6Mu3//To3//+/v3///////// + /////////////////////////v39//v49//07ej/7dfH/+m7mv/moXL/5Jhi/+SZZf/lpXf/6rmV//Xe + zf/8+PT//v38//v49v/x6OH/6dC+/+W2lP/kn2//45Zg/+OZZv/jpnv/5rqb//Lczf/47eb/7trN/+O+ + pP/gp3//45xq/+afbf/oqHr/7LWQ/+/Bov/wxaf/8Mao//DGqP/wxqj/8MWn/+7CpP/quZf/5auD/+Of + cf/jlmH/45Jb/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OWYf/knm3/5K+L/+bM + uv/v49v/+fb0//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7+///+/fz/+/j2//fw6v/26+H/9+fa//jl1//45df/+OXX//jl + 1//45df/+OXX//jl1//45df/+OXX//jl1//45df/+OXX//jk1v/449X/8tnI/+rKs//kt5f/46Fz/+OX + Yv/jlmH/45xr/+Kshv/pxq7/9OXa//78+//////////////////////////////////9/f3/+/b1//Hn + 4P/pz7z/5rOQ/+Sbaf/jlV//45lm/+Smev/ou5n/9N/Q//z49f/+/v3//Pr5//Xv6//u283/6MCj/+Sm + e//jmWb/45ll/+Wjdv/ptpL/89fE//fo3v/u1ML/47eY/+Gidv/jmmf/5qBv/+mtg//wxqn/9t3M//jk + 1v/45df/+OXX//jl1//35Nb/9eDQ/+3Puf/kt5n/4qZ9/+KZZ//jlF3/45Nc/+OTXP/jk1z/45Nc/+OT + XP/jk1z/45Nc/+OTXP/jlV//5Jtq/+WmfP/mupz/6tbI//Lp5P/7+Pb///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7+ + /v/9/Pv//Pj2//v28v/89e///PTu//z07v/89O7//PTu//z07v/89O7//PTu//z07v/89O7//PTu//z0 + 7v/89O7//PPu//zz7P/26N7/7dfI/+fCqf/lqX//5Jtp/+SXY//jm2n/46h//+nCpf/y4NL/+/j1//79 + /P////7///////////////////////38/P/69fL/7uHY/+bIsv/krYj/45hk/+OTXf/jmWj/46d+/+a9 + n//z4NP//fj2///+/v/9/Pv/+fXz//Lk2v/qyK//5KyF/+Kca//jmWX/5aJy/+mxiv/vzbf/8tvN/+zJ + s//ksI3/4p9w/+OZZv/loXL/6LCL//HPuP/66+H/+/Ps//z07v/89O7//PTu//zz7v/57+f/8t/S/+jI + sv/ks5P/4qJ2/+KYZf/jlV//45Nd/+OTXP/jk1z/45Nc/+OTXP/jlF3/5JZg/+WbaP/kpXn/5bOQ/+nI + sf/w4tj/9/Ht//z7+v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////+/v/+/v3//v38//79/P/+/Pv//vz7//78 + +//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz6//jz7f/x49j/6s66/+ey + jP/loHH/5Jlm/+OaZv/lpXf/6ryc//DZyP/48u7//Pv6//7+/v///////////////////////fz7//nz + 8P/s3NH/5MGp/+Opgf/jlmL/45Nd/+Kaaf/iqYP/5L+m//Li1//9+ff///////7+/v/8+/r/9uzk/+zP + u//jso//4Z9x/+OZZv/ln2//6KuC/+vApP/syrX/6b2f/+Wqgf/jnGv/45lm/+Sidv/ntJP/8dXC//vz + 7v/++/r//v38//78+//+/fv//vz7//z59v/27eb/7dnM/+jErP/kr4z/4qB0/+KZZv/ilmH/45Vg/+OV + X//jlV//4pVg/+OXY//knGr/5qR4/+axjv/mwqj/69fI//Xt6P/7+Pb//v39//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////+/n2//Xt5v/u2cn/6LmY/+Slef/jmmj/45hj/+Wfbv/otJD/7dC8//Pq + 5P/69/b//v39///////////////////+///9+/r/+PLt/+rXyf/iu6D/4aV8/+OVYf/jklz/4ptr/+Gs + iP/kxK3/8uTb//359/////////7+//7+/f/48Ov/7dTE/+K3mf/gonb/45ll/+SbaP/monX/56+K/+e1 + k//mrYb/5aJz/+SZZf/jmWb/46V8/+W5nP/w2sv/+/bz///+/v///////////////////////v39//r2 + 8//06eL/7tfI/+nErP/kspH/4aV7/+Gfcv/inGz/4ptp/+Kbav/hnW//4aJ2/+Oqg//nt5b/6sau/+3W + xv/y59//+vb0//38/P///v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////9/Pv/+fTv//Li + 1v/nv6P/46iA/+Kbav/jlmD/5Jlm/+WshP/oxq//7uHY//jz8f/+/fz///////////////////7///37 + +v/48Or/6dLB/+G2mP/honj/45Vg/+OTXP/inW7/4rGP/+TKt//y6N///fr4/////////v7///7///nz + 7//t2cz/4r2k/+Gmff/jmWb/45Zi/+OZZv/jnm//46F0/+Oebv/kmmf/5JZh/+ObaP/jq4X/5cKq//Df + 1P/8+PX///7+/////////////////////////v7//fv6//r18v/16uL/8NvP/+nKtv/juZ3/4rGP/+Os + hv/kqoL/5aqC/+Ouiv/itZb/5cCn/+rOvP/w3dD/9erj//r08f/9+/r///7+//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////79/f/79/T/9Ofd/+fErP/irIf/4p1t/+OVX//jl2H/5KZ8/+W+ + pf/q2c7/9/Dt//78+/////////////////////7//fv5//jv6P/qzrv/4rKR/+Ggc//jlWD/45Nd/+Of + cf/jt5f/59HB//Pr5f/8+/n/////////////////+vXy/+/f1f/lxrL/462K/+Scbf/jlmL/4pVg/+GX + Y//hmGX/4pdj/+SXYv/kmGP/5aJy/+a3lv/pz77/8ujh//z69////v7////////////////////////+ + /v///f3//fr6//r08f/27Ob/8eDV/+zTwv/rzLf/7Mmx/+3Hrf/tx63/68u0/+vQvf/t2Mr/8eLZ//Xs + 5v/59PL//Pv6//7+/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v7+//z5 + 9//26+L/58q1/+Gwjv/hn3H/45Rf/+OVX//jonb/47ib/+jSw//27ej//fz7//////////////////// + /v/9+/j/+O7m/+vLtf/jr4r/4p5w/+OVYP/jlF7/5KN2/+a9oP/r2c3/9u/r//38+/////////////// + ///79/b/8ubf/+nRwf/mt5j/5KJ2/+KYZf/hk13/4JJc/+GTXf/ilF7/45Zg/+SbaP/nqX7/6sOo/+/e + 0v/28e7//fv7///////////////////////////////////////+/v7//fz6//v49v/58u7/9uvk//bn + 3v/25tv/9uXZ//bl2f/259z/9erh//bu6P/48/D/+/f2//37+//+/v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////v7//fr4//bt5//nz77/4bWW/+GhdP/jlF7/45Re/+Kf + cv/is5P/58u5//Xr5P/9+/r////////////////////+//37+P/57eX/7cmw/+WshP/jnW3/45Zh/+SY + ZP/nqn//68eu//Dk2//49fP//v38//////////////////z6+f/37ur/793S/+nApv/kp37/4ppp/+GT + Xf/hkVr/4pJb/+KTXP/jlmH/5J5t/+evif/tzbb/9Oni//r4+P/+/f3///////////////////////// + //////////////////////7//v79//37+//8+ff//Pf1//z39P/89/P//Pfz//z39P/8+Pb//Pr5//38 + +//+/f3///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/9+vn/9+/q/+nVyP/ju5//46R6/+OVYP/jlF7/4p1u/+Kui//mxrD/9eff//36+P////////////// + /////v7//fr3//ns4v/vx6v/56qA/+Sca//kmGP/5Z1r/+myi//w0bz/9u7o//v6+f/+/v7///////// + /////////v39//v28//16OH/68mz/+Osh//hnG7/4ZRf/+KSW//ik1z/45Nd/+OXYv/ioHP/5bST/+/T + wf/48ev//f39//7+/v///////////////////////////////////////////////////v////7+//79 + /P/+/fz//vz8//78/P/+/Pz//vz8//79/P/+/v3//v7+///+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////+//38+v/48u7/7NzS/+fErP/lrIT/5Zpn/+OW + YP/jnGv/5KqE/+jBp//z49j/+/f0//79/f////////////79/P/79vP/9+fd/+7Ep//nqX7/5Z1q/+SZ + ZP/moHD/67eT//LXxP/59PD//f39//7+/v/////////////////+/v7//Pr4//ju6P/sz7z/47CP/+Gf + c//ilWD/4pNb/+OTXP/jk17/45hk/+Kkev/kup7/79jJ//r18P////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////7//vz7//n18v/x5d3/6826/+e0kf/loHD/45hj/+Obaf/lp33/6Lyd//Hez//48+7//Pv6//// + /////////Pv6//jy7f/z4dT/7MCh/+ene//lnGn/5Jll/+WidP/qupj/89vK//z49f/+//////////// + ///////////////////9/Pv/+fLt/+3Vxf/itpj/4aN5/+KWYv/jklv/45Nc/+OVX//jmmj/4amD/+TA + qv/v3tL/+/f0//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/f3/+/j3//bt6f/v18j/6bye/+Sk + eP/jmWb/45lm/+WidP/otJD/7tXD//Ts5f/6+Pb///7+///////7+Pf/9ezm/+7Zyf/puZf/5qN0/+Sa + Zv/jmWb/46N3/+m8nP/z3c3//fr3//////////////////////////////////79+//69PD/7drN/+O9 + o//hp3//45dj/+OSW//jlF7/5Jhj/+SfcP/jsZD/5sq4//Hj2//8+ff///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/++/v/+vbz//Pg1P/pw6j/4qiA/+Kaaf/jl2L/5Jxq/+aqgv/pyrT/8OPa//jz + 8P/+/v3///7+//r28//x5t3/6dC9/+axi//knWv/5Jdi/+OZZv/ipXv/576h//Le0P/9+vj///////// + /////////////////////////v38//r28v/v4Nf/5caw/+Osh//jmWX/45Nb/+OWYP/lnGr/5qh9/+e9 + of/r1sn/8+rl//z6+f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////+//79/P/8+vj/9OXb/+nI + sf/hrIj/4pxs/+OWYf/jmWX/5KV5/+XCqP/s28//9vDr//7+/P////7/+PPw/+7g1f/lx7L/46qD/+OZ + Zv/jlmD/4ppo/+Cof//mwab/8uDT//37+f/////////////////////////////////+/f3/+/j1//Ho + 4f/p0L//5raU/+Wfbv/klV//45di/+SgcP/mr4j/68mx//Hi2f/38u///fz8//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v79//38+v/06eD/6M25/+CxkP/hnm//45Zg/+OXYv/joXT/4rqd/+nU + xf/07OX//v38//7+/v/38e3/7NrN/+K/p//hpXz/45dj/+OVYP/im2n/4KqF/+XErP/x4tb//fv5//// + //////////////////////////////7+/v/8+/n/9fDr/+7bzv/pwKP/5qd6/+SaZ//jm2j/5KV6/+a2 + lv/u08H/9u7o//v49//+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////v7//v37//Xs + 5f/p0sH/4LaY/+Kgcv/jlmH/45Zh/+KfcP/gs5T/5868//Tp4f/+/Pv//v7+//bv6f/q1MX/4Lic/+Gi + dv/jlmL/45Vg/+Kca//grYr/5cey//Hk2v/9+/r///////////////////////////////////////38 + +//59vT/8+bc/+vLtP/lsYz/4qN3/+Kid//jrov/58Gp//De0f/69fL//vz8//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////+/v/+/fz/9u7p/+vYyf/ivqL/46R3/+OXYv/jlmH/4p1t/+Cv + i//nybP/8+bc//77+v/+/v7/9u3m/+rQvv/gspT/4Z9y/+OWYf/jlWD/4p1t/+Cxkf/mzLr/8ubf//37 + +v///////////////////////////////////////v79//37+v/37+n/7dfI/+S/pf/hsZL/4rKS/+W/ + pv/q0cL/8+jh//z59////v3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////+//79 + /P/48u7/7t/U/+bHsf/lq4L/5Jxp/+SXY//jnGv/4qqE/+fEq//y4db//Pn3//79/f/26+T/6824/+Gv + jP/hnW7/45Vg/+OVYf/jnnD/47eZ/+jTxP/z6uT//fz7//////////////////////////////////// + //////7//v79//v28//z5t3/7NXG/+nMuP/qzbj/7dbG//Hj2v/48e3//fz7/////v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////7//v7+//n18//y5t7/69HA/+ezj//loXL/5Jlm/+Oa + aP/jpnz/6L6h//Dczv/59fL//fv6//fq4f/sy7P/46yF/+Kca//jlWD/45dj/+SidP/mv6T/7NvP//Xv + 6v/+/fz///////////////////////////////////////////////7//fv6//nz7//16+X/9Ofe//Xn + 3v/27OX/+PPu//v59//+/v3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+////+/n3//bu6P/w287/6buc/+Wlev/jm2n/45hk/+Ogcf/nt5X/7tTD//Xu6f/7+Pb/+One/+7J + r//lqoD/45tp/+OWYf/kmmj/5qh9/+vJsf/x5dz/+PXx//7+/f////////////////////////////// + ///////////////////+/v3//fz7//z6+P/8+Pb//Pj2//z6+P/9/Pr//v39//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/Pv/+vTx//Tj2f/owaf/46mC/+Kc + a//jlmH/45ln/+athv/qybP/8OTc//jy7f/35dn/78er/+eofP/kmmf/5Jhk/+agb//qsYn/8dTB//fv + 6f/8+vj///7+///////////////////////////////////////////////////////+/v7//v38//79 + /P/+/fz//v39//7+/v/+//7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/f/7+PX/9eng/+fHsP/irYn/4p1v/+OVX//jlmH/5KV7/+a9of/q1MX/8eHV//LY + xf/tv5//56Z4/+SaZv/kmWb/5aJ1/+q1kv/z2sn/+/Tv//79/P////////////////////////////// + ///////////////////////////////////////////+//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v7+//z5+P/27OX/58y4/+Gy + kf/hn3L/45Rf/+OUX//jn3H/47CO/+TBqv/qy7f/7Mar/+q1kP/mo3T/5Jll/+OZZ//kpHn/6bmY//Tf + z//89/T///7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v///fr5//fu6P/o0cH/4beZ/+Gidv/jlF7/45Nd/+KZaf/go3v/4a2M/+W1 + lP/nso3/5qh+/+Sdbf/jl2P/45pp/+Omff/nvJ7/9OHT//359v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////+/v/9+/r/9/Hs/+rY + y//jvqP/4qZ8/+OVX//iklz/4ZRh/+CYaP/fnG//4qBy/+OgcP/im2n/4ZZi/+KUX//immn/46mC/+a+ + o//z4tb//fn3//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////+//38+//49PD/7uHX/+jIsv/lroj/5Jln/+KUX//hkl7/4JNf/9+V + Yv/gl2P/4ZZi/+CUYP/gk13/4ZNd/+Kba//iq4f/5cKq//Pk2v/9+ff///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////7//v38//r4 + 9f/y6+T/7NPB/+i3lv/koHH/45Zi/+KTXP/gkVv/35Fc/9+SXP/fklz/35Fb/+CSW//hk13/4Zxt/+Gu + jP/lxrH/8+bd//36+P////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/v3//Pv5//fz7//w3c7/6cCi/+Slev/jmWb/4pNd/+CR + Wv/fkFr/35Ba/9+QWv/fkFr/4JJb/+GTXf/inW//4rKR/+XLuf/z6eH//fv5//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /v/+/fz/+/n2//Pk2P/pxaz/4qmB/+Kbaf/hk17/4JBa/96PWf/fkFr/35Ba/+CQWv/gkVz/4ZNe/+Kg + c//jtpj/5tDB//Pr5f/9+/n///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////79/f/8+/r/9Off/+nKtP/grYn/4Zxt/+KU + X//gkFr/349Z/9+PWf/fkFn/4JBb/+GSXv/jl2T/5KZ7/+a9ov/p18v/9e7q//37+v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v7+//38/P/16uP/6c68/+Cykv/hnnH/4pRg/+GRW//gkFr/349Z/96PWf/fkVv/4ZRg/+Sc + a//mrYX/6cat/+3f1f/38u///fz7//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////v7//v39//bt5//q08T/4bic/+Gh + dP/ilWH/4pJc/+GRW//fkFr/35Ba/+CRXP/ilmL/5aBw/+i0j//tz7n/8ujh//n29f/+/f3///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////+/v/+/f3/9/Dr/+zazf/kwKf/46V6/+OWYv/jk1z/4pJc/+GRW//hkVv/4pNd/+OY + ZP/lonP/6rmW//HXxf/58+///fz7//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////79/v/48/H/8OLY/+jL + tv/mrYb/5Jtp/+OVX//jk1z/4pJc/+KSXP/jlF7/45ll/+Wjdv/qu5v/89zM//z49f/+//////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v7+//r39f/06uT/7tbG/+i2lP/lonP/5Jhj/+OTXf/jk1z/45Nc/+OU + Xv/jmWb/46V6/+m+oP/z39D//fr4//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v///Pv5//jx + 7f/y4NT/6b+h/+WnfP/jm2j/45Rd/+OTXP/jk1z/45Vf/+OaaP/ip3//58Cm//Pg1P/9+/r///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/fz/+/fz//Xn3v/oxav/4quF/+KcbP/jlF3/45Nc/+OT + XP/jlV//4ptp/+CqhP/mw6z/8uLX//37+v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////////////+ + /v/8+ff/9uvj/+jKtf/hsI3/4Z5w/+OUXv/jk1v/45Nc/+OVYP/inGv/4K2K/+bHsv/y5Nr//fz6//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////7+//36+f/27ef/6M++/+G0lf/hoXX/45Re/+OT + W//jk1z/45Vh/+Kdbv/hsZH/5su5//Lm3v/9/Pv///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////v7//fv6//fw6//p1cf/4rqf/+Kkev/jlF//45Nb/+OTXP/jlmH/455w/+K1l//o0MD/8+nj//38 + +/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////v/9/Pr/+PPv/+zc0f/lwqn/46h//+OV + X//jk1v/45Nc/+OWYf/joHL/47ue/+nWyP/07ef//v38//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////79/P/69vP/8OXe/+rMuP/msIv/5Jpn/+OVXv/jlV//5Jpm/+Wme//mwqn/7NzR//Xw + 7P/+/f3///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////39//z59//27ur/79jI/+m6 + mv/loHL/45dj/+OXY//ln27/566G/+rLtf/v49v/9/Pw//7+/f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v7//vz7//r39P/z4dX/68On/+SnfP/jmmj/45pn/+Skdf/otZH/7dTC//Tr + 5f/69/X//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/fz//Pr5//Xn + 3f/qyLH/4auG/+KcbP/im2r/46d9/+a7nP/w3M7/+fPv//38+/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////+/f/9/Pv/9u3m/+zTw//jup7/4qqE/+Kogf/js5L/58au//Pl + 2v/7+PX//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////7+//7+ + /f/58+//8OLY/+nPvv/kwKb/472i/+XFr//q1cX/9uzm//37+f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v////v59//27+r/8OTb/+vYyv/p1cb/69rO/+/k + 3P/48/D//v38//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v38//v59v/59PD/9u7o//Xt5v/27+r/+PTw//z6+f/+/v7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////v7//v38//38+v/8+vj//Pn3//z6 + +P/9+/r//v39//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////v7//v7+//7+/v///v3//v79//7+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////8/////v// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////+/////f////P////6//////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////v////0////4P// + //P///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////8////+D///+8////5P////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////l////vf// + /4n////R//////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////9H///+K////S////7X///////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////tf// + /0z///8P////jf////P///////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////T///+O////D////wH///9L////tP////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////tP// + /0v///8B////AP///xX///9m////1v////z///////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////P///9b///9m////Ff///wD///8A////AP///yT///9/////2v// + //z///////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////z////a////f/// + /yT///8A////AP///wD///8A////A////yD///9/////1v/////////+//////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////7/////////1v///3////8g////A////wD///8AAAAAAP///wD///8A////A/// + /yT///9l////sP///+7///////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////7v///7H///9l////JP// + /wP///8A////AAAAAAAAAAAA////AP///wD///8A////AP///xT///9I////iP///7L////P////4/// + //L////7/////v////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////////9////+P// + /+/////i////z////7L///+I////SP///xT///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAP// + /wD///8A////AP///wH///8O////R////4P///+4////3/////T////9//////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////r////t////1////7b///+D////Rv///w7///8B////AP// + /wD///8AAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAA + AAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAABgAAAAAAA + AAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAc= + + + \ No newline at end of file diff --git a/AIMS/OperationFront/frmSelectiveOperationsPrint.cs b/AIMS/OperationFront/frmSelectiveOperationsPrint.cs index a9e0457..3d2453e 100644 --- a/AIMS/OperationFront/frmSelectiveOperationsPrint.cs +++ b/AIMS/OperationFront/frmSelectiveOperationsPrint.cs @@ -75,13 +75,13 @@ namespace AIMS.OperationFront.UI private void btnBeforeDay_Click(object sender, EventArgs e) { dtpTime.Value = dtpTime.Value.AddDays(-1); - checkBoxX1.Checked = false; + checkBoxX1.Checked = true; } private void btnAfterDay_Click(object sender, EventArgs e) { dtpTime.Value = dtpTime.Value.AddDays(1); - checkBoxX1.Checked = false; + checkBoxX1.Checked = true; } private void dtpTime_ValueChanged(object sender, EventArgs e) diff --git a/AIMS/OremrUserControl/ucPatientRecoverCard.Designer.cs b/AIMS/OremrUserControl/ucPatientRecoverCard.Designer.cs index f0c3dc4..e3158f7 100644 --- a/AIMS/OremrUserControl/ucPatientRecoverCard.Designer.cs +++ b/AIMS/OremrUserControl/ucPatientRecoverCard.Designer.cs @@ -89,7 +89,7 @@ this.buttonX1.Size = new System.Drawing.Size(63, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 7; - this.buttonX1.Text = "转入恢复"; + this.buttonX1.Text = "转入复苏"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // labelName diff --git a/AIMS/OremrUserControl/ucPatientRecoverCard.cs b/AIMS/OremrUserControl/ucPatientRecoverCard.cs index 7b07478..f3b67a6 100644 --- a/AIMS/OremrUserControl/ucPatientRecoverCard.cs +++ b/AIMS/OremrUserControl/ucPatientRecoverCard.cs @@ -31,7 +31,7 @@ namespace AIMS.OremrUserControl } public void SetucPatientRecoverCard(DataRow dr) { - buttonX1.Text = "查看恢复"; + buttonX1.Text = "查看复苏"; _dr = dr; ApplyId = int.Parse(dr["ApplyId"].ToString()); PatientId = int.Parse(dr["PatientId"].ToString()); @@ -42,7 +42,7 @@ namespace AIMS.OremrUserControl label2.Text = "手术医生:" + dr["ApplyOperationInfoName"].ToString(); lblAnesDoctors.Text = "麻醉医生:" + dr["AnesthesiaDoctor"].ToString(); label10.Text = "手术时间:" + dr["OutRoomTime"].ToString(); - label13.Text = "恢复时间:" + dr["InRoomTime"].ToString(); + label13.Text = "复苏时间:" + dr["InRoomTime"].ToString(); panel1.BackColor = Color.SkyBlue; lblBR.Text = "--"; diff --git a/AIMS/Properties/Resources.Designer.cs b/AIMS/Properties/Resources.Designer.cs index 06c49b1..7034ea8 100644 --- a/AIMS/Properties/Resources.Designer.cs +++ b/AIMS/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AIMS.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -189,6 +189,416 @@ namespace AIMS.Properties { } } + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCDONTS { + get { + object obj = ResourceManager.GetObject("GCDONTS", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAComplete { + get { + object obj = ResourceManager.GetObject("GCSAComplete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAComplete1 { + get { + object obj = ResourceManager.GetObject("GCSAComplete1", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSADevelop { + get { + object obj = ResourceManager.GetObject("GCSADevelop", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAGREED { + get { + object obj = ResourceManager.GetObject("GCSAGREED", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAGREED_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSAGREED_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAP { + get { + object obj = ResourceManager.GetObject("GCSAP", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAP_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSAP_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAR { + get { + object obj = ResourceManager.GetObject("GCSAR", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAR_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSAR_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAS { + get { + object obj = ResourceManager.GetObject("GCSAS", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSAS_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSAS_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSASigned { + get { + object obj = ResourceManager.GetObject("GCSASigned", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP1 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP1", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP2 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP3 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP3", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP4 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP4", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP5 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP5", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSCLASSP6 { + get { + object obj = ResourceManager.GetObject("GCSCLASSP6", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSHaveFollow { + get { + object obj = ResourceManager.GetObject("GCSHaveFollow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSMedicalBook { + get { + object obj = ResourceManager.GetObject("GCSMedicalBook", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSNOTCOMPLETE { + get { + object obj = ResourceManager.GetObject("GCSNOTCOMPLETE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSNotDevelop { + get { + object obj = ResourceManager.GetObject("GCSNotDevelop", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSNOTFOLLOW { + get { + object obj = ResourceManager.GetObject("GCSNOTFOLLOW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSNOTPASS { + get { + object obj = ResourceManager.GetObject("GCSNOTPASS", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSPASS { + get { + object obj = ResourceManager.GetObject("GCSPASS", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSH { + get { + object obj = ResourceManager.GetObject("GCSSH", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSH_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSSH_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSQFS { + get { + object obj = ResourceManager.GetObject("GCSSQFS", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSQFS_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSSQFS_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSQPC { + get { + object obj = ResourceManager.GetObject("GCSSQPC", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSQPC_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSSQPC_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSZA_GRAY_ { + get { + object obj = ResourceManager.GetObject("GCSSZA_GRAY_", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSSZMZ { + get { + object obj = ResourceManager.GetObject("GCSSZMZ", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSUNRATED { + get { + object obj = ResourceManager.GetObject("GCSUNRATED", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSusers { + get { + object obj = ResourceManager.GetObject("GCSusers", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSYH { + get { + object obj = ResourceManager.GetObject("GCSYH", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSYHRIG { + get { + object obj = ResourceManager.GetObject("GCSYHRIG", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSYPink { + get { + object obj = ResourceManager.GetObject("GCSYPink", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCSYYELLOW { + get { + object obj = ResourceManager.GetObject("GCSYYELLOW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap GCS灰色 { + get { + object obj = ResourceManager.GetObject("GCS灰色", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// 查找 System.Drawing.Bitmap 类型的本地化资源。 /// diff --git a/AIMS/Properties/Resources.resx b/AIMS/Properties/Resources.resx index 79f2f16..ffa41b3 100644 --- a/AIMS/Properties/Resources.resx +++ b/AIMS/Properties/Resources.resx @@ -157,6 +157,129 @@ ..\resources\details.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\GCS未签字.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS已完成.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS已完成1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS已制定.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS同意书.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS同意书(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS麻醉计划1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS麻醉计划(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS麻醉恢复1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS麻醉恢复(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS申请手术.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS已签字.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS申请手术(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS分级P6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS已随访.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS医疗文书做.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS未完成.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS未制定.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS未随访.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS未通过.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS通过.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术后随访1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术后随访(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术前访视1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术前访视(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术前排程.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术前排程(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术中麻醉(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS术中麻醉1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS未分级.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCSusers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS圆灰.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS圆灰(右).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS圆角粉色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS圆角黄色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\GCS灰色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\resources\gncd.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/AIMS/PublicUI/frmCreateTemplate.cs b/AIMS/PublicUI/frmCreateTemplate.cs index 25976e6..9f0a1bf 100644 --- a/AIMS/PublicUI/frmCreateTemplate.cs +++ b/AIMS/PublicUI/frmCreateTemplate.cs @@ -15,7 +15,7 @@ namespace AIMS.PublicUI.UI { public DateTime InRoomTime; public int PatientId = 0; - public int TypeId = 0; //1 手术模板 2 手术恢复模板 + public int TypeId = 0; //1 手术模板 2 手术复苏模板 public frmCreateTemplate() { InitializeComponent(); diff --git a/AIMS/Resources/GCSusers.png b/AIMS/Resources/GCSusers.png new file mode 100644 index 0000000..2dcadd6 Binary files /dev/null and b/AIMS/Resources/GCSusers.png differ diff --git a/AIMS/Resources/GCS分级P1.png b/AIMS/Resources/GCS分级P1.png new file mode 100644 index 0000000..1646a6e Binary files /dev/null and b/AIMS/Resources/GCS分级P1.png differ diff --git a/AIMS/Resources/GCS分级P2.png b/AIMS/Resources/GCS分级P2.png new file mode 100644 index 0000000..5160e13 Binary files /dev/null and b/AIMS/Resources/GCS分级P2.png differ diff --git a/AIMS/Resources/GCS分级P3.png b/AIMS/Resources/GCS分级P3.png new file mode 100644 index 0000000..aa55987 Binary files /dev/null and b/AIMS/Resources/GCS分级P3.png differ diff --git a/AIMS/Resources/GCS分级P4.png b/AIMS/Resources/GCS分级P4.png new file mode 100644 index 0000000..5892fe9 Binary files /dev/null and b/AIMS/Resources/GCS分级P4.png differ diff --git a/AIMS/Resources/GCS分级P5.png b/AIMS/Resources/GCS分级P5.png new file mode 100644 index 0000000..0bcf7c8 Binary files /dev/null and b/AIMS/Resources/GCS分级P5.png differ diff --git a/AIMS/Resources/GCS分级P6.png b/AIMS/Resources/GCS分级P6.png new file mode 100644 index 0000000..b5c0ba5 Binary files /dev/null and b/AIMS/Resources/GCS分级P6.png differ diff --git a/AIMS/Resources/GCS医疗文书做.png b/AIMS/Resources/GCS医疗文书做.png new file mode 100644 index 0000000..e6edb39 Binary files /dev/null and b/AIMS/Resources/GCS医疗文书做.png differ diff --git a/AIMS/Resources/GCS同意书(灰).png b/AIMS/Resources/GCS同意书(灰).png new file mode 100644 index 0000000..e035456 Binary files /dev/null and b/AIMS/Resources/GCS同意书(灰).png differ diff --git a/AIMS/Resources/GCS同意书.png b/AIMS/Resources/GCS同意书.png new file mode 100644 index 0000000..f5c7b2c Binary files /dev/null and b/AIMS/Resources/GCS同意书.png differ diff --git a/AIMS/Resources/GCS圆灰(右).png b/AIMS/Resources/GCS圆灰(右).png new file mode 100644 index 0000000..930f59f Binary files /dev/null and b/AIMS/Resources/GCS圆灰(右).png differ diff --git a/AIMS/Resources/GCS圆灰.png b/AIMS/Resources/GCS圆灰.png new file mode 100644 index 0000000..9db0498 Binary files /dev/null and b/AIMS/Resources/GCS圆灰.png differ diff --git a/AIMS/Resources/GCS圆角粉色.png b/AIMS/Resources/GCS圆角粉色.png new file mode 100644 index 0000000..2a49b10 Binary files /dev/null and b/AIMS/Resources/GCS圆角粉色.png differ diff --git a/AIMS/Resources/GCS圆角黄色.png b/AIMS/Resources/GCS圆角黄色.png new file mode 100644 index 0000000..28e63f1 Binary files /dev/null and b/AIMS/Resources/GCS圆角黄色.png differ diff --git a/AIMS/Resources/GCS已制定.png b/AIMS/Resources/GCS已制定.png new file mode 100644 index 0000000..41306d0 Binary files /dev/null and b/AIMS/Resources/GCS已制定.png differ diff --git a/AIMS/Resources/GCS已完成.png b/AIMS/Resources/GCS已完成.png new file mode 100644 index 0000000..143cdbe Binary files /dev/null and b/AIMS/Resources/GCS已完成.png differ diff --git a/AIMS/Resources/GCS已完成1.png b/AIMS/Resources/GCS已完成1.png new file mode 100644 index 0000000..b1afcae Binary files /dev/null and b/AIMS/Resources/GCS已完成1.png differ diff --git a/AIMS/Resources/GCS已签字.png b/AIMS/Resources/GCS已签字.png new file mode 100644 index 0000000..616397f Binary files /dev/null and b/AIMS/Resources/GCS已签字.png differ diff --git a/AIMS/Resources/GCS已随访.png b/AIMS/Resources/GCS已随访.png new file mode 100644 index 0000000..f1bd15e Binary files /dev/null and b/AIMS/Resources/GCS已随访.png differ diff --git a/AIMS/Resources/GCS未分级.png b/AIMS/Resources/GCS未分级.png new file mode 100644 index 0000000..83815c1 Binary files /dev/null and b/AIMS/Resources/GCS未分级.png differ diff --git a/AIMS/Resources/GCS未制定.png b/AIMS/Resources/GCS未制定.png new file mode 100644 index 0000000..ba7a082 Binary files /dev/null and b/AIMS/Resources/GCS未制定.png differ diff --git a/AIMS/Resources/GCS未完成.png b/AIMS/Resources/GCS未完成.png new file mode 100644 index 0000000..da46b40 Binary files /dev/null and b/AIMS/Resources/GCS未完成.png differ diff --git a/AIMS/Resources/GCS未签字.png b/AIMS/Resources/GCS未签字.png new file mode 100644 index 0000000..e24dfcb Binary files /dev/null and b/AIMS/Resources/GCS未签字.png differ diff --git a/AIMS/Resources/GCS未通过.png b/AIMS/Resources/GCS未通过.png new file mode 100644 index 0000000..4fb8571 Binary files /dev/null and b/AIMS/Resources/GCS未通过.png differ diff --git a/AIMS/Resources/GCS未随访.png b/AIMS/Resources/GCS未随访.png new file mode 100644 index 0000000..dab938c Binary files /dev/null and b/AIMS/Resources/GCS未随访.png differ diff --git a/AIMS/Resources/GCS术中麻醉(灰).png b/AIMS/Resources/GCS术中麻醉(灰).png new file mode 100644 index 0000000..eb36777 Binary files /dev/null and b/AIMS/Resources/GCS术中麻醉(灰).png differ diff --git a/AIMS/Resources/GCS术中麻醉1.png b/AIMS/Resources/GCS术中麻醉1.png new file mode 100644 index 0000000..25a8da2 Binary files /dev/null and b/AIMS/Resources/GCS术中麻醉1.png differ diff --git a/AIMS/Resources/GCS术前排程(灰).png b/AIMS/Resources/GCS术前排程(灰).png new file mode 100644 index 0000000..3960cce Binary files /dev/null and b/AIMS/Resources/GCS术前排程(灰).png differ diff --git a/AIMS/Resources/GCS术前排程.png b/AIMS/Resources/GCS术前排程.png new file mode 100644 index 0000000..5eff050 Binary files /dev/null and b/AIMS/Resources/GCS术前排程.png differ diff --git a/AIMS/Resources/GCS术前访视(灰).png b/AIMS/Resources/GCS术前访视(灰).png new file mode 100644 index 0000000..51a9a87 Binary files /dev/null and b/AIMS/Resources/GCS术前访视(灰).png differ diff --git a/AIMS/Resources/GCS术前访视1.png b/AIMS/Resources/GCS术前访视1.png new file mode 100644 index 0000000..f6b5c15 Binary files /dev/null and b/AIMS/Resources/GCS术前访视1.png differ diff --git a/AIMS/Resources/GCS术后随访(灰).png b/AIMS/Resources/GCS术后随访(灰).png new file mode 100644 index 0000000..5f2c171 Binary files /dev/null and b/AIMS/Resources/GCS术后随访(灰).png differ diff --git a/AIMS/Resources/GCS术后随访1.png b/AIMS/Resources/GCS术后随访1.png new file mode 100644 index 0000000..86f9689 Binary files /dev/null and b/AIMS/Resources/GCS术后随访1.png differ diff --git a/AIMS/Resources/GCS灰色.png b/AIMS/Resources/GCS灰色.png new file mode 100644 index 0000000..da5635c Binary files /dev/null and b/AIMS/Resources/GCS灰色.png differ diff --git a/AIMS/Resources/GCS申请手术(灰).png b/AIMS/Resources/GCS申请手术(灰).png new file mode 100644 index 0000000..e2e77ab Binary files /dev/null and b/AIMS/Resources/GCS申请手术(灰).png differ diff --git a/AIMS/Resources/GCS申请手术.png b/AIMS/Resources/GCS申请手术.png new file mode 100644 index 0000000..82a87b1 Binary files /dev/null and b/AIMS/Resources/GCS申请手术.png differ diff --git a/AIMS/Resources/GCS通过.png b/AIMS/Resources/GCS通过.png new file mode 100644 index 0000000..2b1189a Binary files /dev/null and b/AIMS/Resources/GCS通过.png differ diff --git a/AIMS/Resources/GCS麻醉恢复(灰).png b/AIMS/Resources/GCS麻醉恢复(灰).png new file mode 100644 index 0000000..4c5c484 Binary files /dev/null and b/AIMS/Resources/GCS麻醉恢复(灰).png differ diff --git a/AIMS/Resources/GCS麻醉恢复1.png b/AIMS/Resources/GCS麻醉恢复1.png new file mode 100644 index 0000000..9195e4f Binary files /dev/null and b/AIMS/Resources/GCS麻醉恢复1.png differ diff --git a/AIMS/Resources/GCS麻醉计划(灰).png b/AIMS/Resources/GCS麻醉计划(灰).png new file mode 100644 index 0000000..08013ce Binary files /dev/null and b/AIMS/Resources/GCS麻醉计划(灰).png differ diff --git a/AIMS/Resources/GCS麻醉计划1.png b/AIMS/Resources/GCS麻醉计划1.png new file mode 100644 index 0000000..1c3c49a Binary files /dev/null and b/AIMS/Resources/GCS麻醉计划1.png differ diff --git a/AIMSEntity/BLL/Extension/BOperationApply.cs b/AIMSEntity/BLL/Extension/BOperationApply.cs index a7330f7..7ac78c8 100644 --- a/AIMSEntity/BLL/Extension/BOperationApply.cs +++ b/AIMSEntity/BLL/Extension/BOperationApply.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using System.Data; using System.Reflection; using System.Windows.Forms; +using HelperDB; namespace AIMSBLL { @@ -123,5 +124,11 @@ namespace AIMSBLL { DOperationApply.UpdateApplyOrder(ApplyId, order); } + public static DataTable SelectOperationInformationByWhere(string whereSql) + { + string sql = "select * from V_OperationRecordInfo where " + whereSql; + return DBHelper.GetDataTable(sql); + } + } } diff --git a/AIMSEntity/BLL/Extension/BOperationRecord.cs b/AIMSEntity/BLL/Extension/BOperationRecord.cs index 91898ad..9a11342 100644 --- a/AIMSEntity/BLL/Extension/BOperationRecord.cs +++ b/AIMSEntity/BLL/Extension/BOperationRecord.cs @@ -401,7 +401,7 @@ namespace AIMSBLL /// /// 判断添加的事件 是否正确 /// - /// true :术中 false:恢复 + /// true :术中 false:复苏 /// 手术对象 /// 事件名称 /// 事件时间 @@ -451,6 +451,11 @@ namespace AIMSBLL messing = "请先填写插管时间!"; return false; } + if (EventName == "手术开始" && curTimeTemp > _record.OperationEndTime && OpeState == true) + { + messing = "手术开始时间必须晚于手术结束时间(" + _record.OperationEndTime + ") !"; + return false; + } if (EventName == "手术结束" && curTimeTemp < _record.OperationBeginTime && OpeState == true) { diff --git a/AIMSEntity/Extensions/BOperationReview.cs b/AIMSEntity/Extensions/BOperationReview.cs index 25cadf6..005ef43 100644 --- a/AIMSEntity/Extensions/BOperationReview.cs +++ b/AIMSEntity/Extensions/BOperationReview.cs @@ -26,7 +26,7 @@ namespace AIMSBLL " od.Nurse, od.Remarks,of1.MedicalRecord,of1.MedicalRecordTime FROM V_OperationDoing od" + " LEFT JOIN V_OperationFront of1 ON of1.PatientId = od.PatientId WHERE (of1.MdrecNo ='" + MdrecNo + "' OR of1.PatientName LIKE '%" + PatientName + "%')" + " AND od.OperationBeginTime >='" + OperationBeginTime + "' AND od.OperationBeginTime <'" + OperationEndTime + "' AND " + - " od.[State] IN ('手术结束','麻醉恢复结束')"; + " od.[State] IN ('手术结束','麻醉复苏结束')"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } diff --git a/AIMSEntity/Extensions/SelectPatient.cs b/AIMSEntity/Extensions/SelectPatient.cs index 545ce84..964d758 100644 --- a/AIMSEntity/Extensions/SelectPatient.cs +++ b/AIMSEntity/Extensions/SelectPatient.cs @@ -54,12 +54,12 @@ namespace AIMSBLL } public static DataTable GetRecoverPatientDataTable(DateTime BeginDate) { - string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.OutRoomTime ,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom,of2.Whereabouts FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of1.State in( '手术结束') and of2.Pulse='恢复室' and of2.OutRoomTime >= '" + BeginDate + "' AND of2.OutRoomTime<'" + BeginDate.AddDays(1) + "' and RecoverId=1 and of2.Id not in (select iD from OperationRecord where RecoverId<>1)"; + string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.OutRoomTime ,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom,of2.Whereabouts FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of1.State in( '手术结束') and (of2.Pulse='PACU' OR of2.Pulse='恢复室') and of2.OutRoomTime >= '" + BeginDate + "' AND of2.OutRoomTime<'" + BeginDate.AddDays(1) + "' and RecoverId=1 and of2.Id not in (select iD from OperationRecord where RecoverId<>1)"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } public static DataTable GetRecoverPatientOutDataTable(DateTime BeginDate, DateTime EndDate) { - string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.OutRoomTime ,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of1.State in( '麻醉恢复结束') and of2.OutRoomTime >= '" + BeginDate + "' AND of2.OutRoomTime<'" + EndDate + "' and RecoverId=2 order by OutRoomTime desc "; + string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.OutRoomTime ,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of1.State in( '麻醉复苏结束') and of2.OutRoomTime >= '" + BeginDate + "' AND of2.OutRoomTime<'" + EndDate + "' and RecoverId=2 order by OutRoomTime desc "; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } public static DataTable GetSelectPatientDataTable(DateTime BeginDate, DateTime EndDate, bool isLoginPerson, string person, bool isEnOpe) @@ -105,7 +105,7 @@ namespace AIMSBLL public static DataTable GetRecoverLockingPatientDataTable(DateTime BeginDate) { - string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.InRoomTime,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom,(select OutRoomTime from OperationRecord where OperationRecord.RecoverId=1 and OperationRecord.PatientId=of2.PatientId) OutRoomTime FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of2.State in( '麻醉恢复中') and of2.InRoomTime >= '" + BeginDate + "' AND of2.InRoomTime<'" + BeginDate.AddDays(1) + "' and RecoverId=2 "; + string strSql = "SELECT of2.Id,of1.PatientId, of1.ApplyId, of1.ApplyDepName, of1.OperationType, of1.MdrecNo, of1.PatientName, of2.OperationInfoNames ApplyOperationInfoName, of2.OperationDoctor, of2.AnesthesiaDoctor,of2.OperationRoomId,of2.State ,of1.Sex,Age,of2.InRoomTime,of2.Nurse InstrumentNurse,of2.Nurse2 TourNurse,of2.DiagnoseInfoName ApplyDiagnoseInfoName ,of2.OperationRoom,(select OutRoomTime from OperationRecord where OperationRecord.RecoverId=1 and OperationRecord.PatientId=of2.PatientId) OutRoomTime FROM V_OperationDoing of2 left join[dbo].[V_OperationFront] of1 on of1.PatientId = of2.PatientId WHERE of2.State in( '麻醉复苏中') and of2.InRoomTime >= '" + BeginDate + "' AND of2.InRoomTime<'" + BeginDate.AddDays(1) + "' and RecoverId=2 "; strSql += " order by [StateId] asc"; return HelperDB.DbHelperSQL.GetDataTable(strSql.ToString()); } diff --git a/DocumentManagement/DocumentEntity/DocumentDAL.cs b/DocumentManagement/DocumentEntity/DocumentDAL.cs index 7f4c79f..b272cc0 100644 --- a/DocumentManagement/DocumentEntity/DocumentDAL.cs +++ b/DocumentManagement/DocumentEntity/DocumentDAL.cs @@ -351,6 +351,14 @@ namespace DocumentManagement return dt; } + public static DataTable GetPatientDoc(string PatientId) + { + StringBuilder strSql = new StringBuilder(); + strSql.Append(" SELECT * FROM [AIMSDB_QHDSGRYY].[dbo].[PrintDocument] where PatientId='" + PatientId + "' "); + DataTable dt = DbHelperSQL.GetDataTable(strSql.ToString()); + + return dt; + } internal static void InsertEntry(KBEntry entry) {