漳浦天福恢复室样式 功能
This commit is contained in:
parent
d6a0fb77de
commit
4e7d8af1b6
@ -249,6 +249,12 @@
|
||||
<Compile Include="OperationAanesthesia\frmInstrumentRecord2.Designer.cs">
|
||||
<DependentUpon>frmInstrumentRecord2.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="OperationAanesthesia\frmOpeRecoverInfo.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="OperationAanesthesia\frmOpeRecoverInfo.Designer.cs">
|
||||
<DependentUpon>frmOpeRecoverInfo.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="OperationAanesthesia\frmSelectPatientGoodsBill2.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@ -933,6 +939,9 @@
|
||||
<DependentUpon>frmInstrumentRecord2.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="OperationAanesthesia\frmOpeRecoverInfo.resx">
|
||||
<DependentUpon>frmOpeRecoverInfo.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="OperationAanesthesia\frmSelectPatientGoodsBill2.resx">
|
||||
<DependentUpon>frmSelectPatientGoodsBill2.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
@ -65,6 +65,11 @@ namespace AIMS.OperationAanesthesia
|
||||
{
|
||||
btnChage.Visible = true;
|
||||
}
|
||||
if (PublicMethod.HospitalName.Contains("天福"))
|
||||
{
|
||||
btnOperationInfo.Text = " 恢复信息";
|
||||
btnTemplate.Visible = false;
|
||||
}
|
||||
|
||||
LoadAnesRescue();
|
||||
}
|
||||
@ -540,8 +545,8 @@ namespace AIMS.OperationAanesthesia
|
||||
{
|
||||
_record.InRoomTime = Inevent.EventBeginTime;
|
||||
this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室_select;
|
||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||
}
|
||||
BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
|
||||
}
|
||||
if (Inevent != null && Inevent.EventName == cmbBGType.Text && _record.SpileOutTime != Inevent.EventBeginTime)
|
||||
{
|
||||
_record.InBGType = cmbBGType.Text;
|
||||
@ -758,10 +763,20 @@ namespace AIMS.OperationAanesthesia
|
||||
{
|
||||
if (PatientId != 0)
|
||||
{
|
||||
frmOpeRecoverInInfo frmOperationInfo = new frmOpeRecoverInInfo();
|
||||
frmOperationInfo._record = _record;
|
||||
frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click);
|
||||
frmOperationInfo.ShowDialog();
|
||||
if (btnOperationInfo.Text.Trim() == "恢复信息")
|
||||
{
|
||||
frmOpeRecoverInfo frmOperationInfo = new frmOpeRecoverInfo();
|
||||
frmOperationInfo._record = _record;
|
||||
frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click);
|
||||
frmOperationInfo.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
frmOpeRecoverInInfo frmOperationInfo = new frmOpeRecoverInInfo();
|
||||
frmOperationInfo._record = _record;
|
||||
frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click);
|
||||
frmOperationInfo.ShowDialog();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -1541,7 +1556,7 @@ namespace AIMS.OperationAanesthesia
|
||||
{
|
||||
message = "请添加术者!";
|
||||
isTrue = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return isTrue;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1179
AIMS/OperationAanesthesia/frmOpeRecoverInfo.Designer.cs
generated
Normal file
1179
AIMS/OperationAanesthesia/frmOpeRecoverInfo.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
330
AIMS/OperationAanesthesia/frmOpeRecoverInfo.cs
Normal file
330
AIMS/OperationAanesthesia/frmOpeRecoverInfo.cs
Normal file
@ -0,0 +1,330 @@
|
||||
using AIMSBLL;
|
||||
using AIMSExtension;
|
||||
using DevComponents.DotNetBar.Controls;
|
||||
using DrawGraph;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace AIMS.OperationAanesthesia
|
||||
{
|
||||
public partial class frmOpeRecoverInfo : Form
|
||||
{
|
||||
/// <summary>
|
||||
/// 手术记录
|
||||
/// </summary>
|
||||
public OperationRecord _record;
|
||||
public frmOpeRecoverInfo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void frmOpeRecoverInfo_Load(object sender, EventArgs e)
|
||||
{
|
||||
button1.Visible = true;
|
||||
if (_record.OpeRecoverInInfo != null)
|
||||
{
|
||||
txtConsciousness.Text = _record.OpeRecoverInInfo.Consciousness;
|
||||
txtVenousPatency.Text = _record.OpeRecoverInInfo.VenousPatency;
|
||||
txtSkin.Text = _record.OpeRecoverInInfo.Skin;
|
||||
txtTemp.Text = _record.OpeRecoverInInfo.Temp;
|
||||
txtRespiratorySystem.Text = _record.OpeRecoverInInfo.RespiratorySystem;
|
||||
txtIiquid.Text = _record.OpeRecoverInInfo.Iiquid;
|
||||
txtInducedFlow.Text = _record.OpeRecoverInInfo.InducedFlow;
|
||||
|
||||
txtBlood.Text = _record.OpeRecoverInInfo.Blood;//血浆
|
||||
txtOutOther.Text = _record.OpeRecoverInInfo.OutOther; //引流量
|
||||
txtUrineVolume.Text = _record.OpeRecoverInInfo.UrineVolume; //尿量
|
||||
}
|
||||
if (_record.OpeRecoverOutInfo != null)
|
||||
{
|
||||
cboHD.Text = _record.OpeRecoverOutInfo.AldteteActivity;
|
||||
cboHX.Text = _record.OpeRecoverOutInfo.AldteteBreathing;
|
||||
cboXY.Text = _record.OpeRecoverOutInfo.AldteteBloodPressure;
|
||||
cboYS1.Text = _record.OpeRecoverOutInfo.AldteteConsciousness;
|
||||
cboSPO2.Text = _record.OpeRecoverOutInfo.AldteteSPO2;
|
||||
if (_record.OpeRecoverOutInfo.PACUAldteteScore != null)
|
||||
txtAndree.Text = _record.OpeRecoverOutInfo.PACUAldteteScore.ToString();
|
||||
|
||||
cboJSHF.Text = _record.OpeRecoverOutInfo.MuscleRelaxation;//
|
||||
cboTT.Text = _record.OpeRecoverOutInfo.Pain;
|
||||
txtT.Text = _record.OpeRecoverOutInfo.T;
|
||||
|
||||
txtDrainageIdentification.Text = _record.OpeRecoverOutInfo.DrainageIdentification; //红细胞
|
||||
txtDrainagePosition.Text = _record.OpeRecoverOutInfo.DrainagePosition;//平衡液
|
||||
txtLeftPupil.Text = _record.OpeRecoverOutInfo.LeftPupil;//胶体液
|
||||
txtRightPupil.Text = _record.OpeRecoverOutInfo.RightPupil; //生理盐水
|
||||
|
||||
txtSkin2.Text = _record.OpeRecoverOutInfo.Skin;
|
||||
txtVenousPatency2.Text = _record.OpeRecoverOutInfo.VenousPatency;
|
||||
txtDrainageName.Text = _record.OpeRecoverOutInfo.DrainageName;
|
||||
txtBreathSounds.Text = _record.OpeRecoverOutInfo.BreathSounds;
|
||||
txtReflex.Text = _record.OpeRecoverOutInfo.Reflex;
|
||||
txtNausea.Text = _record.OpeRecoverOutInfo.Nausea;
|
||||
txtOrientationAbility.Text = _record.OpeRecoverOutInfo.OrientationAbility;
|
||||
txtIndexing.Text = _record.OpeRecoverOutInfo.Indexing;
|
||||
txtPressureSite.Text = _record.OpeRecoverOutInfo.PressureSite;
|
||||
|
||||
txtRemark.Text = _record.OpeRecoverOutInfo.Remark;
|
||||
txtHoarseness.Text = _record.OpeRecoverOutInfo.Hoarseness;
|
||||
|
||||
if (_record.OpeRecoverOutInfo.State == "病房")
|
||||
{
|
||||
radioButton1.Checked = true;
|
||||
}
|
||||
else if (_record.OpeRecoverOutInfo.State == "ICU")
|
||||
{
|
||||
radioButton3.Checked = true;
|
||||
}
|
||||
else if (_record.OpeRecoverOutInfo.State == "急诊")
|
||||
{
|
||||
radioButton4.Checked = true;
|
||||
}
|
||||
else if (_record.OpeRecoverOutInfo.State == "离院")
|
||||
{
|
||||
radioButton5.Checked = true;
|
||||
}
|
||||
else if (_record.OpeRecoverOutInfo.State == "死亡")
|
||||
{
|
||||
rdbSW.Checked = true;
|
||||
}
|
||||
else if (_record.OpeRecoverOutInfo.State == "手术间")
|
||||
{
|
||||
radioButton6.Checked = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 活动
|
||||
/// </summary>
|
||||
int AldteteActivity = 0;
|
||||
/// <summary>
|
||||
/// 呼吸
|
||||
/// </summary>
|
||||
int AldteteBreathing = 0;
|
||||
/// <summary>
|
||||
/// 血压
|
||||
/// </summary>
|
||||
int AldteteBloodPressure = 0;
|
||||
/// <summary>
|
||||
/// 意识
|
||||
/// </summary>
|
||||
int AldteteConsciousness = 0;
|
||||
/// <summary>
|
||||
/// SPO2
|
||||
/// </summary>
|
||||
int AldteteSPO2 = 0;
|
||||
/// <summary>
|
||||
/// Aldtete评分
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void cboHD_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (cboHD.Text != null && cboHD.Text.Trim() != "") AldteteActivity = GetSourcesDate(cboHD).Value;
|
||||
if (cboHX.Text != null && cboHX.Text.Trim() != "") AldteteBreathing = GetSourcesDate(cboHX).Value;
|
||||
if (cboXY.Text != null && cboXY.Text.Trim() != "") AldteteBloodPressure = GetSourcesDate(cboXY).Value;
|
||||
if (cboYS1.Text != null && cboYS1.Text.Trim() != "") AldteteConsciousness = GetSourcesDate(cboYS1).Value;
|
||||
if (cboSPO2.Text != null && cboSPO2.Text.Trim() != "") AldteteSPO2 = GetSourcesDate(cboSPO2).Value;
|
||||
txtAndree.Text = (AldteteActivity + AldteteBreathing + AldteteBloodPressure + AldteteConsciousness + AldteteSPO2).ToString();
|
||||
}
|
||||
public int? GetSourcesDate(ComboBox SelCombo)
|
||||
{
|
||||
int? res = null;
|
||||
string text = SelCombo.Text.Substring(0, 4);
|
||||
if (text.Contains("0"))
|
||||
{
|
||||
res = 0;
|
||||
}
|
||||
if (text.Contains("1"))
|
||||
{
|
||||
res = 1;
|
||||
}
|
||||
if (text.Contains("2"))
|
||||
{
|
||||
res = 2;
|
||||
}
|
||||
if (text.Contains("3"))
|
||||
{
|
||||
res = 3;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
/// <summary>
|
||||
/// 关闭时保存
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void btExit_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
if (_record.OpeRecoverInInfo != null)
|
||||
{
|
||||
_record.OpeRecoverInInfo.PatientId = _record.PatientId;
|
||||
_record.OpeRecoverInInfo.ApplyId = _record.OperationApplyId;
|
||||
_record.OpeRecoverInInfo.OperationRecordId = _record.Id;
|
||||
|
||||
_record.OpeRecoverInInfo.Consciousness = txtConsciousness.Text;
|
||||
_record.OpeRecoverInInfo.VenousPatency = txtVenousPatency.Text;
|
||||
_record.OpeRecoverInInfo.Skin = txtSkin.Text;
|
||||
_record.OpeRecoverInInfo.Temp = txtTemp.Text;
|
||||
_record.OpeRecoverInInfo.RespiratorySystem = txtRespiratorySystem.Text;
|
||||
_record.OpeRecoverInInfo.Iiquid = txtIiquid.Text;
|
||||
_record.OpeRecoverInInfo.InducedFlow = txtInducedFlow.Text;
|
||||
|
||||
_record.OpeRecoverInInfo.Blood = txtBlood.Text;//血浆
|
||||
_record.OpeRecoverInInfo.OutOther = txtOutOther.Text; //引流量
|
||||
_record.OpeRecoverInInfo.UrineVolume = txtUrineVolume.Text; //尿量
|
||||
|
||||
_record.OpeRecoverInInfo.OperatorId = PublicMethod.OperatorId;
|
||||
_record.OpeRecoverInInfo.OperatorTime = DateTime.Now;
|
||||
|
||||
|
||||
if (_record.OpeRecoverInInfo.Id == null)
|
||||
{
|
||||
_record.OpeRecoverInInfo.Id = BOperationRecoverInInfo.Insert(_record.OpeRecoverInInfo);
|
||||
}
|
||||
else
|
||||
{
|
||||
BOperationRecoverInInfo.Update(_record.OpeRecoverInInfo);
|
||||
}
|
||||
}
|
||||
if (_record.OpeRecoverOutInfo != null)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.PatientId = _record.PatientId;
|
||||
_record.OpeRecoverOutInfo.ApplyId = _record.OperationApplyId;
|
||||
_record.OpeRecoverOutInfo.OperationRecordId = _record.Id;
|
||||
|
||||
if (cboHD.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteActivity = cboHD.Text;
|
||||
if (cboHX.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteBreathing = cboHX.Text;
|
||||
if (cboXY.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteBloodPressure = cboXY.Text;
|
||||
if (cboYS1.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteConsciousness = cboYS1.Text;
|
||||
if (cboSPO2.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteSPO2 = cboSPO2.Text;
|
||||
if (txtAndree.Text.Trim() != "") _record.OpeRecoverOutInfo.PACUAldteteScore = int.Parse(txtAndree.Text);
|
||||
_record.OpeRecoverOutInfo.MuscleRelaxation = cboJSHF.Text;
|
||||
_record.OpeRecoverOutInfo.Pain = cboTT.Text;
|
||||
_record.OpeRecoverOutInfo.T = txtT.Text;
|
||||
|
||||
_record.OpeRecoverOutInfo.DrainageIdentification = txtDrainageIdentification.Text; //红细胞
|
||||
_record.OpeRecoverOutInfo.DrainagePosition = txtDrainagePosition.Text;//平衡液
|
||||
_record.OpeRecoverOutInfo.LeftPupil = txtLeftPupil.Text;//胶体液
|
||||
_record.OpeRecoverOutInfo.RightPupil = txtRightPupil.Text; //生理盐水
|
||||
|
||||
_record.OpeRecoverOutInfo.Skin = txtSkin2.Text;
|
||||
_record.OpeRecoverOutInfo.VenousPatency = txtVenousPatency2.Text;
|
||||
_record.OpeRecoverOutInfo.DrainageName = txtDrainageName.Text;
|
||||
_record.OpeRecoverOutInfo.BreathSounds = txtBreathSounds.Text;
|
||||
_record.OpeRecoverOutInfo.Reflex = txtReflex.Text;
|
||||
_record.OpeRecoverOutInfo.Nausea = txtNausea.Text;
|
||||
_record.OpeRecoverOutInfo.OrientationAbility = txtOrientationAbility.Text;
|
||||
_record.OpeRecoverOutInfo.Indexing = txtIndexing.Text;
|
||||
_record.OpeRecoverOutInfo.PressureSite = txtPressureSite.Text;
|
||||
|
||||
_record.OpeRecoverOutInfo.Remark = txtRemark.Text;
|
||||
_record.OpeRecoverOutInfo.Hoarseness = txtHoarseness.Text;
|
||||
|
||||
if (radioButton1.Checked == true)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.State = "病房";
|
||||
}
|
||||
else if (radioButton3.Checked == true)
|
||||
{
|
||||
// _record.OpeRecoverOutInfo.State = "计划入ICU";
|
||||
_record.OpeRecoverOutInfo.State = "ICU";
|
||||
}
|
||||
else if (radioButton4.Checked == true)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.State = "急诊";
|
||||
}
|
||||
else if (radioButton5.Checked == true)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.State = "离院";
|
||||
}
|
||||
else if (rdbSW.Checked == true)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.State = "死亡";
|
||||
}
|
||||
else if (radioButton6.Checked == true)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.State = "手术间";
|
||||
}
|
||||
_record.OpeRecoverOutInfo.OperatorId = PublicMethod.OperatorId;
|
||||
_record.OpeRecoverOutInfo.OperatorTime = DateTime.Now;
|
||||
|
||||
if (_record.OpeRecoverOutInfo.Id == null)
|
||||
{
|
||||
_record.OpeRecoverOutInfo.Id = BOperationRecoverOutInfo.Insert(_record.OpeRecoverOutInfo);
|
||||
}
|
||||
else
|
||||
{
|
||||
BOperationRecoverOutInfo.Update(_record.OpeRecoverOutInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception exp)
|
||||
{
|
||||
PublicMethod.WriteLog(exp, ""); return;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 保存
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
private void frmOutPACUConditionSYD_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
btExit_Click(null, null);
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (txtConsciousness.Text == "") txtConsciousness.Text = "清醒";//
|
||||
if (txtVenousPatency.Text == "") txtVenousPatency.Text = "正常";//_record.OpeRecoverInInfo.VenousPatency;
|
||||
if (txtSkin.Text == "") txtSkin.Text = "未见异常";//_record.OpeRecoverInInfo.Skin;
|
||||
if (txtTemp.Text == "") txtTemp.Text = "-";//_record.OpeRecoverInInfo.Temp;
|
||||
if (txtRespiratorySystem.Text == "") txtRespiratorySystem.Text = "自主呼吸";//_record.OpeRecoverInInfo.RespiratorySystem;
|
||||
if (txtIiquid.Text == "") txtIiquid.Text = "-";//_record.OpeRecoverInInfo.Iiquid;
|
||||
if (txtInducedFlow.Text == "") txtInducedFlow.Text = "-";//_record.OpeRecoverInInfo.InducedFlow;
|
||||
|
||||
if (txtT.Text == "") txtT.Text = "-";//_record.OpeRecoverOutInfo.T;
|
||||
if (txtDrainageIdentification.Text == "") txtDrainageIdentification.Text = "-";//_record.OpeRecoverOutInfo.DrainageIdentification; //红细胞
|
||||
if (txtDrainagePosition.Text == "") txtDrainagePosition.Text = "-";//_record.OpeRecoverOutInfo.DrainagePosition;//平衡液
|
||||
if (txtLeftPupil.Text == "") txtLeftPupil.Text = "-";//_record.OpeRecoverOutInfo.LeftPupil;//胶体液
|
||||
if (txtRightPupil.Text == "") txtRightPupil.Text = "-";//_record.OpeRecoverOutInfo.RightPupil; //生理盐水
|
||||
if (txtBlood.Text == "") txtBlood.Text = "-";//_record.OpeRecoverInInfo.Blood;//血浆
|
||||
if (txtOutOther.Text == "") txtOutOther.Text = "-";//_record.OpeRecoverInInfo.OutOther; //引流量
|
||||
if (txtUrineVolume.Text == "") txtUrineVolume.Text = "-";//_record.OpeRecoverInInfo.UrineVolume; //尿量
|
||||
|
||||
if (txtSkin2.Text == "") txtSkin2.Text = "-";//_record.OpeRecoverOutInfo.Skin;
|
||||
if (txtVenousPatency2.Text == "") txtVenousPatency2.Text = "正常";//_record.OpeRecoverOutInfo.VenousPatency;
|
||||
if (txtDrainageName.Text == "") txtDrainageName.Text = "无";//_record.OpeRecoverOutInfo.DrainageName;
|
||||
if (txtBreathSounds.Text == "") txtBreathSounds.Text = "正常";//_record.OpeRecoverOutInfo.BreathSounds;
|
||||
if (txtReflex.Text == "") txtReflex.Text = "正常";//_record.OpeRecoverOutInfo.Reflex;
|
||||
if (txtNausea.Text == "") txtNausea.Text = "无";//_record.OpeRecoverOutInfo.Nausea;
|
||||
if (txtOrientationAbility.Text == "") txtOrientationAbility.Text = "否";//_record.OpeRecoverOutInfo.OrientationAbility;
|
||||
if (txtIndexing.Text == "") txtIndexing.Text = "无";//_record.OpeRecoverOutInfo.Indexing;
|
||||
if (txtPressureSite.Text == "") txtPressureSite.Text = "无";//_record.OpeRecoverOutInfo.PressureSite;
|
||||
|
||||
if (txtRemark.Text == "") txtRemark.Text = "-";//_record.OpeRecoverOutInfo.Remark;
|
||||
if (txtHoarseness.Text == "") txtHoarseness.Text = "否";//_record.OpeRecoverOutInfo.Hoarseness;
|
||||
|
||||
if (cboHD.Text == "") cboHD.Text = "2分-自主或遵嘱活动四肢和抬头";
|
||||
if (cboHX.Text == "") cboHX.Text = "2分-能深呼吸和有效咳嗽,呼吸频率和幅度正常";
|
||||
if (cboXY.Text == "") cboXY.Text = "2分-麻醉前±20%以内";
|
||||
if (cboYS1.Text == "") cboYS1.Text = "2分-完全清醒(准确回答)";
|
||||
if (cboSPO2.Text == "") cboSPO2.Text = "2分-呼吸空气SpO2≥92%";
|
||||
if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如";
|
||||
if (cboTT.Text == "") cboTT.Text = "0分-无疼痛";
|
||||
radioButton1.Checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
1253
AIMS/OperationAanesthesia/frmOpeRecoverInfo.resx
Normal file
1253
AIMS/OperationAanesthesia/frmOpeRecoverInfo.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -46,6 +46,8 @@ namespace AIMS.OperationAanesthesia
|
||||
cboXY.Text = _record.OpeRecoverOutInfo.AldteteBloodPressure;
|
||||
cboYS1.Text = _record.OpeRecoverOutInfo.AldteteConsciousness;
|
||||
cboSPO2.Text = _record.OpeRecoverOutInfo.AldteteSPO2;
|
||||
if (_record.OpeRecoverOutInfo.PACUAldteteScore != null)
|
||||
txtAndree.Text = _record.OpeRecoverOutInfo.PACUAldteteScore.ToString();
|
||||
|
||||
cboYS1.Text = _record.OpeRecoverOutInfo.AldteteConsciousness;
|
||||
cboHX.Text = _record.OpeRecoverOutInfo.AldteteBreathing;
|
||||
@ -134,6 +136,7 @@ namespace AIMS.OperationAanesthesia
|
||||
if (cboQXCD.Text.Trim() != "") _record.OpeRecoverOutInfo.StewardSober = cboQXCD.Text;
|
||||
if (cboHXDTCCD.Text.Trim() != "") _record.OpeRecoverOutInfo.StewardBreathing = cboHXDTCCD.Text;
|
||||
if (cboZTHDD.Text.Trim() != "") _record.OpeRecoverOutInfo.StewardLimbActivity = cboZTHDD.Text;
|
||||
|
||||
if (cboHD.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteActivity = cboHD.Text;
|
||||
if (cboHX.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteBreathing = cboHX.Text;
|
||||
if (cboXY.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteBloodPressure = cboXY.Text;
|
||||
|
||||
@ -90,11 +90,9 @@ namespace AIMSBLL
|
||||
}
|
||||
_record.Applydiagnose = OperationFrontdt.Rows[0]["ApplyDiagnoseInfoId"].ToString();
|
||||
_record.Applyoperation = OperationFrontdt.Rows[0]["ApplyOperationInfoId"].ToString();
|
||||
_record.OperationType = OperationFrontdt.Rows[0]["OperationType"].ToString();
|
||||
_record.RoomId = int.Parse(OperationFrontdt.Rows[0]["OperationRoomId"].ToString().Trim());
|
||||
_record.OperationType = OperationFrontdt.Rows[0]["OperationType"].ToString();
|
||||
_record.MedicalRecord = OperationFrontdt.Rows[0]["MedicalRecord"].ToString();
|
||||
_record.PlanOperationTime = DateTime.Parse(OperationFrontdt.Rows[0]["PlanOperationTime"].ToString());
|
||||
|
||||
_record.PlanOperationTime = DateTime.Parse(OperationFrontdt.Rows[0]["PlanOperationTime"].ToString());
|
||||
}
|
||||
|
||||
DataTable OperationDoingdt = BOperationRecord.GetOperationDoingDataTableByPatientId(PatientId, RecoverId);
|
||||
|
||||
@ -200,11 +200,11 @@ namespace DrawGraph
|
||||
{
|
||||
myOpeRecord.BeforeDrugs += string.Format("{0}{1} ", item.DrugName.Trim(), dose);
|
||||
}
|
||||
else if (item.DrugChannel == "备用")
|
||||
else if (item.DrugChannel == "备用" && item.ParentId==0)
|
||||
{
|
||||
myOpeRecord.StandbyListstr.Add(string.Format("{0}{1} {2} {3}{4}{5}", "", ((item.DrugBeginTime == item.DrugEndTime) ? item.DrugBeginTime.ToShortTimeString() : item.DrugBeginTime.ToShortTimeString() + "->" + item.DrugEndTime.ToShortTimeString()), item.DrugName.Trim(), dose, "",""));
|
||||
}
|
||||
else if (item.DrugChannel == "配药")
|
||||
else if (item.DrugChannel == "配药" && item.ParentId==0)
|
||||
{
|
||||
myOpeRecord.BackListstr.Add(string.Format("{0}{1} {2} {3}{4}{5}", "", ((item.DrugBeginTime == item.DrugEndTime) ? item.DrugBeginTime.ToShortTimeString() : item.DrugBeginTime.ToShortTimeString() + "->" + item.DrugEndTime.ToShortTimeString()), item.DrugName.Trim(), dose, "",""));
|
||||
}
|
||||
|
||||
@ -95,7 +95,7 @@ namespace DrawGraph
|
||||
int remarkRow = 0;
|
||||
int AllRemarkRow = 0;
|
||||
float fontsize = 6f;
|
||||
int fontlength = 33;
|
||||
int fontlength = 35;
|
||||
try
|
||||
{
|
||||
myOpeRecord.ClearEventstr(ZedControl);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user