手术状态图 术中选择患者 麻醉恢复室

This commit is contained in:
leomon 2023-03-24 08:55:24 +08:00
parent e4d0de974d
commit 33643b79cc
74 changed files with 4347 additions and 648 deletions

View File

@ -251,6 +251,12 @@
<Compile Include="OperationAfter\frmOperationCharg2.designer.cs">
<DependentUpon>frmOperationCharg2.cs</DependentUpon>
</Compile>
<Compile Include="OperationAfter\frmOperationCharg4.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OperationAfter\frmOperationCharg4.designer.cs">
<DependentUpon>frmOperationCharg4.cs</DependentUpon>
</Compile>
<Compile Include="OperationAfter\frmOperationCharg3.cs">
<SubType>Form</SubType>
</Compile>
@ -263,6 +269,12 @@
<Compile Include="OperationAfter\frmOperationManage.Designer.cs">
<DependentUpon>frmOperationManage.cs</DependentUpon>
</Compile>
<Compile Include="OperationAfter\frmPatientStateTree.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OperationAfter\frmPatientStateTree.designer.cs">
<DependentUpon>frmPatientStateTree.cs</DependentUpon>
</Compile>
<Compile Include="OperationAfter\frmPhysiologyLargeScreen.cs">
<SubType>Form</SubType>
</Compile>
@ -897,12 +909,18 @@
<EmbeddedResource Include="OperationAfter\frmOperationCharg2.resx">
<DependentUpon>frmOperationCharg2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OperationAfter\frmOperationCharg4.resx">
<DependentUpon>frmOperationCharg4.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OperationAfter\frmOperationCharg3.resx">
<DependentUpon>frmOperationCharg3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OperationAfter\frmOperationManage.resx">
<DependentUpon>frmOperationManage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OperationAfter\frmPatientStateTree.resx">
<DependentUpon>frmPatientStateTree.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OperationAfter\frmPhysiologyLargeScreen.resx">
<DependentUpon>frmPhysiologyLargeScreen.cs</DependentUpon>
</EmbeddedResource>
@ -1233,6 +1251,47 @@
<None Include="Resources\图标_刷新.png" />
<None Include="Resources\图标_第一页.png" />
<None Include="Resources\图标_后一页.png" />
<None Include="Resources\GCS未签字.png" />
<None Include="Resources\GCS已完成.png" />
<None Include="Resources\GCS已完成1.png" />
<None Include="Resources\GCS已制定.png" />
<None Include="Resources\GCS同意书.png" />
<None Include="Resources\GCS同意书%28灰%29.png" />
<None Include="Resources\GCS麻醉计划1.png" />
<None Include="Resources\GCS麻醉计划%28灰%29.png" />
<None Include="Resources\GCS麻醉恢复1.png" />
<None Include="Resources\GCS麻醉恢复%28灰%29.png" />
<None Include="Resources\GCS申请手术.png" />
<None Include="Resources\GCS申请手术%28灰%29.png" />
<None Include="Resources\GCS已签字.png" />
<None Include="Resources\GCS分级P1.png" />
<None Include="Resources\GCS分级P2.png" />
<None Include="Resources\GCS分级P3.png" />
<None Include="Resources\GCS分级P4.png" />
<None Include="Resources\GCS分级P5.png" />
<None Include="Resources\GCS分级P6.png" />
<None Include="Resources\GCS已随访.png" />
<None Include="Resources\GCS医疗文书做.png" />
<None Include="Resources\GCS未完成.png" />
<None Include="Resources\GCS未制定.png" />
<None Include="Resources\GCS未随访.png" />
<None Include="Resources\GCS未通过.png" />
<None Include="Resources\GCS通过.png" />
<None Include="Resources\GCS术后随访1.png" />
<None Include="Resources\GCS术后随访%28灰%29.png" />
<None Include="Resources\GCS术前访视1.png" />
<None Include="Resources\GCS术前访视%28灰%29.png" />
<None Include="Resources\GCS术前排程.png" />
<None Include="Resources\GCS术前排程%28灰%29.png" />
<None Include="Resources\GCS术中麻醉%28灰%29.png" />
<None Include="Resources\GCS术中麻醉1.png" />
<None Include="Resources\GCS未分级.png" />
<None Include="Resources\GCSusers.png" />
<None Include="Resources\GCS圆灰.png" />
<None Include="Resources\GCS圆灰%28右%29.png" />
<None Include="Resources\GCS圆角粉色.png" />
<None Include="Resources\GCS圆角黄色.png" />
<None Include="Resources\GCS灰色.png" />
<Content Include="UpdateList.xml" />
<None Include="Resources\插入列11.png" />
<None Include="Resources\未标题-1.png" />

View File

@ -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 == "病案管理")

View File

@ -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<TextPackObj>("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();

View File

@ -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;
//

View File

@ -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
/// <summary>
/// 复特殊事件时间点处理事件
/// 特殊事件时间点处理事件
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
@ -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;

View File

@ -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)
{

View File

@ -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

View File

@ -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<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(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;

View File

@ -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;

View File

@ -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);

View File

@ -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);

View File

@ -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);
}
}
}
}

View File

@ -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)

View File

@ -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);

View File

@ -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<FeesRecordReport> 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 = "护士";
}
}
}
}

View File

@ -0,0 +1,653 @@
namespace AIMS.OperationAfter.UI
{
partial class frmOperationCharg4
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.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;
}
}

View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -28,7 +28,7 @@
/// </summary>
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;
}
}

View File

@ -1,6 +1,8 @@
using AIMSBLL;
using AIMS.OperationAanesthesia;
using AIMSBLL;
using AIMSExtension;
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();
}
}
@ -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();
}
}
}
}

View File

@ -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;
}
}
}
}
/// <summary>
/// 术前访视
/// </summary>
/// <param name="patientdt"></param>
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;
}
}
/// <summary>
/// 术前排程
/// </summary>
/// <param name="patientdt"></param>
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)))));
}
/// <summary>
/// 术前申请
/// </summary>
/// <param name="patientdt"></param>
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;
}
}
}

View File

@ -0,0 +1,696 @@
namespace AIMS.OperationAfter.UI
{
partial class frmPatientStateTree
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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

View File

@ -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 = "--";

View File

@ -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 {
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCDONTS {
get {
object obj = ResourceManager.GetObject("GCDONTS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAComplete {
get {
object obj = ResourceManager.GetObject("GCSAComplete", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAComplete1 {
get {
object obj = ResourceManager.GetObject("GCSAComplete1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSADevelop {
get {
object obj = ResourceManager.GetObject("GCSADevelop", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAGREED {
get {
object obj = ResourceManager.GetObject("GCSAGREED", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAGREED_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSAGREED_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAP {
get {
object obj = ResourceManager.GetObject("GCSAP", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAP_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSAP_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAR {
get {
object obj = ResourceManager.GetObject("GCSAR", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAR_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSAR_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAS {
get {
object obj = ResourceManager.GetObject("GCSAS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSAS_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSAS_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSASigned {
get {
object obj = ResourceManager.GetObject("GCSASigned", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP1 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP2 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP3 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP4 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP4", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP5 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP5", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSCLASSP6 {
get {
object obj = ResourceManager.GetObject("GCSCLASSP6", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSHaveFollow {
get {
object obj = ResourceManager.GetObject("GCSHaveFollow", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSMedicalBook {
get {
object obj = ResourceManager.GetObject("GCSMedicalBook", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSNOTCOMPLETE {
get {
object obj = ResourceManager.GetObject("GCSNOTCOMPLETE", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSNotDevelop {
get {
object obj = ResourceManager.GetObject("GCSNotDevelop", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSNOTFOLLOW {
get {
object obj = ResourceManager.GetObject("GCSNOTFOLLOW", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSNOTPASS {
get {
object obj = ResourceManager.GetObject("GCSNOTPASS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSPASS {
get {
object obj = ResourceManager.GetObject("GCSPASS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSH {
get {
object obj = ResourceManager.GetObject("GCSSH", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSH_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSSH_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSQFS {
get {
object obj = ResourceManager.GetObject("GCSSQFS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSQFS_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSSQFS_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSQPC {
get {
object obj = ResourceManager.GetObject("GCSSQPC", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSQPC_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSSQPC_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSZA_GRAY_ {
get {
object obj = ResourceManager.GetObject("GCSSZA_GRAY_", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSSZMZ {
get {
object obj = ResourceManager.GetObject("GCSSZMZ", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSUNRATED {
get {
object obj = ResourceManager.GetObject("GCSUNRATED", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSusers {
get {
object obj = ResourceManager.GetObject("GCSusers", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSYH {
get {
object obj = ResourceManager.GetObject("GCSYH", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSYHRIG {
get {
object obj = ResourceManager.GetObject("GCSYHRIG", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSYPink {
get {
object obj = ResourceManager.GetObject("GCSYPink", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCSYYELLOW {
get {
object obj = ResourceManager.GetObject("GCSYYELLOW", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap GCS灰色 {
get {
object obj = ResourceManager.GetObject("GCS灰色", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>

View File

@ -157,6 +157,129 @@
<data name="Details" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\details.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCDONTS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未签字.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAComplete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS已完成.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAComplete1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS已完成1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSADevelop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS已制定.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAGREED" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS同意书.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAGREED_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS同意书(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAP" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS麻醉计划1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAP_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS麻醉计划(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAR" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS麻醉恢复1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAR_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS麻醉恢复(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS申请手术.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSASigned" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS已签字.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSAS_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS申请手术(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP3" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP4" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP5" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSCLASSP6" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS分级P6.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSHaveFollow" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS已随访.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSMedicalBook" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS医疗文书做.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSNOTCOMPLETE" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未完成.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSNotDevelop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未制定.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSNOTFOLLOW" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未随访.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSNOTPASS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未通过.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSPASS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS通过.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSH" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术后随访1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSH_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术后随访(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSQFS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术前访视1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSQFS_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术前访视(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSQPC" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术前排程.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSQPC_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术前排程(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSZA_GRAY_" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术中麻醉(灰).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSSZMZ" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS术中麻醉1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSUNRATED" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS未分级.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSusers" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCSusers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSYH" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS圆灰.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSYHRIG" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS圆灰(右).png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSYPink" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS圆角粉色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCSYYELLOW" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS圆角黄色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="GCS灰色" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GCS灰色.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="gncd" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\gncd.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

View File

@ -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();

BIN
AIMS/Resources/GCSusers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -7,6 +7,7 @@ using System.Collections.Generic;
using System.Data;
using System.Reflection;
using System.Windows.Forms;
using HelperDB;
namespace AIMSBLL
{
@ -123,5 +124,11 @@ namespace AIMSBLL
{
DOperationApply.UpdateApplyOrder(ApplyId, order);
}
public static DataTable SelectOperationInformationByWhere(string whereSql)
{
string sql = "select * from V_OperationRecordInfo where " + whereSql;
return DBHelper.GetDataTable(sql);
}
}
}

View File

@ -401,7 +401,7 @@ namespace AIMSBLL
/// <summary>
/// 判断添加的事件 是否正确
/// </summary>
/// <param name="OpeState">true :术中 false复</param>
/// <param name="OpeState">true :术中 false</param>
/// <param name="_record">手术对象</param>
/// <param name="EventName">事件名称</param>
/// <param name="curTimeTemp">事件时间</param>
@ -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)
{

View File

@ -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());
}

View File

@ -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());
}

View File

@ -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)
{