From 33643b79cc6486777342f2372012b4c4ee34d2af Mon Sep 17 00:00:00 2001 From: leomon Date: Fri, 24 Mar 2023 08:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=AF=E7=8A=B6=E6=80=81=E5=9B=BE?= =?UTF-8?q?=20=E6=9C=AF=E4=B8=AD=E9=80=89=E6=8B=A9=E6=82=A3=E8=80=85=20?= =?UTF-8?q?=E9=BA=BB=E9=86=89=E6=81=A2=E5=A4=8D=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIMS/AIMS.csproj | 59 + AIMS/FormMainManage.cs | 4 + .../OperationAanesthesia/DrawAnasReordBill.cs | 6 +- .../frmAanesthesiaRecover.Designer.cs | 12 +- .../frmAanesthesiaRecover.cs | 36 +- .../frmOperationInfoNew.cs | 4 +- .../frmOperationInfoNew.designer.cs | 2 +- .../frmRecoverPatient.Designer.cs | 46 +- .../OperationAanesthesia/frmRecoverPatient.cs | 8 +- .../frmSelectPatientNew2.Designer.cs | 29 +- .../frmSelectPatientGoodsBill.Designer.cs | 29 +- .../frmSelectPatientGoodsBill.cs | 85 +- AIMS/OperationAfter/frmOperationCharg2.cs | 12 +- .../frmOperationCharg2.designer.cs | 269 ++-- AIMS/OperationAfter/frmOperationCharg4.cs | 78 + .../frmOperationCharg4.designer.cs | 653 +++++++++ AIMS/OperationAfter/frmOperationCharg4.resx | 120 ++ .../frmOperationManage.Designer.cs | 788 ++++++----- AIMS/OperationAfter/frmOperationManage.cs | 36 +- AIMS/OperationAfter/frmPatientStateTree.cs | 193 +++ .../frmPatientStateTree.designer.cs | 696 +++++++++ AIMS/OperationAfter/frmPatientStateTree.resx | 1253 +++++++++++++++++ .../frmSelectiveOperationsPrint.cs | 4 +- .../ucPatientRecoverCard.Designer.cs | 2 +- AIMS/OremrUserControl/ucPatientRecoverCard.cs | 4 +- AIMS/Properties/Resources.Designer.cs | 412 +++++- AIMS/Properties/Resources.resx | 123 ++ AIMS/PublicUI/frmCreateTemplate.cs | 2 +- AIMS/Resources/GCSusers.png | Bin 0 -> 15795 bytes AIMS/Resources/GCS分级P1.png | Bin 0 -> 2863 bytes AIMS/Resources/GCS分级P2.png | Bin 0 -> 2956 bytes AIMS/Resources/GCS分级P3.png | Bin 0 -> 2996 bytes AIMS/Resources/GCS分级P4.png | Bin 0 -> 2918 bytes AIMS/Resources/GCS分级P5.png | Bin 0 -> 3027 bytes AIMS/Resources/GCS分级P6.png | Bin 0 -> 2993 bytes AIMS/Resources/GCS医疗文书做.png | Bin 0 -> 3212 bytes AIMS/Resources/GCS同意书(灰).png | Bin 0 -> 2892 bytes AIMS/Resources/GCS同意书.png | Bin 0 -> 3560 bytes AIMS/Resources/GCS圆灰(右).png | Bin 0 -> 1267 bytes AIMS/Resources/GCS圆灰.png | Bin 0 -> 1257 bytes AIMS/Resources/GCS圆角粉色.png | Bin 0 -> 1443 bytes AIMS/Resources/GCS圆角黄色.png | Bin 0 -> 1367 bytes AIMS/Resources/GCS已制定.png | Bin 0 -> 3106 bytes AIMS/Resources/GCS已完成.png | Bin 0 -> 3137 bytes AIMS/Resources/GCS已完成1.png | Bin 0 -> 3137 bytes AIMS/Resources/GCS已签字.png | Bin 0 -> 3166 bytes AIMS/Resources/GCS已随访.png | Bin 0 -> 3158 bytes AIMS/Resources/GCS未分级.png | Bin 0 -> 2642 bytes AIMS/Resources/GCS未制定.png | Bin 0 -> 2548 bytes AIMS/Resources/GCS未完成.png | Bin 0 -> 2578 bytes AIMS/Resources/GCS未签字.png | Bin 0 -> 2572 bytes AIMS/Resources/GCS未通过.png | Bin 0 -> 2621 bytes AIMS/Resources/GCS未随访.png | Bin 0 -> 2592 bytes AIMS/Resources/GCS术中麻醉(灰).png | Bin 0 -> 2649 bytes AIMS/Resources/GCS术中麻醉1.png | Bin 0 -> 3282 bytes AIMS/Resources/GCS术前排程(灰).png | Bin 0 -> 2538 bytes AIMS/Resources/GCS术前排程.png | Bin 0 -> 3131 bytes AIMS/Resources/GCS术前访视(灰).png | Bin 0 -> 3597 bytes AIMS/Resources/GCS术前访视1.png | Bin 0 -> 4465 bytes AIMS/Resources/GCS术后随访(灰).png | Bin 0 -> 2478 bytes AIMS/Resources/GCS术后随访1.png | Bin 0 -> 2829 bytes AIMS/Resources/GCS灰色.png | Bin 0 -> 1049 bytes AIMS/Resources/GCS申请手术(灰).png | Bin 0 -> 3500 bytes AIMS/Resources/GCS申请手术.png | Bin 0 -> 4186 bytes AIMS/Resources/GCS通过.png | Bin 0 -> 3092 bytes AIMS/Resources/GCS麻醉恢复(灰).png | Bin 0 -> 3322 bytes AIMS/Resources/GCS麻醉恢复1.png | Bin 0 -> 3678 bytes AIMS/Resources/GCS麻醉计划(灰).png | Bin 0 -> 2636 bytes AIMS/Resources/GCS麻醉计划1.png | Bin 0 -> 3223 bytes AIMSEntity/BLL/Extension/BOperationApply.cs | 7 + AIMSEntity/BLL/Extension/BOperationRecord.cs | 7 +- AIMSEntity/Extensions/BOperationReview.cs | 2 +- AIMSEntity/Extensions/SelectPatient.cs | 6 +- .../DocumentEntity/DocumentDAL.cs | 8 + 74 files changed, 4347 insertions(+), 648 deletions(-) create mode 100644 AIMS/OperationAfter/frmOperationCharg4.cs create mode 100644 AIMS/OperationAfter/frmOperationCharg4.designer.cs create mode 100644 AIMS/OperationAfter/frmOperationCharg4.resx create mode 100644 AIMS/OperationAfter/frmPatientStateTree.cs create mode 100644 AIMS/OperationAfter/frmPatientStateTree.designer.cs create mode 100644 AIMS/OperationAfter/frmPatientStateTree.resx create mode 100644 AIMS/Resources/GCSusers.png create mode 100644 AIMS/Resources/GCS分级P1.png create mode 100644 AIMS/Resources/GCS分级P2.png create mode 100644 AIMS/Resources/GCS分级P3.png create mode 100644 AIMS/Resources/GCS分级P4.png create mode 100644 AIMS/Resources/GCS分级P5.png create mode 100644 AIMS/Resources/GCS分级P6.png create mode 100644 AIMS/Resources/GCS医疗文书做.png create mode 100644 AIMS/Resources/GCS同意书(灰).png create mode 100644 AIMS/Resources/GCS同意书.png create mode 100644 AIMS/Resources/GCS圆灰(右).png create mode 100644 AIMS/Resources/GCS圆灰.png create mode 100644 AIMS/Resources/GCS圆角粉色.png create mode 100644 AIMS/Resources/GCS圆角黄色.png create mode 100644 AIMS/Resources/GCS已制定.png create mode 100644 AIMS/Resources/GCS已完成.png create mode 100644 AIMS/Resources/GCS已完成1.png create mode 100644 AIMS/Resources/GCS已签字.png create mode 100644 AIMS/Resources/GCS已随访.png create mode 100644 AIMS/Resources/GCS未分级.png create mode 100644 AIMS/Resources/GCS未制定.png create mode 100644 AIMS/Resources/GCS未完成.png create mode 100644 AIMS/Resources/GCS未签字.png create mode 100644 AIMS/Resources/GCS未通过.png create mode 100644 AIMS/Resources/GCS未随访.png create mode 100644 AIMS/Resources/GCS术中麻醉(灰).png create mode 100644 AIMS/Resources/GCS术中麻醉1.png create mode 100644 AIMS/Resources/GCS术前排程(灰).png create mode 100644 AIMS/Resources/GCS术前排程.png create mode 100644 AIMS/Resources/GCS术前访视(灰).png create mode 100644 AIMS/Resources/GCS术前访视1.png create mode 100644 AIMS/Resources/GCS术后随访(灰).png create mode 100644 AIMS/Resources/GCS术后随访1.png create mode 100644 AIMS/Resources/GCS灰色.png create mode 100644 AIMS/Resources/GCS申请手术(灰).png create mode 100644 AIMS/Resources/GCS申请手术.png create mode 100644 AIMS/Resources/GCS通过.png create mode 100644 AIMS/Resources/GCS麻醉恢复(灰).png create mode 100644 AIMS/Resources/GCS麻醉恢复1.png create mode 100644 AIMS/Resources/GCS麻醉计划(灰).png create mode 100644 AIMS/Resources/GCS麻醉计划1.png 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 0000000000000000000000000000000000000000..2dcadd6e2a657076f0b52fcedb79768ca94e2efd GIT binary patch literal 15795 zcmeI3dsGv57RN_XDp1jK6tx8!qxiyPGI@|>HpEgQLf0sd*v6`>Loy*#l1#`9CUC%| zXe&N@bk);VEp0g-q(12`KG0UESdaCAyS}Qlm@ezqs;k>`IEu2>ok<`GKVWK4yJ!EI zoRiGl-}iU#o%#HJ_h$Z?RatXp4Uc?25`v)NnHjnq<~W7c&8j`mcn+NE`LDQ4?twV`efB7klhZW;O(AW_X;KsQ{-1d3ZkIND7%qhax6ncr?nTA`5j1m`~TQbLBDk(6j&B7VlNR0<&0@!gH6L{=42Zef4gub{a zbIuOKLV<4zU63M7WfKaF`Yb^j>B0pHu|i~$Aaa3HEk+cGT!l;*NF|62mdId4CPJjB zM2#W}LH9?fjbzR=F0%#A(WQ5%W2_XRm8P9247=TKv0El4UHLGgR;yu&6qZUw%nT7# z?4U7^$U#l;2kD8U!zq)CaMA?n5U_EvJhF&R5enHvflv2+*`0wz4yv0SLlO31P8bnO z;QpMn%HPPz>x%<6dyS?Ak z6g_h(gPSqC{oMs0>Mxs8ER{B#3_|5JOLz2}^N5G2{|vM~B7;nF+>VO2>@R*i%Ibof{Iz zY(g!h%Z|}n!j9$Ru+x#RfrEn~GXon6O(Siji@7XZE7QRJ4TpI7HW`}fplHlt!ZUSR zWTG(RTr#j

~i2J}f+*aJdRZ#v=zF7kYp-2nu#$0%6 zKC>r&rp)~TdwYP9H89)rZN&dz4Jd5suUmnqE1_Sv0=?SN|78V&d)H*e9Qn9e3-@f> zo`I)ZH2+feuBVpTZRYo*=kfZ-4?_HWYP$a9$|I$WEqP{}( zK)6jF7dIb3<#7Q(xJ@1xHy=RdaRETMO&%9FA3)`C0YJD-9v3$sK;>}(K)6jF7dIb3 z<#7Q(xJ@1xHy=RdaRETMO&%9FA3)`C0YJD-9v3$sK;>}(K)6jF7dIb3<#7Q(xJ@1x zHy=RdaRETMO&%9FA3)`C0YJD-9v3$sK;>}(K)6jF7dIb3<#7Q(xJ@1xHy=RdaRETM zO&%9FA3)`C0YJD-PF#_}_cU<_^Kzz}c?;8gWa3!n4Nie6BS#NGC5aGJz8r!cK4FeO zKv0ncf^IE=AoN`b8bfYed?Fo!!WL%gQVpJK&0jCDE}S(=eq zasTD0(Mgr-S8F|CNjKMI4Xqva=)+56;1OjbM-BaG^^_Rc&{Sz0y{n=^KKgc|QDn`& zV6FXFRR8MM*JBoxI)_FdpWV>%-l;?0Ms3&b`tPfXuHL?W#I$7Tu{hWGyNx+<&0{); z9q&BxY{snU@)3U@zv*^qSNuIMW+M|Db3ShS$=C|Tb$BhM6)&{@t0`*#xb3S764s9D z+`A}Y;pVWoZRM>ml-_PWwI^Iv)A-`CvGEG(;F5{1j$F;#YhK^Hy!ghU_v>G55^Px# zd+ub)*DJ0RrdPl9Rm6+~`=G|3RB`RQ3a`r>uC(hGEZhC&58l7x&B0L1skIL#UAvPs*csCr3H?VROPG7Us<~z6uFi+sypNk7 zoq2RR#6(k{O5z`9 zp6`lv`MctE+2bI_|D_)=u5nMA$xW?i&8!@CUCXD(HLP9rfHg^~TX_ z-qw@G?3#V|n&x%x84c}gypUS6#oPJrlj)U>PDA@g=z+~2+VJU>;rkI|%alp)M-(a( zDkZz$$shDd-CKs`aiycXuJ2IXPpbILRynvqW4oL;{PQo1>e9tupixS%c-z+ZW{m1s zCMziv#a_x>nOZs$eGuM$_lptV)jd>1Kbmy^oAGySL-vO$u|#oGt^RL&7kS3D=ni@k z-wb>F+)G!y8L?iQX3ThNeO#ryI5`J%RGi)Jkw*Rd?651dzmiUG{(VG4Yn^A>Gh5OR zxBNx3`r!WGrMeSh=L|Zk_`Yf9PD5c#TZXzYuXt+ty!u&abw=`}Tky1*h0j{64AoiD zlW#_E5?)?pA96@#yuUA^p)40_ok|HWnj#u%Hbo|!*}9?aW=?fPLp#3hs--+}+m0WL zzFj;nGTD$`b^kPx`lCDi((}h36u#72QT3@Z>a!Z0P-Zy@D)!p%r(-ri&f{hM+`uMfpZ@upv-nX)5 z!tSySNmTWPj#($>7B?i#Df#0wD_i3;k4=bKCT}~rwXo}07<6aD9&$l-EyBK5ojG%k KZtu%WD*g-Ze7)ZQ literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS分级P1.png b/AIMS/Resources/GCS分级P1.png new file mode 100644 index 0000000000000000000000000000000000000000..1646a6ec0154ccf23262ea12a2dedcbe6f2de0e2 GIT binary patch literal 2863 zcmbVOdpwi-AD`qNA=SFb45ixa#%yzm&HZkO&|$M@Gi+lU8zDNntP9~p96ICZp4(jJ zr*cY4h|oc~RZ_`8REk7rIyt}JALn)c_&u-ZdA{H8=lQ%p@6Yx1dPH6xj_RtLRY4$- zy0eoVS+)ks9$jTc*?ZUQfnM3NiEkgk_u%T!EOqvzc-^?B9 z9!&zmnNA5@z$d}OH!LAC3{QjZv4&U*2{HpLfKP!4Sy5~rL1+d2W|tt_FN+aS$Tt;! zq!siprvlu)AS4bKfS8$J;bABY8e)z&L7CyvI8zt|jYMG)NK*s~4@Y4LvfC61`F=rV zY+M?hK(=%E&LulpLBsj{XaWKu5C}{J7!wYcA;aSF2qYSTM#E(qa9%u{PZ7e|JcAVr zb^tGo%Z%nTIc&(XMGBP@%eR8cJpC&KRl(%N|YTZES3eZ`ObD$ zP}vs~8k0sqqp%btfTh4OlrSnBPcx;$DFDhGPQ?LKyg3ew#8H72JO6|y5s79Pl06!a zwI!lZ_E;R&-qzN^9D^aD(Iit0X$9-d=J6@)Fkpq7DdYZ*Mg1$5K;i-vK8Nee;Y6); zfmb+(&*6o0q9G&_#Mqz7rf~$koy!&aD_}c-%ZvkP4qOfk@-4*#=0DKW>3BLop=01w zGjnseDOwgf9*;x9=>W|PgGGj!nbI)O?|9n(n>vKdDa3N0{7>Jkh-A&Uy#0F$WQV`! z2w=;Ghbx;B$CN=&5J<__+0NEi*gp}d5~bq@PR3XaO-)4&oG-N!D>Qn;oYcwTCvtWj zHLA87)$~=~_FUQSWJ(J45SXfCr0A|`*d#BqIh|4+4lfql1RY-;rEhF{{^jFsuF}bl zsoKKAm?g(yew-lAVm~CmB1DpBj^WUU7lsceer+SG?06+Uhs><;l&aMq#;(lhQs^Hfdb_+)_zd8!~Mj-&FO^TG*u4XUDqo z66DC1^9A!x<;P5rJbrd_)x|467QR`t?wZPW(R5~JdeRKx)m^I6?o08h8&%uc_2({j z_|_FOjym^hJi9Wu9<#AdUgJmY{o!$MBI9QU6{K$}k+DT`GND?)MQcdc-i+4^yQC-s zx4t1cT$ECuTc%mdClAtasy1|bn>yI;p z%F>YXMY7M=2WO9ZAJX63u=mb>$DndOhci7y(`fS|_uk?Z8p|yx?Q>O2@~7@!m5Snq5ATwP{r*m_%8NdsJm`^rl4O)yvu?2t zuioz7?tfFM4^h)2p6}5sPH5=KcsB2x-HAzhKmA1kNI`g$62FIipe)BwR>Wu3Dw3#bZFF|fiRV1%R8!jaASI_z4hstGXLL_ z?(8iZLFqj|?A1|ju8EQ=^V&wM(w{RdKFE`d5+X)$9I_!X1^iSK)a&MS#5w&^zzAz! z4(ifj!KLJ|gv9hdyxZ0dxYMs!-|4!?#oxG%+oRX8Dnl(9>7ecKP8DogWPI2HA{l0Uh-$<=rNpF`_fgtr+ zQ)-erXJ4^2?k};>rY4FE4c(oq?VF2*pu#1nQ?x$h{sc2*1H;q0Z>?6_`#9;4;wi!x;w27c_8Sb`5D3|ax!;!wHCdn z8OiIj?%sueDis!KYJ+o#?PQBuX@4FK0FRbwMb--{!C@J#pt9R*RW}yjzAX`7^4ehO zVlQvv(Xp@4yTKYhqf%Wu-`5!&xY;7D%DwO7a4bxt{)~&L-R+u(F}AbOOA6T}KvY+e zBQm|j+ZPWxBkKeYlD8!lR%!(8NS{}Ib3U;=Fq1TD2up;heROS|HOjxzcR)cDNJ-*{j@hKIZB}bVLDHrf#S8Z-5(c;~Vz*x2Wk0soAFHH3Rp~ub#I5oo zbjqTfla1b*kR!Fd6Q3m93I~8}5SVYgIl%4ozKG{n(Ts&cl+oyYyKG5(?(A5Sx>8`~ zt?3?njox$xesOv~*p}HQ;$_umKST{YNzqRYryGeh>7jC)xu3-2l>?oejE0OB=(qx` z&%bMH(J+h50Y<6>{yDrZmrr z0q9Pjo3`>o+T`!I7tr~B3N zl~hD-M|YbQUo|~G27SYJZIREV4+2yqI9mE4!iFaN?i+k4oR5kn9C38H7l*#H0l literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS分级P2.png b/AIMS/Resources/GCS分级P2.png new file mode 100644 index 0000000000000000000000000000000000000000..5160e13d4def220b47d1ae74300a72e8d351ceb1 GIT binary patch literal 2956 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 qhY(&}A*75<SNxEM;M#7-qRRqCg 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS分级P4.png b/AIMS/Resources/GCS分级P4.png new file mode 100644 index 0000000000000000000000000000000000000000..5892fe9ee6f78d7238bd69ee5c86ad1eecacafb0 GIT binary patch literal 2918 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 H`W^WTxqkW# literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS分级P5.png b/AIMS/Resources/GCS分级P5.png new file mode 100644 index 0000000000000000000000000000000000000000..0bcf7c829ce4143cf70004b18e8c83d300dde7ca GIT binary patch literal 3027 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 N?Mm??mk>kt{|B%vDWL!W literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS分级P6.png b/AIMS/Resources/GCS分级P6.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c0ba55fbb71e940b9e70110e786884f30c2a60 GIT binary patch literal 2993 zcmbVOc{r4N8y>r;tQm=#h8#M^Y-Y?1vW+c96UrLR@?tQHnPChfMwTR7No6TflsZOb z35lE}MfNS_BykeuBsz8Ke4|t6`~EoB`Qv-9_kDlMd*9FfJkRfWuItSpyE|=A(oq6| zKpR|~i5`;CPx9y~%1hom-^UG0hRu8jAHF9$m@lAk0gx@7O$8t>OiBpg0Z{0|$S%MV z1d@qlc=_;sNNxlgn`uf}!|E9hS;;Y00d)-h0%~`6vP~Fip1biI5QIn3W3DJ5oT~C9)?5{B)1s?^6i33 z)VTCuf(Oy@o0eo{1r6o%IRrRdAP|@e(57r|h=hyB!x1Pr3I&rOU_2p3Qh z5CI;I%i!=CY!+nAB8AG1;#)x_p8gdAlS3l?ZJ5RTmMBTe;4u^q9BGPxGns2~eMR&5 z9>9Oy_(wF)OUMD>9srLW#idEkBUt}CS(3Yd7g_^Kydmu2G9-sWi6F9RQA~ivcOhCq zC0|VG3_1aY#8MCdmI6alXjB-UZbpSs0HisLiUX*4a~u|dqXOUU{1e|1Yww64I%4ry zTRSAu0c(p#+u?AIIIO)H$_|T1eCN8bczgK{rA-%kixJF(bg+w{I#DjLUW&XBHDr}5Y#D5j*GTJ?8J~P=ksa04=C$k z>$r;0l*(UJp^i2-$SR#L

c)+aI@=om7-v=bU*0Dz7??|V-EXt@h zy2Gw~Aav#HKj8@VHkyPqZ7xG`nVMC&lVwy%vBA!z%visIt!I(RPJuC!cz# zEWbUqr$Y zd#CI9e&EW?W*zj;4!MkbOM#zmiPkGyj(BA0G<@1Md;hVaD@5dm+9fi_sWRp<)52f8 zH$LfG&bEAcLbN`1YlO+q&yx8BlZ07yM4ck7`$cU5@>HCCnu5}DQG>3xoP&*x%c?49 z*w!Z1;rP{n=`i2D8ZA4m;f514TeVcSyne)s?>b$eWZaxo5|ll5_v#U90KQ{S!Do?+l8WAH|Ose5|P(*4V$E~Bx7ip!bnGTRsW3tTH}KNDCY zIcdmZEhb9tjMmwt#35(dySo?OrZF4O+a#w7?@UkWRD$P{E2jCzOR&LIr?ya+@;Hy`&QF= zzb7SBMI2pTZ|B_A(c8Bexn*fz>Gf^bFSezVIttfm(mABYirmRw*TSO{@1`#b=`&e^ zl`?2S)lpz=n@f z<58cSPF1U%mGOPn(puD46yEwg?{WHULnpOR2K4q`B!$+7k}_$hL&}*AVt=u9wL%^x za42pRVsK%z*bB2?)6Vj)MP8cetDZBiIY50u?f?WG)JwYwq(Yv_0P zR460iL@_ukPW6fJ;_k)89SRS?aw0*h_MFL31 z#yB!ea8%Akvt8jZsiC^4&qmB?t)HA}%8kf-@sSKojCu1`-{Mlkc$EJ*U6I7CDWz*D zU<%T&9_aW$yEs~Aekr_BCtu%f2-~Hs!m-#fKN`{7iOfOBaPZDHrN@2KRtEJV#oQW4 zp@)9J8HCR0LvPlC*ZQELu_G${qmK#>r)C`??L-wXHMZTB?Xh<5x@{1tb-8ZvxtODV zs3BT7Ips>->_ieD!O(`)E}gGSBe#na+7g$2bggsZd+LH#bkv<+pA^a^`#{c7V+l<_&fjfakw4}|pZJw=zGhH8 gYUG*V&vgipR9TLOct^v;+E28LgFEq>-NEGl0QFV(PXGV_ literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS医疗文书做.png b/AIMS/Resources/GCS医疗文书做.png new file mode 100644 index 0000000000000000000000000000000000000000..e6edb39db58950554f797c8bb3f94978635ff07e GIT binary patch literal 3212 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS同意书(灰).png b/AIMS/Resources/GCS同意书(灰).png new file mode 100644 index 0000000000000000000000000000000000000000..e035456b2ce75a3010d6482da79a24cffb8eabac GIT binary patch literal 2892 zcmbVOc|26>8z0qhLrQn-T+?Jp%)XfsvSu5(GgEY#t62^vvoJGuZMJJmU6oX%4biox zGK5I7R=U+iQ}m$-ElR1h{0`B*f85Xg<99yiocBHNd7kg{eZKGeyyv9(cyC&vs;>%x zKvuZBIn%*58oV-pPzLXpgM|;lMo;GACu4|%WKnDh0CC`nIRM;U$PNbR0Gk&R-T`cY zK$eE{nSL@qnirKT7NXd5HmGP}80ZawY_N|GV{=0R8Jq(I^F_9Zm-S5uIG<;W@FmhP zv@jBX+rc+PQ$YYBAY;R$g#wY38f}Z1$EAY(xnVQ{K5rrm zwMBd*bHoucTLj4TTMEK38tprc7M9froDFleE0F0XlOsf-T% zP2*p!rOcQx08Iy^;s^;BoR6Tji_V~S{~c(~5M)E$Ea8Kb!WKA-xe-D@By)GRMSyQm zJU)*~#$ee17Q;mnF*pp8Kq9b_93BRbq>wNeYjzNa7{mn@asJJpLdH4ZNRF-)l7kBt z>q4@2p%5vK)+B-h#mSLG#4q}~i=;BPhzl&n=7X^pd|m$2m+B+|*fOz%DHaPBSAkE6 zSSFT+h{NDcPVjZUd=XC^CAFBFp>GL00}_5Dz;l&|h46Wasr-KlZ;ioX30w{l$szLa zND`SqLUI651Pq>p!Q=5f3Y$YlEco;OU+K^wDfHYr`Nz6h90C{PT=#nwfDhm62oQnA zBLS=AY3Jd12t*~^-PwT|JusOcBY$;_4mkE}&nyqrQKHYBogYpk<%N#bU!#&h>*Bv_Z@XUjJz0v16 z%8?n7_4N;r_P;dmpL`08_PlJk_2p4_oQ;j;vpNk3R3+27KbhM<-IsUDK=OgFsgfHt|7%vwW)BO+}+ODPcJXa}$+) zjddj8Y3b;;8kTqU>9@%pfM(DV41a*-6V2Z`}M!?`pjqgb98$AqE@^(2mWW=WPbdV=?=W zPurY5H(A!D(|jqglv(3*M|jBam(+hC+=kqG2_j@(mF`UtCj9u=E)75>)iW0IyWr_J z!!*xH9%{%(CkUIE&wg()O#^-nE6M&Q>^F&uK#9Ng77~N{C+``zF-T!JwP+ne?o1WB z7{LUHgwh$=vaDQY)9T454vBXM>RK1es>ck+&#Y9Bqve5j zEylHHLlj4VDut=d&+F>^MfG3565kO$CjV60!ch)3?(Lv6a%6=I7E4Q?x)cmzeflQ?GJ{>6qQhQi@V`2qbJFQ*J+a|8a#y(T+dvEE66CJkxBt{AOza$zQRye( zT?bZWIlmh1;J&&y=-sIx>s;Bpq&V}srSBO*`zkAzwORr5`JP=Q@KmEX1GM1;QVP)sq3Zj9_|1au6EN5bLlR@zAVvN7d+3^IPm2_j?Y|!~QTx09c8h`v{$Hxv#qz zT#4^iVQ98Ll|yJ#f04ZTe57N2^!iX?)y1I$))x zxZik@PPwckN&I#~7D6xuq(X9sp7#ttbF!0Yh_0Xm`Uk=Ojl($uW zx_PBP%;OjOQ&o9rq)}zQ;)!;lMkCwF)!@K)m31XlhBT+4-W%ZBCzjWmY zFMmcGv{qW-E_)VdO?3+oS>k-#wHRyaJ1;g2rB1fC^y7OA&+0z0xp_SWpk-q_+ZCD( z#%aKd{1P7~9mAXCZ6JQoBIrH{PrU>&`nVyb+|=d$_Uk*;8)BAE)NL7h@R~k7?fE`> z_+1>1O!vurws~bn!=t#d;GuD-DhaP|(yjMZo%GyZwO|c-#Oi8uy4||SbMHfFT8h8W zkLsIQYMg8^sn|RGjIz;YuftIeP-G&#k=63Pws@HtmJg zNt-$YSU;KTVf~&j8_W)T@2LcSC{MKPo2?#cI9;}0cUO{8zxK{eg5k!E%@mjsv!Ur; zvjJ^ZH}vkB@#@6BqQ~Cx2OTHX&~<0#cV2hVd*3}u5M9`ThaEFNwaxwCy1RHgmpg7x F_#eZ$(1!p3 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS同意书.png b/AIMS/Resources/GCS同意书.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c7b2cff3f670e409824931e4fdec9640af82d5 GIT binary patch literal 3560 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS圆灰(右).png b/AIMS/Resources/GCS圆灰(右).png new file mode 100644 index 0000000000000000000000000000000000000000..930f59fae90ce2fd6fbe6159fbb1a95392ed7257 GIT binary patch literal 1267 zcmbVMTWs4@72-B2(_z(To0;En&WGn*h&_qNxKFuAxa~bsyy_>K54DiKAG(< zZimJ+m9jnXfQlG`4k%Iymkzc*ATFaw6}O>2a2Iq)5DhjoCRKugKt(IZZBuxt_JHNf z`Oo>k@4x#*CcUp=>yE7iK{O=05?TB;@zZ?U7X1G7p_XHw;B@4jZd7#2z=A|fLj_1C z4bTs>5NIO@&%-c5)E(4wc_*LRuc*lI15d~A8YPS-h;Y;`0d){MWC8Z;W`tUL=RJzl zwFq?}kYZD%I2_QsMlIMqn$D@CgQ~1i(Y<8YRWN}89YDIqkZCJ!gj(fQ@Y>sEC~{TB z8H`YCPUTY>GL9@r2K*AOasp2VWj_~?`H;AWz6o@(j<@ScA4lOb58MY45BtB%rNYddbm|NqUT+ zfQFq2g*{yh!6>Ct8^or)o+z9$#swvY^RtX$cyX<2+fEk#>&B+qc5b8unJl!?u%+U9 z6nECZICnQT03m7X=I@kUDHY(@7>G6h855x~4!VZ~?Wz(=5jYX|^CjT9zS8 z%d7?@zyekZ25LN;;pGldXphB2S&DUXT!$2kaY9JqWi}XR+c|y%n>1|)m@2H<*0Jq% ztZ+lD61O05kd;GdsMZCU0puWi0F}sioZNLlH#JnYcY76D3pfES{SeeTEo6|ZDOU7N z%m+Y0)j~m)W4nJH>c?@}It`ZQ*A0mK#%m zg^f9aCLSIOPe~{$%@TyKDVd1n+{LSlXU%zb`|0k>PIf(BS^n{h9?5w1zT1Dj-1ryxxxM$#bK!9BQf78!?D&gI z$KN=)YvP`sONW1HzW13{YNGkGuJI;crID>ZcB0A?X|V05M=rX})DL%#pPF{Be^58s zc5dNwzxevm?x&^?NB^iS`qI_+&yPom3X8U_)Q3(_w0-itlZn+6j}mwIzKiaEJ3>s( zU%UKuUHXFA^1{q-vzS6`wBLR3mdPCf_0ZJsP3b45rkCIR>Kn>ec_|`I9jPuXURZJW zh)XeTbS`tLW%8nU^^7PVIdz4asuFu2o~fT{NIluM?>Th$-08pX>LbQ_i}thEK5FoO OL&=VG;WO@D#LSluTEwM6eaRBHa7OB!;f2 zc*O{|>QpY(hsG@jpd7*DD$O!zmq5^*z=VRGC_~XaNd-w-z-d;5caTEs7Y5lJtzXPY z$vPL5BG{nk*&<1n%Vna>5|%Rnv4TKS49PG!)WF>l(^D$A>27OSkbtW?y6x$fiTW0m zf;H?#FzD%O2!@?Xtr<4mdZJ*;$ckcOiz{~82mzLx+Vg^(wtggaEhk8aH?XPml36?aRfVuK&qQY(15Igny@_ z^`(v)=9tKmNS%>}1c=92U`Qz`*#&6;|PeXRJ!%m=dEyy^7# zE{b?Kfx=WeQos^ON~k=<|P?Zp1axBEXIIgysm I#PUb~0WoEc-mj#PnPRIHZt82`Ti~3Uk?B!Ylp0*+7m{3+ootz+WN)WnQ(*-(AUCxn zQK2F?C$HG5!d3}vt`(3C64qBz04piUwpD^SD#ABF!8yMuRl!uxOgGuk*hs;Rw<*Tq`*pFzr4I$ zuiRKKzbGB3*V0noz)0W7NEfI=x41H|B(Xv_uUHvof=g;~a#3bMNoIbY0?5R~r2Ntn zTP2`NAzsKW@b!fooL3ADC}5E3S0onb8|oS8=jMX^1y)^L5|oN?23FO@A(aKG`a!A1 z`K3k4!1zd0hG_5 zH8U_x)-^IVNz=7RN;cC?G&HnKGBQXuF*Qk5g6dBpH|X?%j?xFE6Qpzl69Ohi5EGsY zfE;)}O3edio+4l_(Pl}GU|?W8;pyTSQgQ3etleJBjv@}_Y3cGe&#D=&cT%|+RZgybA8`C)_0nG&N%Z*qwA8gkde%Z_=gtU=VhAv{~nPF zkDb*~XQX4Qw82q2zVqJB#hp&SLc15MF+619?Z3CV?qH7go=q2;skpBon|KdMIwZSAq!vVYCoE2-9}x|8#@+?bp0SQ(%ARP*xMiw&B`IOk;s zsQGzJI_f#&x{X&L`+@>(?xoqA7rO+qZYWqdp=ek4Wj4Jz?@n-KHCPnBV0iJgrR@e^ zl7+oe%@qcNIZ_ka*B!K6#UPgV`N6VJqTF@?KwZ&SCEdTjSS&2a_=-Vf-TsL8UPq0a zmM!NrVbYA5KlkvllIvWvR-t}vx_Wi5+q%hLHIi+kPf+-j4ejeKGfLtbeY_d;YfO|CLieRj=SaaO7{= z#xmEk=cmNi9bB2sA}Khj=T*?%7e;OM+U>`njxgN@xNA DR#dJWy=PTA76)h)F2%RKTwSpB0NT;d^NJs@9ZXc&m-gYRHI*8bDlT0(84$m3Bte-(RjE~(fPO&o95-=I<-w; z=(LK_;KXK}s`i(oZdC)Q&0@!cl$AyuoQ1M+G|LpAG)dVBk|8J#r>s1@84{hnFlbGa zLVShCH){(@PORQAB0NFFVlhk1YEiX1h~+qfqzRhFp$4ue6hn;TioPbz-~oD2lOu+# zDrkyPtW}!~Ck8#82_YQu`{#%ieKt`rWkg(z5R`=^!r@e0)7rXG0seJkUTwWH5dlO6 z(A6d_2;^m&OW; zZiq?{q;1R4_AGY8BeA?&1EQg7m8#m9?t=1q)ll_%HG;a`=-Mh-k<^%;pQ_MIz#gE< zyMW}=)G#`oVqTudyp3b+j7^kqMifb$axgT`k#;-Ii4^BxImTusS!@IJll_k$ zy?kprS6hfgn9 Zg0u&_e~TVCwJ7zg6TAUW_l6y<{{Ziv=DGj? literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS已制定.png b/AIMS/Resources/GCS已制定.png new file mode 100644 index 0000000000000000000000000000000000000000..41306d083ed35854c5d58e49ccda10a4e346a4e1 GIT binary patch literal 3106 zcmbVOc{o&iA0JD$P}0JExu&s%%#0a~nXxmr7<<`!&2li7nK5&$Ll`7PMJXh*l!|P* zlp7@#SIJT;355t*DkR%Gy1DQB$9?V}?|IJot)I_#|31%2aj>(L5c@?80)a?aTM?Xi zvj^{!7ZKu(>I5#j91f|8MxxPh9sDLc58*~ExYsTNA z*)EYx0OC%9r22BbNN>n@HT(-5kTiP4~y3& z`TI{ALm(oS)&vumi2iAhz#uu-J%-^&SLSA-?q(h|+F zil#cO3Lh?2MLAt_Pf@_psd|Z8px^hL&5s||-)|U?}0*Z-=zx3aMI^=O{Ge(p` z1N`JUcN=T9*tqb;nGZ8ySXdw8+&#k^#gT70ejgggkBy^jR75-WTT;Y_cSz>>c@jzkUQz5sh5M?lhsBtJX%R?(-P42f}#~pGL zvm23~pyKK7BB>jlw3zk5Ydx!PBYWM_%C@Bxd*9bUy~PLaZdN!f;3pk0;ZNwZQ#TgR zu|i9hnB-g)_kuUn-oo0<*N{a``rsp%*h#kwKAa>Yi=~D1=ViJIeaBr;;o~|6v3_0> zCH>FmPQ7_C*Gz>-w-dHiIb3!T;(RO|n%}q;e?WqE91_?; zJ@jn$cbA5Bk3o$E={y4sK{xey39KWtK*Kui%JZ7|-1^U&?iV=|*Du9#BQ+Z_^^L^}X9bVkG&qDsm zBe0`C-JKE6nw#Y7QMBbchp~L}d;X{wpF2x22fAyL*PMkXLE3ub z%cm{JAI7cLwN}ifXH?$17RY#TP@##>{08;Qig40vh1RoOQs7C7;A2H2VE@!*F|CvzrVMt+O79t(r0PccoOt zJoI(jGZ7~+qW0!kTDENS^=HRw%^jDVPYwT4p_r7NIhKv?i7U=GK7iXv+3x=RJ*tlV8prm#nCZnz@#Sd~kpM zd|-4Ot-H?ZU->dK-t!|LyUBUm@H3F;tnHz#1{VhNC-x}O#9vwsOmUmZYj%Xi7{ z3fSE=SiNmMrx6m{x&9#Z^wa7ErijVjiX|v_wRL%1-u=p_pvGE@cUl*ezVk&X)=&GE zw6xn@`m{vL_tSsm{ZvhDgk>=Drbwcr+}c{`2tA=9xZbqp)7}eOUzi)5X0Geibq}q3 z=gD`O4GdjS6lxSRuQaW%H?8VuU4dRg2J5HBaI-@})35yQsL?TK&BH`(y*EsJ#e%>$l?#>YSJXj&%L7)ILAGQIXl6 zZx?ApY7wRqv8w!ETh8?|S3gg^7*XY}fwMc_Eq>cqSUINhEp*67qRsNa`h+ODuGi$_ zAurLRC)G@RzN4&i6Ea!Y+bGG23y_%{m5Jo|)r^k1WAxWWDtR>%C(28%p7;vEw?c|f zpSkVmnUE>8W8tjx+Y7snD^4xN*-1?F_0!{`KOT+%zq-#A35J(An-Lu0BC1r1D#w;y_O=cfmJNkg9W4R%i|}h*7jX(oj|5$m_ifuEfT=HIazjvkW2gGFwtSWF%w@YmQ>vQ*C z72o!nulG+%m6<`^kZU^4%>+yd_f@H@;SQ!Z=}H&2)y!thD&3mXtTxHMK4P+_9W7Ha z=9bTIUp(pkyW}ao_{y(D(Lzbl{obWRDoyDeeX~EZFb_4SZZ;eEzf@u!;ZsSgE&uiI zGgFSY?X}(V2NRVRKIdAI_2@%qgH9`xg`o|2JNmb=qRH-!gRmFA^vwLGq%mkTW?=ct zjPa9!M2S@38bXGb`@fE^faq}+2R3509tGBAx;(llKsTbtn`e)1FLt- zq3;%*drSXtWwPNdYiBBl&px)fu4GS!vBHw}>i1tyw12-x`i+)z_O&(O;W}vk+O@q@ z=@3QCC-zBUmMHvdgmLzc&b(5+)aU&uXLay!Z>SeP$-Os$aExLO{k&4fD>>8YOK8*7 zrNX@{rWQ%4r2Yq=75oGEyK35fyA#rLp?A|%y`^7U2o-e@@X7n%C3ac2q?`M=w|$PC fHI!XG1rdMH`o``ka?^PF>j%lUpjpYQLxJkPn{Xm2SddO#Ee0*T?R z%$#^5f%nJ>@8rGJS2!8>`v71(mFNdJ0Yq{*qXWQ#KmrVk ziwE1o&K5(WQ?-cOHd0a|D~xnE+TZG`F$_v$Dg9tD z16U*`C5TO-)41h$J5;5&?uh)CUFlp!HFDaFh@5gXf>{2vf9$uD+QC zS`TM|K$z>9nCrrENE|{NjnmgRF){yv#nV`9B8>$6(5CRTzhlk+6^k)t0z@{Q=|ZOm z{-^>+e>$7a@}~!ZO-;e7?i3oC9?DYN&d^^6HUpTH5P)pKq*KA)LX4sOlf0fjfFP1d zP+uPu9O?@okx(=Oj)DT(+DMcST$hL>ks;slA>8bT2!;G|X-0hsAp*+FhS)`e( zytT?T>pr&wDk{wq5=qaI=Z3(SL}r_Nspj(zss6xpOyN`>ZLi5y**Alg){L`B&pXcv z@mGoW=1_*Ts80D8NE@F=SZhyL7$+kZMlr9Fz+Z|TRzHs{)oi8DZ8o*(5)+!m)+f!c zKAc(mczNQPNaPx+}tkQvOc2l^cPS=_2%tYDd+gT?P zD1$h@0dHd}e}ryF1Zih6T(DC^e~x4$K56|}k|?ez@j&JnmG9VPgWIk&6ImUqMgGE; zY@ne^R;7pr`ysLCfw4urMKK|-tCsWg5-Zd%FaVl8{&Q)_QG;i}!wJ_mj(e=8Cr(8v zDGs1+^WAsJEX}c|#K-$4V2rzacH55mD%1t~W{k<( zDzA(-bNq!-PTkY1eOF>ekh&i|< zFj{VJOJl9R^uSiL>q1`B?khF$rRT0c%b_m00a0K&br2+E5P}A?5bzp*M7FYl3Mq9s zJB9veJfpg9cWv>^o$E~d*(%X^rtR}oP5iU|D^(@-W4xz0iUU$p%74vgP3 z4Bi4z@IRRs_LQl4##i=4b4Qe6$1~_17=>I1|LlZZx8z~0ldDs9QY>mQ;M9XdJ|fTC zpV?`*V~!~1#c`i>dvfQdSo3lHZ#%`ymCNPDA?@WW^2SM-*o_8_C+sw;XJ=<5|5Y=X zFb#WVH4ybk{bA*)qxa>ibVvA)UD9tUPLJAnyCK-1 zx1OKO_shYlGo}Yaa78;7`z9P7ja0yl*U7@0H-!anRxh^s-+~gJ$i6suV82?kTyQ&U z_569|4=JO=$xDBVSLPLTH66baqZ=h%*86rQEv_GQXtGA(6K7Q|j5JN17%JgD2nuVV zt=*JNon!fLx`u7eFbZ}Y)*`)d97t$eoDrsVG#z*f=e~bQI1+b5;=WAh3jT;ieI;mC zszzWfK`EF|t}n)2g{iY7`DxdUbKWSHq`cP`=mbZmIkIk4X#UOVnHY`rfcYn4jmlsJ z*{{c3lh9Qu*}q;qv9crf98( zft_1%aak<XqvAAc4+l94-c!!_o8jh^B&@qzb=yagC@#-x&GKDyHWf zvDHjY2R>CH@L@gDy=iSHcJUrAf5_c#4YIax_C$qbBtH0rx_aLD38-cJX^_M5_pU=L zR-0;ZUSG;TxK8R%zW1u7K5kvXGfHrgdKZc;r`6S4mw~pH>6ykpH{Uzs)-9`yGK5z6 zyQ^NoO-7uB!_g640_~uP8T^735Hy>F!)=cm$x5cR{e*Rtgc*sx1POa0atdG{<`jG~K0GuxLRr!w{obH7SXe(d366wB<5Z&X;dY^t@@85zCa5ni=_tl`pZ zf4q#Qe)Ph%sB^Q5ttdbmGku7>WgQ=rKpaU9rxpw_y=By}548r_Om(k_U9@}VHD5=e zsJ-0O(t^E`-KS61a*cYk1RdVV9UNvkyWLvyZ4D1@UGwb7JxrjAzB}FJy%(W0AM4<{ zr|Z@FFe~9x+EYKziN4_1{I~)57qe5WTG;Y%+4R>t7HJvkCKp-o&bLVjitT+Zkj6acWnK7b#EW(b+9e+U6n$c7MiT|0zbkSX9# zu{y~FoKM=jkWL1W&}4|wFJNpKh9^J;*hFv`HIT-_gc(A<>0)^E?QJ*&{0+hmFogW& zl!u)o*p$u$z`8I!C<&>p1=dHykh*9sl#V7?3xU*wBXr%n-u+ z0wYt%7%ik85dr8Cq1r@}4-`$-@qrQnq(0OK1^A%#QF;iJ5AZ|hpZG|9b8{RIh}Oed zAd%*JIJ7p}LSIYU6sd(nptQ_?aPc%2n@A%8KWtNYw!d@r|CNg|WdcMto#{fS2mYu6 zM}In-&hn=RflW=ps_qmTnI6hg+s@Em2Q~wkln{Vy!K72c-$IO`{F8Y-eE>-$lc2sn zCdjh7Qhi3cg(@|5G2sS+ZMwvSX0i22^Q#YM z);?aIcqS702g^B2l3%i0=*-6}c`8UMCthUvPdux1Ae-G3?x@{$COb1xw)u9}i3G|Z zj&H!*n93ia+Yv$9S&R_u)X<+J*@#bCKb9nlYf3zjIY#9>cG=*zE6qe!n`)82uq7L4 zsFGDFqQQPh?0H~p5pPjU$m^=*{Jg{p^$QGuW{>||8gkU&S@3YewT);~=LZ|z4guWK?4_c{UK;~y7_-1mItZU=bOx4sE7g|Pd1w6}zRtS{z@@4er z$nrNpZ{W52PAPI`R}#|a4vTXfcX)Kf2%viA(=_q%z6luP?w;MYW4;P?fxa1I^0vw= zqs<(DVU$z%^lIN#c&SM1r`@VUp6!a~Ym)so^`g5=I7p+cl~u2z{B_^{F-Ts#HEDjS zU&t#0`2alqPS4k=ZmAqy9f!Ws@;)IE?sSeoRbmzTy*Nv#QhL5O0xvm+Ei5}DJfe;* zzDr8^O$cP^IDCXIHL>dot^ZB|=lAe^nGb}T?fV6F7^v%d$J?J`qa~Du$Sh9|H*-_^;Y4TH%Dx<&6F-~G;4m=n$QYa9t zZnSzSAS7he$9T(WX8)S?(gb&Gz^FyTeI)i!x54HXE@XT|5*j2UH>%papzEk1)*NLO zmi7txay3KiCHa+F<&e*c>!jzek6;TC`LVb_i?aH=M?*xOYlo}#Px8`C&}x$S zqO-fWeoxA>@Qg>3pxfsZqPOO!L3-j)&y(@4V^4HW85K$WIx5h%(Ci#7a8(yoCskmy z+}@VPT7Bt(t!CGSyr$h(YT!%HU4NECU2+4Wz;x;$NXQ@r4Q3$`HU7wKWdjvb>Tq@n z{n2BP}MV4}%gZ#h1{Phlu-!lx} z0#JxQnHTnysd>g%_C#|>l;OuS=p7h^TnGQ`gj~1eVXTv@Q+84;YBAu{gF`+d&)c8b zX|-dHDCWg+pLBb2=cZWmas6*Q#mkk;<;5ZGUyKZl(eEuKc9E)F=ZRlEpzI;l;SlI^+^3;<*B3h<*IZ?_>W!EZz)cX+IYJm*r2zb zpUn5m!KpK*2Sad0I~MyU93G8Sz>U|*!kagR1#ea_w)x+J5}wGuICx;cTC-emJ8Sj) zdF2l&qr=Hde~MS;6?8QnzY?PxC0*A0b|x*ZA9QH4M&T1@RV|D(O`RAj;XVioYoV>( zluVst`ER<0ZO$+Xb{vM0UN{aUv@OmE(>j_CJVkKdza$)qyCHF3rgH^<#G<|uG%Hmj zu$G_{%qQ0u&7{66iZUx>kD*(BhwsNH!3v$=JZUA#(Kc~6R}2Ru!8K@ zW3EZ)s+8jQjyhNV}H~V*0A%kxY4cw)u^{e zq!)kLd1$W!bD`8`b3SKG7}y10oH|cVKUG>|sGd8hMYn7b3qKD(aV*@mLtf}>;Ie!2hd3MK$nnP?%ly{R1+DcFnLAuYa|C}Q#PYo)yjJUF zz*mG+N!^Y7{XGXLq1F3tv+)h-Ng#)d0paEK_Tg&uJW1pMvopI}yRYn;S7XI$4 zS8$UNXW?*kM3+E2DB?!tP7|S+i+a;8I~MM^I4o_Py+)NH*zC-iDRwTeJANa#t@Xn2TcxGD3TsV zVVS{DZX!H;edK~{bL9Io#a)+$uJz4FR*p3jJj-oys*0a~S3Vx{Q?XO)bSk;TJmb@q zH3Kf8J!juy@UBN3v&T--{*bt%p<5qtKfkx?)AU|${@BA&8~W&Dojd8Fm^Jy+%UB6uXlu3?H_BnG}|99 zqp2Uga4qWGtYRw)kj6|OB5zs8$0QI(lEbM5159rjHS9y!Ae*V~6|swU&%EaAC=|7q zn_611SF-!`$y%;aZ;Vy`a6Nn R_U)f~yt%zusfl;=e*i51ckKWG literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS已签字.png b/AIMS/Resources/GCS已签字.png new file mode 100644 index 0000000000000000000000000000000000000000..616397f5669f2d5d17e4930d4bc4a1cddd8d0b99 GIT binary patch literal 3166 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%0AA7zri`E<4wYg94 zF}Y*O^MwM(=L=i38Xd76GA8R;7X#13+?D+YVXp3(8Ea0t21NfxKdu*&tu|4(p>;)n zY~5eSTKZDULit8xf8hr%C^{r$FC!#qs6JykY&T~GhRF;kPDZ3gxK$gfX??cHw*z0Ei1?!A&T1wq8mdso;!b2sMbtkNDi_;n~f zC$vC~$22OsT6rur`nU#hL;KJy+_0>R^rucdkC_*xC`)e5(WJB;f~)NBuTlZlXA?M^ zW%HjY{Iz04hx146<3v)*XS;|kN39|%oN~9G4z-Qh8QrQ)g{2p%uG%`ag&}|DwMk&z zji!JLozm*r#-CdmbA)u#>u|E8TaDKTEn@{VV55(CP_iwddwj&w2!+NL&y z$pTkSLA%U$#O74%hPb!6r+Tiz4mIf3sb24!1_==#$&#zUv!kIBB0b>ZIVt&97hm@kyoC)uNe`kli*1M{U!T$9B2Xc<#FmM|ACU zq2)?LQI^m;2C_G&6~!qycs|Km@#g9^365lW%O_!bB2OFXoIXgJIZ?c8Hifv5MxwrG zca?uKn^-Ul>D@ihou2)2$k_Frvf3cKV_XZE9BWt;>60*2d>U4D@PNX5(~DO}&OMEc zvMC99qq6kbHUF}egB2f7gC8h=$oUCCUuC61OMV4 zEAKTCb0qEzR(NmT3TRx@;#&@xp+(hn4KCBDu2QXg3g8HhsIGWzHExd_)$wa*RWS0J zvZB$>)@bz;7ge2Cx9W`hSKhi=(2QI)By%8uro3tJ;x<7X*J1W+o2=$ze_-UeO{4Mp zCAxEU?n``)*V|76F%@jnd4mZ3Z<-6yO)k|*_$G?HZ*`xX(&X0Qog(mf`Xz4Kj{ElpS28B!y8)B8S$pH@cQNkk4z`-(oHs9w}bXit{~Yj zFFDkGqqZQRIl-yt(g%j~)XkUFuYp*V?P=U zxiUNP=~vX#Y`ylveivset$emNm*@*@Ex%qm=>AbW>Q<&Audlc;-^*WnfBBm|^S#X$ z^!KwWZt3E=tU1qDNeV}{C&@g)b|N}I2&#VPwOj$ig>4n}5Hyo9c2!=yDrG~@t@;_+ zRI#1B$Da<0S}($~C>gE3!xa{_JyYii?5UgFPj65}kNeC8-H5ZXMM& zlHz;@r}C&UX`T`_sgCH_qSnsny!pw+#VLn%29uNh7RJlC>_$HPD)qoY0d0Eqp_oRS zJqnfOrJ5b1=?Y!@zPv3T3~J3zwr*{@T|0Q@#P#8rxNn_H<>x{a0J#bO&H)wJv}q5q z1il|tB+9j3Yg<;SzT>KoIk3a80b*vcGd)!7;(c`|1bQ@~&FfQN*2zG>Yc+KqpM1J( zLX&Pi*=?6$tUmlAUyCECy;C6=iqXVAN=`_2zdQIINc8ikp;ZRork5Bb$L}WqrkkcH zAIxKv5K)CU#-OOl3mS~k<*t#beehmgVHGp~1$$dEVd!jcT0cK62eJA-{V_Q{w!6$_ zZHRL5!>Mcf^%?o~$P&+#bgh__ICd;>QRBr6ci17V0ePU-GM)de`Qk{&f@%I>FfS$R z`kWW4_Z|P6?>XZMoq#jDR9DL0KkC;pH~eZ;F71U{S%AE+mR08P)2t85)i)Om9y}?K z8}PvxX@9XAQ;n^mnOXH8ZHcOe4PMI_dz7kEj+yU>y#85FrkTJ76-QvKxWZ=2Z8X0b zwwm)ArsJrL;!RteKGr%&YZ_Bk`lMRYzd4D2C7;HG3pi;n$sXtDGG6Je{vzD!eO!2P z0OpU0TVHqB-gJx1drL&GzV2J(VpT3I&&A!q$aPNNrV9rtm literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未分级.png b/AIMS/Resources/GCS未分级.png new file mode 100644 index 0000000000000000000000000000000000000000..83815c1ba27331fc52985633fb2a9aee4a400f84 GIT binary patch literal 2642 zcmbVOc|4T)AAcBGbWvy}YZ|4Lx$kifGjcR&j5{&MBa^wz!HgskVkJu|YRhidqF14Q zY;>qxtv0lUQWO#^)8S}$iG8%$-|vro?H|AA^*rD6^L~Hs*Xzmh_uaD8Xtfal0870* z8Ej|{gFY(*eQ4Y?xw{jZER@U;Wq>qVnZT8U09_#Efp9M|cPGdOxdKhxUCG}G=_l2Qju6Z4SER}_~!=!X_E`0X>5ka zXI;?F2@#`I%4leGLP7#60gsZ(cS2Yy6^+56aX2I-fmCQDO0F6yQP?anFhB)gE|e*S zQVD#Xk;{{+luii9(!X2~%UGg*!{brc|ph;nx9+W1bB;ee!bSjfdqI+PmOcEW-#Jjr@ z-7pL$6OYAsEMUDP3ME&<2N!e;A>E&`jDN+_+~puwDV1}iQqe*c_{T_P;g`dg@E{s7yQ4WLqkTP=j-Hu>So~xD#rQc-(3K0{_Z1C0yU2u>Js(dAG83V zpWwxybJR~>hx$mvnWiVFtE?Oh64FApU1D!Dj%&@96t7rU1*{K$$aX-3fiEPRDtCoc zx}8BDcPpfL-_BsJymgL4ST>XL6z*zl_K5E0W?-^`wY}#pFL7>#Gell4rYyV}#n}8K<4meIHEQ(szDvuO{v9 zI(uLoaiGIm7B*}rT(AAGuAlK%Eye}>ihI(W%^g(%4<1ImJlv;f4B#9~xm7ikbi=yx z55)R0hX%{A{b@bKeH}XXv(8~8U$UiMednFrDgEkfts`K&d__y!Et803lgH0M!s7w| z^}6{{Istw)4sg$w@{9drHWlrp7eVR3p#%$LcXD@Pbq#MOJHP$iYmK+5ZJ92AKk(Xd z-^>!L@yw4M#(r{HOT<+0)E8k1w@*;s|s*NtUeeUf9Mu~DhN?~>rj>cC*CPSh%3 zuuNiYLcd=#;sT6W>5}N;FT+-cRnt##-!tpJ!i=aXu$1FSn0Q3H=T4COOmSL{`LfK= zMCD=d)zGdeo0gRY1@@+8DlU3*L%C~k(b%SU*)LET_LD1w%2L*l?f&J3$YpI`Bxwh} zSjBMR*@k80wzMCvfA3ar6s0>&E}3-iSrG)buG~?O$!pNU@**9K2Mq>S?4Vb;g1*OBM5T;B7}KYHH5U_0_2xVmBn<#8tg%RF1xiB^+thjptq+E{xh z?`%mZJOg{VwRhdFAAYH=zeY>^-n{Mp{i@2!%5zXCeSE$a?XKIQB?NmZfgwQ0RABhF zNU}CcUab#)Nu_7wChjj*=8BRJ*=AijP%wD8GuM}Vc9-GcK!HO-cSD2TFR=Rfh@(HZ zwOzh`-DwVljSz>1`~uy^^zQ5{@kA%d+Q(NmxSpggA#1u8tsO2V*lowj3BGRGRx`ae z0!?`6mZyPLOWfeFv-tP$YRr+yV0>NdA&`R!->UJ%WcnU zLhYX8jB;|;*)p9+f>gD_ZK=yL+k!Kmmyd?)uikvM_TfEDnT5w?)7ss)-E!%5M4rp|HCcH)m3EwOdV3M1N&rGZG3Q`YWXjiFT*8jTs$`XP=Kk}#L=*Z-r zRf30taPI+1_fgc23m<}?yxM5aD^IoGwf4k$L($BzidVEoUC?mN%6jOX*Je-n zfCENV>$9hAv3+i9;?kSgUR-;%_R-6Tj+lF^21W6?dy=N(BkpgHSoENw-aC$V_dBmm zomrJFy$siS`ps>02Wvw%4pE`b0Qw)_J5XWN5Vv^Zz8U0YD(O|}yQfK+spl;G&vwGB zkRzInx84xt9(k+G&AVrlzoE)IGW1uk_jPPZAc8gh(>-@BbME4JTJJdhpMXx7c{)LH+VF{UEuN71p-3oe==X%no( z$3N$_R{NFbM`O`bPXCJW@jIER0(E-c*+3uJlT*2R0)ynx%*Rou(tghgcw0JKy|FdK zJbu84eX7Vj{$oF(s8#v%wCVE%Tf2;72ie!cz?RMSPi+qdO}L8-@&zGDw|^tqX<3oS z@2yEZK5;Wf71i`plXQ268LZ^B?-wewOB+*8!1MMtUl+!2{rTvBj*a&x<7U_PXj4k= zF6a1VeaCSfO$#@m%oYYlHFvN6Dec7%Xwy5L#=wnzbMfRn!@3L9NK>0myY}Dd`Pl|K z*RpnZ=p~(5tW06HHaP)~!t!1}9eCZ5p*?2tSIDQ=^9w?9QjX+KTUXtiNGsFQzZ!qFYqzpW@9~P5=M^ literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未制定.png b/AIMS/Resources/GCS未制定.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7a0828d63519c3a87fc613a30ad908a6a1e229 GIT binary patch literal 2548 zcmbVOdpJ~iA0MqP6uIUa(-2W(F6LrpjoS=EH3*^0OLIBQ#LSsy#+^d9rE=M%L@pte zXpt=?$x~{UGI(4{u}fh^lMp5Q9+md}qi6qk&vVZCUC!t8{d|Al%k!LMFAut^ih&9Y z22*u+qj^K)Zs=LBv=Vw-&BS&?gTBNiK;i=iOCp&f0OrI2SpeLf&kO;)0VXH};FND}In4LqEkjV}OBybiG!V^#sZ*Dar;5-fm;g4sa z8A2++<+;U(0G}8SUv^9=o5Vpl*u(9j$dCa(AYsCz_+bJuIf{b#Y?lnpm$p#|_-BYD zl!Ex;Q~<*ZP6b5(9B)lPvN1MTIFV$H!IQAIxGiuj8bd&#aVQK4iLoI=Hx3Q|dLbY+ z5hs}JO>_OK1+6Fuu0$dvqfn8Nk=Btm)}SZ^;*v-xG!})$A|V7)94(MAqmTlz>9PeH zAZCkrLJ1EPz?UpCSzx$?f`B~zasFvDmdJDd*)B`V41tLT2u!36lg&bsI5-xP31EmwmMy>{5p4-*TNbcv=X-n`f-~CH*%?nFIJsgl zE(B*92Jh@-i?^}CP;H4+{4&>FAeJx%Y+zZN2Wfxh;{KIOriuWj1Qhv#VAygMcyU1q zDCUAfIF$Qii@9mU?iSIVk6lk z90$n^hH8gI!sBpwTQq9drv!8&5F4`?2hx#6N7N3<+x#YW1fig4a$))|A|RtCC@2~U;M%Tk0H>FUl>f?4Xsr~9$L=b-a0 z%v5P__&Fc9yDB82VX-ymO)TiQIw?W*bv`jZVISA6@a{Z2xp;@0mm9(Ca)ia6o%@tXa#|jUt$3iW9KkY6U zLo0+B9(&&xC?(}xHXJ~JTuZgceM$6|sJD@0$HJ>S8L+zS>67nz&tHmMWjDXY>EOy# z+u;z|tyRX1S^CB774E{jKAy8N)b#Y8IAkyNTKiktVxPbAl#issc(!muUgn_J`TYE#QT09Y_hDS!0-drmIz!d%>&p2L`cI@; zdaqW^D|BcdyELCpJvcwjo0VqUZ12Q%b8)?G*YSSO20(pql$_H#vdjFm@{`8$%)aMU zcU(!o#!-5^<0tg))+va}o~1o<3Y-ub9p7CXI=u5tQL&gQ4zHIol->pf9gy zm6`a)Y@Qxr4L%)CENVB_^s2or*H08U-CE6es;8GXa~6vqcE4!R>DG`SUmAP%wDs&s zGIFw)2R6fcqw8)jD2EbqG#*;j?497-?)|G%tkD{ai7!>k3>#9s>^M@?)ovcU@afin zPU;tij6E)5_J+}=@F`Fxnt4aD6{ z3VEBCNeAcU*ur_Z#Y@8JOwHKde_gsAptSxn9`w07b&Nf|XZ{aLieX_rQuh}N4f+i(zq$49a;je3S(9d1@_=20%ZfnXy zK-c3G*cInf_xGBH;!ju#>$I=l(lpw9(`|q7F6J?r<F;Dc$S2E%L_npHM*u>B{=}zB3)RY9Bl9pOC$+ zZ|t)e+)|50{-KWDBCCd@qLWU=#HS@hsN802UW;qpze!19$If;+Kf&9gk1ON$ta+tn z{nLPVYN^fEhxh+fx$>rm>Yh=fvF*HGfMuWqskXRfv_W@pZ6C&kk-VbE>^d9so6gxe za|NBkr_PJ^+Z%IA9IY-TlUx8j>GoEeMOA~#_pCApe=AUQ(0xCmF=a5^9UFUHemkdY z?c_Y~9_GV=Q7ms9VYk52J=$j8^lIY`WYdrVzjLk{G2Ux73d&TZowO}m%L8-G9SpV3 z?Ws{quv0MZ9VCU9#HC%3-kCnza@e<`s;cI~g$r3-YnelrG|!$hF|kuOGrgvO%^F-# z-DWlEq`ixN^YEJ96!DIgbAsH_#2+mi_LK|^%C9KKCQk0useICbvHtm~@4oVPjKy`i zD20A=2CW>Z!dBnjKA~7=QFhP=IA+M4>a{RP>kr!`xjwXqC?UlKu->{66~t literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未完成.png b/AIMS/Resources/GCS未完成.png new file mode 100644 index 0000000000000000000000000000000000000000..da46b409a24d1463828810d2840d3ccee960f695 GIT binary patch literal 2578 zcmbVOdpJ~iAD@aELaVSvG)59@u4aZAMvWOo8Od$LtIXwKFmuMt$&70xif*ITmP=NW z#2Q^@bIBWBDW!|bH5;N7*>;midXGx)`$y0I@t)^*&hK)*pYP{;eV$*2m*;w2ZDVZ& z0-@{f#`1>eK=?I9&WFD?WATsSX&K}i0QrESken+85DWpx15oZFZW!PVa0Ri^HvuOE zVqUb+HvkG?d(ilx2+N(3!74-&7>z(Utx-t0{73*o@qjR)n2sL3SdT^t1#~or%*L}N zOdwq77AFOK;yiu%agltg0KLW;<)om&3Pb?JMJYs4Vi`?AM}O8!gV!_1I5g_B2oy<2 ze=#b6?S*23QUFE9QZRgi9T8toJ1i&-gRxX94o}1pi5OS{Ba0P7Tm?ofvzXPu0%Uxt zPyz`-F=|F5mj`Z#=xEr|FD{5AZ1y+BV%gU~!6CybxDp%zi^qvXGk$%RmO8Ms}_hw~9?F$;!c_s>K#g0MBTO;RD86mAp?iHht&XwvyAhYbK6vjFN!Ik2G zw`Wlacp{Uyj%Y_^+0A0z#WIL1<^!|bLYVt2miUiY8dC~zAyDcIf>EpxOt>-mzYOo z!i_rL-krtpRdf#L+yzZs4I0CCbllL(tU-A`^|8_RW>W8OT<*=#E6lct2=AV%w!Bi~ z+m|ir+vRrH$NXBx1GlVdjmsx}4NRt!+mXsWnUXB!4=$NYc#ZF-`{;i^HXc3D_HGrD zF;#qD_3u|>ub(GAcLYN%yDn^5Gd-dFfSfG+#5qoLEH5v=Wc4z0EH(7j-P-yp%dVaL zab`O4z^~={f5+latO==l8{l`E_WT&@Hc|}UIa!|Qy0B>R<87MC*hh!3dk$>8u#!3V zMnvYs7HZKV*RoskCX>KxDP4;^?~8n=64fQa!;pS*MLK(c9JT#X0%C)iMboCMMw=$m zIPz`x4R)lz)IXzPnjLqxZQ;(ex+wRUWtUyLc2~aCaO&ZZejGS6{cvsY2Sbdxxs6lqpj-tx#L+Q%OJJN zS&FJxOc3LTZW*p}UtInuV)*rAqw@TGb$(?NF>k}k09&KTgy{>)u$szxhU0zP4re81 zNGmybZjAG^U>5)nQ04o2TSMZ$BMXYegxCyAX~eU?qvm0A7@B-)8r$yyf!5 z#Ke4ol}D?Zgs+Ubw-tFbs} zxX6e#2bHt|VOm(!puuJYJu~Qefl0b0wy9lANH6jmi`Z!7(4>1N^NP2ff(bCY-hif28b@uV7t7 z?!Jm`x5>-N5tasNbdYp5O>kQGjbEvq^hDeKL@tuxwEpPK%ynt;vT;`nGyLxPo z7^6`U(l!>Hb$)&let9oTxhg*BwKmBgS#VQZ@n&+8mRC^luEB`W({rg=Pj5p3Khx53 zuCLKey$Fv6YP0iU#xJRl*u&Z_rqPx*jlpfPB_!Q5CP|c&F_Ysq?TzarBcozs{7ZQ{ z&F9(&2Uj^dI~yIW_S(u9O)KaRn~N=n`tR;D6W?4wvRJ*v$VqW<|a;owR#`xP<=_pzj;q`jdbxoUCNNT0QNr9}C2{v<^!rodp( z>{`D6vxKALqq>)=(Jedn=Ep5Na(j6gMrbfc9bER|BjZ)(SlWlD`%OSC^AlDkDq>3t zJ@#YmctS^~E>f}7*d?JW<#xRJ@F^r^@|ju6Mr5rbcisr+d>9fs8=^GfTE7^9H zp8aBtRi}q4kYQ3bl5@`W1i}2-{{1>1{%kSbbf^1;rs~?-O@!2k_XLLV#R0xvMR$@@ zpFb&P71F0X&h$aH8~tTLA)3~Dt1CMryVp7}#wBiTw07w^B~Qnv z%*@O|hA0@zIjZ#`U@{}5N~gGN%zbTRQ|m6SKEleKnzSTO<8*wM*;I0&&Vz9w$GUMf zfuftAN~*@TPGdiYW(VfJ+HxX0pP6gULu>nv%guDiOtS@=kMnbDm4EP$q;Gp4^acUN z$LE=vn*N@hgf#i_@bbMAL%qxv;;^?HN22|@j+=qB*%jlrzNhjhZIw@-f$=H7THC7a zR&R8VR61(O;#@k(@2R)8^=`Pt-QZEziuP+RI&|K{xT5@2;3~`Jd&hQBn~SS&K#|zQ zm%xKhJVnTjh)%FE*KD5Gx_f&A4+Zz4tdM_=R#Wb@2$6n!$vBl&|H6)~IAp=p+6yO_ z25PF!-)pDzm;bidv9ULDQLgnGj@GMwL|rm?F)`{&srBIV!+VnEBqZ(o4egRV{^ob1 zl!I>>RT<&ziwhcd>vl|^)fH^y4CAhr{1vAz8~Hg?KYXmNUTLV8{_*`0!zTyNXVhyf ZMYMPya|=0(teLr`xx0F@R4ySq{{z;6KiU8Q literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未签字.png b/AIMS/Resources/GCS未签字.png new file mode 100644 index 0000000000000000000000000000000000000000..e24dfcb73bf282129bacdd91c1a60406f312de5c GIT binary patch literal 2572 zcmbVOc{o&iA0Ltsk{U%^V??6a&6pXC%Pj8LO+>QIa*T;tjIoSVnsBujWywx@i$Z$s z-K3KCTp^LA+k#YzqLkZvRC?b(dhQ?Z?>XoEw(sZj-Jj>|@$zui(lF3~KpjuIO)si{<4kYFj*X13P2orVh#Xf3fX*s1+aPYs2hMC1hObf;Nvgz zcXuOm#X=-|UIrO2lz?am#LgjJ!sbQ*G8hNo3qFg%0ER~r5L^rn3$r01F?bS|XuSc3MPmpkv^5GtLSS%Y@Uce2z7II4P09-+vuKR( zy1<=1JX|J|kWr|(xHx1S4k?!MK`e=cLSs=_ECQ53M9W1oc0589ZMwif1ERT7fkY+{ zi(vDNY>qfaW)BA~{pNyD;_m)~SQPy|P+-VV@oWhSgG8f*!g;^GN=M6Bz<*;MiOag2c1tAlLxL2Eic$9Fh%@fF^Q)1)iVbtr?C~G#!f}5gZv944put5%5lq z1QMR=M91Q>#04x<6fI+mxWIyL0jT>s7X6P{GF1w&Wn!t1SRA=f1zzD|nK(LJEP+v} zFbh9{h$oJVUO%6qZw}J{sUQ~MF{EN4>}!b0f}f}-aye`pjx`>E#u01~Y^*gALE_*@ z2x~N(gXXa@1R@Co|BmPVzoA2cMxo~GdNU2n!mgM@BVFiG!^_eRKpcINcPA(7z&+B8`e)im&-ddSFFv>jQ+a!Y zF*7zkKJ@W(cK^gtxdn%DHmp6_bXyR=DSI*?r-Kjd>7Rjq4_q@#C zG#H{oRB*FKu}c>LWw$46HM5l-4F;xVecBtlCq1M^1$MsNEI+mx`7m8meRY+^^L1@W z6ax#ZA(%K^NxR-yQDX1&Sy)|?FL{UIi7r2hg+NvPYW{c7shYFx*3QCkq@iC*>@6F0Qksg4^SG%?40yks6x4LR*lI*@DhTlpr4-&f-7veu_k1TMsNl7a(z`tLoCQBo2{EF) z=SZK9Q*x1JOg4=KhQj5Qn9I` z@^F5!e&={~&TCd9CcNIR^1yNlKM>ZtUU7k$B3*#m!D_8%A#~i}^!SV1pd^nYmbSjK{kl=P1?T8VIE5un zk+N2;DYq$Cb=qrG9^2m&HS&io)bPT=5AQEQ_U-y&S>C4yP3&#?mp>oLPHZQ^8cEeR?qVS@>cxd-C!4 z(|Y|Z8pg!?ZUmRZf>d|amE_(Cxo=HyaJc8QtTz)lS6hpZl}LsQRI*PRhbN4lF0Xo2 zS)%^eStNbu-jzlZq3B1ZAKscn+l~&;;l~w28DsJ=|B2bA;3*!eqfXeZ+Wth-pml}z z2Q{%T@tA41ZR^$bOtlFF3oSN%*QmH+Za%h|eQ59QnU$1F=E((q#>T^cEDhSlXdr&T zS0E)xw6@aneQg{ryyzwsKQnsEaI&DN6Z2x)qnD|~VP*3|l?ThBA7xCbO#7@kcF_O1 z+}AGWXIdEtd>8#JEKNg|LZ}G-F*hFcbj~)mOR zNmL^fqI~Om<>x(8Wv}{7p}@#XKk+&4=&irnD*T2dDf#8;rJoQ&^^-LA7z|oWAAbo>Q(PDY^$A{OL^|T%LYR=S-@)#*8k*F<#`n zqI$N<#;5u5iq_EUP^o3@O$sFY?(xQ+rG|TU6>wrVQZsxbm-CXLjO)K-9FI7vrt)`2 zb=`7kk(+w^niG@Dk2fTb1zat?87f0`PL=51)|f&s-l?|njcc%t>C^Y`W8OSwy=uts zTvqV$oTp!tyne%JlzLKz&@GZ^M_C+~Fd9>Qn|pBc@QF}o?=1T1se?)l_1(5fc1jv& zJOiZ<5d=N?n7D0s!hN*W=)5)-mwo@L3R1`zujCii>H#`0<1u8Q=`s=Jm+1@YArMs z`pPda5Moi<|9e1skS^?Z^+|C9;f_amL%Ci=aG>Wk2cGSASo|dSVWv|!w1e?@rE+^q zjmAqA=Z)Js+&-qHhZI7FNqG#LbLyof*@cu?TG?Cp$^BVv=;nTNsA^~L(k7-!Yv3 OKV#B8Xq8T(ivIwYr#h4X literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未通过.png b/AIMS/Resources/GCS未通过.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb85710719135c0a49c5a4809a3f6f8fb5576e8 GIT binary patch literal 2621 zcmbVOc{o&iA0M){*rIMFnTCkWj9H8sON?1+XeOacC7PLYVq)fuIWuFdg(6)_DC8C* zE%#bmZdpnqO7(CfTdEs+bzg0wqUb#;z3(4A_mB5H=bYbiKA-RB`};1>b5gu`>vZQW zn}!U|iRtomGyA0Wm1&qgCQC3GAqH!F;jnh|FiU@fh?M zh&0binCmLo#0o3Y)D0uMkKM z!6A?o&0wHc`-vm~6aib$Wa#UGnV?Lh1Oc`T5~II_*irNYd5VBWCQvCAQ>)d_5~zkShehwkT18!7x&E$Nhm?uEn5RE( zY+vX5)cE~gYJtD*A3vv*S_DuH=HgDBq`ubfpzlH3G|=7MbquYz%lrP_KUCLg5?cFc zyq9N?@PSj*-!t+0B^38I`c>Mh)++zU(~+4U4aVZ9gK}>}M~@!uRdy_Tt9>^;NV@h9 zi`KoDwBxIZ@#7vXs=1BB8!uyZeY57hiZCX+tLp5Xf}WFln{LymFsLnF+~=v=Y5)$= zwqCWFu-0k8^P<87qoz-FS2bRLkyjt0zj(J<*{!``!QGIjBY-5FOW-}`Y4&T!jaSx-1uNArr%dgCbAv4L$te=q-pO_)q~VhPE<%l( zaCryaBo%&}P$Rx`{HMLX<-5!TYL51bZ@^RDaCaZX!i7}$uf?4&ON;EptAjN z;XU4;Ii~8mL#sKm!&bR&M-LfREag`&BnKr;F49a+nIE^UBRq)hM87noaX}RsnakyJ zClb=o<>lp-{r%pac><6274;k1npInjCySlJbMzKl4&T;!z4wMbGvMaUlnIl7V>~jy z(q~utp_=zED|2&~mPG9lAG2&7l8rohQXkvrrb?@v@VV&baIa0t7Wb~J?X`|tfB(Tx zbQ5LAx-oWu2LQeR+X`IV`hqzpruU#oyS1HGrgO;a zw2?6=7X)-2KJtr~%wm;w#zNQT0JK%FBJ5>e7W#5mc@PwSfTx|3`maiPtGk=BdsSY4 z@!rH*D`$3aR`Mm@dESb%w%#tBaX@>1kVQpv6sH>a%eZV`#<7wf!=xacX2vyucq=I> zX{)(mkIf3B!BmvYeSb8p5vVrV=me0}6`6n2&OwR~HV?x~YQT%OOsycQNqJyw*CL=} zu-ZIzU`NoEm@5~rg-OPAq|4_$E{nD>5_~v{sqhLm<5Sji^vs_O$juBf>9q#xGWLMr z#hXUvhO7W(tNM{8olcXN*sAx}`96ZK;AI>-u z<-|Z;(Xsvz+oFe$igiw?t**YUr{Aiq%WTts_Q|4PO`SotTR5bZsckmJw1f=0HG3c3 zXjEE;NH??$=a?_MLLVxzqilpnDW|u~I`U6zhL|Z(Ek^bA?59@_%kb14X!vh z6<6>)5#?Lg#o^wvnU7vKchL29*s&gfrA-uGK? zEXp}ByENa~jiP9pB!;Yp_O0oqR4!2~{q>zIu>Cmy@ifSO{{k3+)U;5)NJph(Qe5cF O4;_caW0tw^Ncaz<7)0y< literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS未随访.png b/AIMS/Resources/GCS未随访.png new file mode 100644 index 0000000000000000000000000000000000000000..dab938cf8c9891f4f32b6700787e8ebeb64f182b GIT binary patch literal 2592 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 aJXq=eKsRU@NQj>Q%kXgZB9%J_i~bAavzRUb literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术前排程(灰).png b/AIMS/Resources/GCS术前排程(灰).png new file mode 100644 index 0000000000000000000000000000000000000000..3960ccea555834532f5413fb56f52a69b20497a0 GIT binary patch literal 2538 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 MGu<7_>_e1)1L*`Ka{vGU literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术前排程.png b/AIMS/Resources/GCS术前排程.png new file mode 100644 index 0000000000000000000000000000000000000000..5eff050dfa701d117bfb24cf5590e3d5f8d1235f GIT binary patch literal 3131 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术前访视(灰).png b/AIMS/Resources/GCS术前访视(灰).png new file mode 100644 index 0000000000000000000000000000000000000000..51a9a87535bcc4afdd8697e5a04e3d8b2f606b6b GIT binary patch literal 3597 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术前访视1.png b/AIMS/Resources/GCS术前访视1.png new file mode 100644 index 0000000000000000000000000000000000000000..f6b5c150d5cd5742432bc77a84c248f64230951c GIT binary patch literal 4465 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 Xbm2n9bLXNTKS8W8cIIqTU*^97^QIJ& literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术后随访(灰).png b/AIMS/Resources/GCS术后随访(灰).png new file mode 100644 index 0000000000000000000000000000000000000000..5f2c1717e73cefcce3bb2550817f8ea8fa56d2db GIT binary patch literal 2478 zcmbVOdpMN&9-p?x%9D;VVG>Pa*AjETn3-dyFyuB9V@4c>xxB-~T+F2R(aCO`!M17#SmBHeRwq|MXc)|WolYeb#{nQp1jNV`O!Q!N4H_krFwvVR z96U$m1;omHx2u7W?OeWidz_dqL9b(>+;t2{fgAvZD4jfBp<(El=vloCXg;%zL!)Lz zz&IxQBdIV>5Xwub22d0%6(c5)h$uHYmO!BsX=GOv5l^7v@MIi;jvp8Xo%@Y7vw4q=aXWEW-d@r$Z$HL3P-@=adP>LU$fF0kO%ya z#uueEe7y?5@c@l-n_3LzL+UUOhGO^EhGqmIHjIsG8I%-ZJXPW= zNv8PF@!lRZiWi0ALnX{({S+Eds1O75wq=m*IV}Azu?#OYAOw|azET-KUj;$2N>HhZ zRjN>4UMQzcGKEB`)i}>&=%d4IKrKrIBtB}T95owahU^RGDP$>$=0*iDcsgB(p%chd zj7UNzV5DTagia@uXhOUcJ%^Y4zoElHq;NBJ@>$)?Z$ZU4GyT*B(Be}c0Sc&j)KHfQ z1Ml2~!QglO*dBac=fIIIff0aB)3mbd?w^9_l*Tmk7#}zlo?m+{fdID)SsqRu_2=B{ z*2}K&64zw7HQGuFZtrhs*e40TZ9{C$Evya2@_#2cudfXzUZp;q*c#B)OMex*=?=%H zX>^1+9mV5LAs$^FoE+8P(r}G*Pl3Qfe?DPF5dP5qewWEuILMpAjydraR??rJw*))a+h+yQBMfP{U7Q3-XR+SMcR;V+Z20s}%!fht3F9BHTmm|8 z4qZ3AnaW)L!&B4V6Zt)RS}Es2 zC$YSw|LZ;bHuk=oTyxgK*pHB#Jfu_KZL7_QzLuVrmTfcs9+AB%RChtc88swli25&K|ToIDD$Ctg*fx zHNLy`S{}xh@>^nEr|nAYC6}lfo2G;vC8>c#Abm=1-i}$XY)EUH25u7s)VZIj> zlf~xshg0B{`N+UKo6Doenu}{w)P2Rr;C;OJgGAY^aUD90^aXHz3M@dCN$w)pQ>|AYaedW)BheLHHW{!wJr$aMM?pd3f z;ygPOedVgD>S)tOCA&;$eSQZTk4%1O%WHo`Z&{MJ>!4a`b$nKMkoFb;Lq!)iIE7hl zw$1xnj}yP<+_SW$MwY_Jzx~0;eZRx^jRyUqfB({`MB?tnaLZX^Iwq}B@V<2A%WOBy z*fMy4r^@5X{%^+6bH@|Y-_~ImIrXgEq=#*EKE1^Lj#YYS{UM0myoQOBPT0bogt}Dm z?RF8ub)oV5>*CWH!E-)jHx#^>P*4aRn5I$q<#GML1^DY!{g+S#+zhrXfLNE)`Z?gQ+ uJTfv5`B@+r!$aoi%#og_ugy(fWCIKLJH3LHQfQp{gYxs{vdcW9Q~nDfIRozi literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS术后随访1.png b/AIMS/Resources/GCS术后随访1.png new file mode 100644 index 0000000000000000000000000000000000000000..86f96892bc5935700baab45c2ebf08bc2fa7c891 GIT binary patch literal 2829 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS申请手术.png b/AIMS/Resources/GCS申请手术.png new file mode 100644 index 0000000000000000000000000000000000000000..82a87b1a2a0a6a69b9de9d6027f49c860cbd3b25 GIT binary patch literal 4186 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 D+<9Fh literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS通过.png b/AIMS/Resources/GCS通过.png new file mode 100644 index 0000000000000000000000000000000000000000..2b1189a7c96aa4023812fe18e7b483a15ab1819b GIT binary patch literal 3092 zcmbVOc{o&iA0HQ?#d1rMFh)d-Saz3B$=llCE&vTOPZ7Ewe?%W80K(<(z zlN|-4hu~2Z-ynGJ{T$IJ800}yH_(ag3-YO4079a(X#muMN%aF90V+K#s1-1TK!k$= zoZUb-8*73Oo2f%x$LNGIIRZ8WVn__-P<;*qAe0991+a`@)3x<5XaL;^=8CmJ+Hgz& z{{ZuFF5nby>+BPL*auIC5%)n2LkR){OaP=pLzxT~j}U4E`)-#Yn6GamV9@Un@URi= zFQ?pW?4c%XE&#>q;NU(eT{Kh=uYn{vA&?jZ3J*u=5(GB}3H@=w1ZrHm zFTs&)_CrgsGJ^SoAcufJ@cDclzOD|N>nGsi@dzXufkwjx2skf{1yV!dES~C53uJ)j z!wuko0c;j@-6EC74hD^20#E-s0+VB7^S5CZ??<2nAwz^xIS7;v62WAypX)oC2RZ`( zb>kn=Jm)YDfN%tO>|m~sARoS}KgojF{kzaQP~Z*0jvF9I3Y9@-`vfxq7HB~>f(gFp z&;#fMGzv#W0yrvMm+C`<0IZ4uaw>zrsd_NZ4_|{Y~cG? zYJWLZrxuu;H%yLvLfe}s(TYl!I(X2 zKw|WS7Nf}$JZO7#_F$6*Tctc4DdJ`ow@JV2Q?9n98Lz{u;I+2U=;d>J%H5M+HpMwO z;+1IesnHjDO7RLgp}|b(Y_wfB(Rd5#UKK{}rVOKT%0sDONox2i5V|=0rEVu26}3Z3 z;m<8u?>sX=@l^NUnf1OcUvDemd&~%bnoIcJ%uS~jrwT3)zxR9@=@!gA2PP{ z`mgp^C9e5>=t-0~Tyn8x^S)NEcGzj1!b81#8N#zi*yl!%3*`ZRQnB!7glp+fNj>pz zV~E5JTPL4g@Eh&Vzko$9z0WWh@l5fK*{ZiMmS0{krFkYKcz8EvaHs!ZQtGE)8clm7 z68O`LE^4LQ3z!Yn-j!8OkOZcsj`2mW%~Z;6;U`Z}#S?3ZyN1i6E3$75sg3jGgyn!s z>SlHZ$q%uI$40D=Iw*E}Z;4V`sQ9Xa*`e~R`pDMOc}&x47b&Y=b1c5Xy?eO4JLOJY z%_|SXc?$PAMa>go&WWJsYf8*;C(Kf2ixBRsLIETXx_uU^%VouFQ|WE-}vbkMQD^A1c)Em(H^-KpAQ zC(Ebr>JD_O)Q@kgE`*gEAbAZp5F2>m!%@w3S~W zhmKcv#g7d2Zrpvrj<8#!;ZjBGs0BmWYTP9?aZ|%Ppyz2?^q1D@AjLztru2T1PLn^L z)af_3f^{U(0pl$xJ4lPZqrQutA7Cq}<^I@A#>TQ^apIM2L&D;-Q#`~taIXA1GkLJ} zNg?}|N8?)9L3H2+dTC%}SO(c!zDwLZq`V{Z#3hm7{8N_`EZi6lYYw78E&CTg*C;nm zVGnTTtMg`35^LGnudE7j`aO4rvt`rs>%ml_l!N2%UE zeC+5rlEXOZZIA!jL;uSt+7l^qic~x!TEs5Nv4#A^}7s;iRgqx~5%b z>#h#AN;71VSIC6M1dB#tXXR|@pe>lBRM^|BtIC=SR5$#SkohhVB-UNKE2hmdIdS`g zQ#xWz^1Kq>W7``>4++cNE}Z%)OnXR{o2VGpaousN!5^-Kwu3EpkEJ@50*|;IgJ;{a z_Pjp!uKKFx*tnTRT5?VdI4xQe{icx*@`k6OK2U`gr2 znKu+#b81eP>Jp8HU7%y^)vU>1JcH8~ZPNIu)MH?zS{ma)hN))$o()(F z5S3iUev9>#xkoHp@vy8ASxP!t90QY2VAL{NPM(pxZJ#&0dIlz8AEFaHlI7yjS}Wn7 zmp-wPJu&H~{ds4lz3XUTV_T%0m`V!O-S~k9ecs0W!u~Au<6l}L9;B(3L@5W6`nYqa z10pMn2H?tIzKDkMt>0u?8@wu21_o64HWYc(;!n$vlufLTPmXmX?z*9vf$n4oVMzXVup;B+@8$I48=reENy%17XpBqOGG@k1V`efTBPQ9&Qe>9X7?~MnhOx!Hq(YVuN-9ZO zY*`Xg4Q;4gvUe5YlI(ld-zd8GkNdfQ{Lbf`^St!aD+fx@NeY$i34uwtk;nG=5@ERkD%<|*nA%aN1r@-*BwERKLvUKZqje zp|EIU0s>)*J^)7?#Gs6g5m*y_0pAOU~6^qkGk1d5)|Xw^hXy6 z9)9!@z!WqOThJve_pMYAX!C9&!Pp_7b2uaT@XzX$;1G(7} zo8PqNH=r0bHyF{1ev1^lqn3>tBX>+K$~1>o(n<^!9lzYlUM*>CexxO1>Xkr{#yETI8LxV{-gXhXRkMyWd3BPMJ1tFoQ8FOY|S3omAV=*N+gpU4P{BQiK*4a?@^VsrjrXGDI$Ga65mj(Ex#L7-(f0 zZ4u-ORxldxB^L_2QYQ7xg5j?YN&j4PrYX&!Od6_Sv`+KMm^G`Cb?M`H!*qx^U$Z)G z&!2W3v{ zdPgu~7_#B1qWf`)`L08;R^CZxyPppwGEUX#b?}!6I#O2(e^1UUfDLog`eh_zBA*NM zqY~0vKFYCi>^?d9n5gHX{E0f{I?W3wLv+yU<|)}88KnjGZ`nCSIdWw8z6&Q+awW@^ z=6>y0dPxQlCgTQs;0LY_AIf%%E==pksY0~*JyLVgc6+w>DOP$5ZxKqlx4kieEKQdG z0^)PFId5O3II?pibXMMFw6+e2?^BMkdvHir-C{za|1X+7F%;VYos&xEDNS?jkMd-@ zh83^(#G!g?E)!axi}US+%cL!iR99+H5{~4T*|rSjIi%UkO$8A@xCT-CIpl>GM%o$l zyO}9xjHBaj)#mF)%jF^^PDxFw`(NwJi?x~gWSD*I{bXR(lc%A(8LOiOcW5K}-1(1T zIV<%QBCPb?$a8)&iSNN_BT^=Vnuof_6!HR_4jokqy@-iRnp_Gs?D8qKX*1d)5h(iX z(d+ZxnZQSDkygj1U=G7{I!XR`PF4rYc52|m{LpDR11m17EBSU&9oqL@pWgk_H=Axx zgvfrapfO*l8|2HRF2Y=={#c%#A5!ieXs3L6k+D7MG119unOKn2Yu0FMn3}Ly+1dnR z1Wykn{+S*zGCliy+vnGfvo3vBy<-U5nhC3kD*W4Ri1>^AI(G8eMAw|;^g-uwa~Jtr zBMl>0G>Pa%; z7TRx`eybbUmASl^wYlx){nhECsVbQR+Q(%pJz`ZK_=&nHjTkQ6YA=nc3df$UyEmzd z>ByU_jaF`&l5AK`dZb*;t6d^w#o8nUgwDEiA7*4F9e=Eb4cQiYqn`-Nf3Cw%n?yof(C4N70ak}|WM{PVz z>ydnTlIcW|qg_Q6(wDOgWyoi9AC!Z_lUhw_a>UQl4TDR2)T+x0DtMknI$Kin+LyB) zUTe|J1-q6NMThr*vgs1ZnPtQReCg-lKKC{Yty0&Jk>N;d&q7l}EZ9EQI<(N@dZM^m zX-mVYj9pQO^P5_{W<2>8&tnU!sm(N-7NM4DpN`^WW?h22HmuV;KL5i(NjXEP3dp`+ z?`I*Uj7tAw$xAgaLruR*zO8C@&AzI&Pnd6Ein^U`GNzo95_bmsk#lDXiJMr7bUD5_ zXd`>7G3fB&)xi!ohw;3Q`d5VtH%n;EoB0;duid|^^)en`3hA2JjSDTDeQ<4cejFf9 z);BC!4bD;uqMWuDBsab7VT!qXRl5sS@#Yzm=O1Pppi@Hz$BlbUR>M5`zv#Ogs$Y%2 z_hjlWh6M3z=oG^jhD@HUcEgV-P}PN2EoDdcO^Q~{Mi@pl%(V^g$k{beA0;$UyBHp$ z*x)9!ExNX&V8<8Brsjcj4Hg-1)DF~v__ZE`m;Xq#Ub!^?tMygZ!+neJf*Tc-w#a8U zk41EuHL&I{O+U)-7mLJ;mUN43@=#Wgs2uiPRvL_jbzo5|`?y0T@Ka&$w-vb#f5M-J zcdp!cKs5K|9ousyf|W7$qGXTUJ?~ihO4&kFZfNJqC;2?=3MJ0w8W2Z6*N?p`E#?Od z3G>VTa9Ip8(S2D&xahQW?x1Ve#3Zuvl}m@2Q^l7%*&|Q-eB)uDVrsTMz0oW4`H@6C zlEv=Uc$N2LlK-qcknhLG26Re~vHLWNcI+zu+;#U&@AcReug-^e7iP2A#!SmDcQ5Qn zOqs5f5~uI|!WGq=nv`=zmkpZRIv!=8G4peOijRZ;m|`7zAjy`sGwhUi+LaF~6-_HUW=ewT-U;dc z<=f4a!2xe=S(jH~7r=Argp{4!op)-U+rJF-51Z>%8tawWQ8}C+0qk|u9KQash-pPn z+N^Uzu2PAT)OD;xsS>OHQl~9lLQCZ9MZa9H;fKv}wz0}-omJ-*^L{C{Ry|bSQ_$48 zaH@7286v74E1AqO#0VT}<%_MjLhA9a>Fp`e+oK_E)JQk~ zh+kY~iA$oV^;l6E?Q+IGMFcaHmfM*x$*pLqa~9|%tz>>38PIaeZSLx!`PuDS|5h5a d=dXc;KwG@BHADlT#%q5gL{lq5{sE8h{{fA8#^wM3 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS麻醉恢复1.png b/AIMS/Resources/GCS麻醉恢复1.png new file mode 100644 index 0000000000000000000000000000000000000000..9195e4f643ffa6f4049c27c98d85046bd1160d9a GIT binary patch literal 3678 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 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS麻醉计划(灰).png b/AIMS/Resources/GCS麻醉计划(灰).png new file mode 100644 index 0000000000000000000000000000000000000000..08013ceb3196da63dfbb1f8941497a7b8596896a GIT binary patch literal 2636 zcmbVOdpK0<8XuE{a_Mq9q{%duosKaVX3Pu{a|sbKn8?mt7G^WE#>~PXU38~ZPn$|E zCrS*dO)i<_mK>Bzg`Fa@+g(Pow|k1ch|c+=Xa8~5v(~r1_gnA#`@Qe`z3=y|lkPjW z>u9ghMj#M6PL2!@_$`N@Q<@s^SQ;eihF^vdlLL8zflwq@3LxwSAP+!0iMT<42f!6X zg*5;+2*jc=A)5nnTwQ25G0}DaFLOb=8+cWpfm`!rBZQtB92JJ!Wvjvlo;a5v0~YV z1q22l<4c7SNC=A2vxrAdw=)ppnT*`;{BXGllF`T=LTiiHK1OeG5VWB?%Z$(9Q^-?Jw$NtST_?WtsY z27$mNQ|w7piao)SN@uYsR%Gget&>;=am9RKfm;Z3&)ZV})|N(>0$d1`vOzF(p$goC zK?sxugAz2Ij^6Ae6bryend$5feGQlaNQDuAfF%V*=(!Zrgx{gJAX7*LE}w_BBnsex zYRSd&2m~UQ$`_CX0y4k@1c8`&d%^#kIvng2ZnjSTr*0OO;9{Jee(M5Q_|`{&7;YXZ z+$FAQ&-Wq_8evWhd$zo5Ak9B`4|8o@%ZoGJq2%57O^P#wD?&XNGxd$*lO2vKRwbb0 zweOvP#eKOs?m55hGIfa6-?u#PRl;UYtmDzl+t+;a-A`pFUll&NEj&*ay*E*ghun>{ zdSucqx*T|Zqoz-7#2lq(m3E7M`TCkhD~ZJ%&ks*SXDm9w**#+j{6zx%%e@*JWBwHRDryn3$5O4)^4O+8r%oR&!WF=L%$h)Dr*7 z>BJY4>32%(^@nVnUKD9qmsFmBX#Qh+vahH;d!Cw6;Kub=H5T^kmE5SR&p2@WMXMGt z_26-J#q;zo_HyynM@H*dEwQfpEP%fF(EU#(NlDemJNJp3So?{1N8!EZC_|WC;SuuSPKA7GKg=Se8b4f(SWX;ny zFIVBfe$ZN4aK_&ls#(1im0wtpnArQD%73>0oLm2;X$_%og3@z9YY}~er^KjpYvNc( za!t-U!wABVwz|5J5$4-=*7~^d`2M)iXq|}4DVhcj_yzo!Zg|sJNsP~1 znb*5yMY5s!$y6;Ghr}d|kJJ%HQrB&9JA2jRO0DP7aA;MQPLqZWGEsRt$R-pzHuNn0 zOpVYps-{Ny^!T~`8z2dyiFgjW*;?I*J+Cc$)%YyuaEkks`TDyAP?swad=)!a! zoU+m=)3|_$%WHLNt6rb$3+{8N+Ct%|Z)M@ql|{q!B}-`>oh7yUoRabiL`4*!!nPQ# z8^EPnTecc|jA>Dt8_Q~$zpj6K#iByf!7bgGLP{`%g#Sp@GG965U?3^DqapJhbM7+L zjJ%5}+pX6gSlIja)i$(3v{KC{@2+QxLB;Tx-%#yD$QqenJ1a^!d`x5q4f#j>aW6wJ zGb=obYb-N)LIIN+0*fZzRV@d)^G+Y`KKJ9mv#CYtJtGF8O(|V0Kb=d#QN=U8#s)?c z3A%}g6N(OZPmHMsDaGqo#{-{8Z+sgAjb3?=bC3l^6-N{Y`@P30FSqR?nc9OLe3&E6J}sH$CA;Gpm0o z+vpdJrk5`EokZD`e|Xyp`U!OE1L6;wB2DH-_~gKR6WheFM5%eI=ReR-d+0+U+gFt@YpbE+QBt<01W&JO|}%rnWuHt9~)MBpze%#!Q4&6%T@SRfvFr?RLiL?L^&Em7&D z(Jh%(iu=9J_3*)Cu{J0OdAd=$XWYB9b>mVU3w}ZVNtT7iN<6b_73_h_a*3C!_q=|# z9W^$&PAWfjFkG11rt$7Vmr;^VQPRQiUA-4(91+kd(Y41TbM0vW# Va_57qewqEhb7Jmf6gULL{RM;QTB-m5 literal 0 HcmV?d00001 diff --git a/AIMS/Resources/GCS麻醉计划1.png b/AIMS/Resources/GCS麻醉计划1.png new file mode 100644 index 0000000000000000000000000000000000000000..1c3c49abe9361c0b6b92b57d16776226379eee53 GIT binary patch literal 3223 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 /// 判断添加的事件 是否正确 /// - /// 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) {