598 lines
14 KiB
C#
598 lines
14 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace DrawGraph
|
|
{
|
|
[Serializable]
|
|
public partial class OperationRecoverInInfo
|
|
{
|
|
private int? id;
|
|
private int? patientId;
|
|
private int? applyId;
|
|
private int? operationRecordId;
|
|
private int? pACUStewardScore;
|
|
private string pACUStewardScoreText;
|
|
private int? pACUAldteteScore;
|
|
private string pACUAldteteScoreText;
|
|
private string muscleRelaxation;
|
|
private string protectiveReflex;
|
|
private string orientationAbility;
|
|
private string respiratorySystem;
|
|
private string temp;
|
|
private string resp;
|
|
private string hR;
|
|
private string bP;
|
|
private string sPO2;
|
|
private string skin;
|
|
private string consciousness;
|
|
private string nausea;
|
|
private string pain;
|
|
private string venousPatency;
|
|
private string drainageIdentification;
|
|
private string drainagePosition;
|
|
private string drainageName;
|
|
private string leftPupil;
|
|
private string rightPupil;
|
|
private string lightReflection;
|
|
private string anestheticPlane;
|
|
private string remark;
|
|
private string iiquid;
|
|
private string blood;
|
|
private string autologousBlood;
|
|
private string inOther;
|
|
private string urineVolume;
|
|
private string inducedFlow;
|
|
private string loseBlood;
|
|
private string outOther;
|
|
private string handOverPatient;
|
|
private string meetPatient;
|
|
private string stewardSober;
|
|
private string stewardBreathing;
|
|
private string stewardLimbActivity;
|
|
private string indexing;
|
|
private string pressureSite;
|
|
private string pressureArea;
|
|
private string infusionSite;
|
|
private string ventilationPipeline;
|
|
private string woundPosition;
|
|
private string artificialAirway;
|
|
private string oralIntubation;
|
|
private string restraintBand;
|
|
private string extend1;
|
|
private string extend2;
|
|
private string extend3;
|
|
private string extend4;
|
|
private string extend5;
|
|
private int? operatorId;
|
|
private DateTime? operatorTime;
|
|
|
|
|
|
/// <summary>
|
|
/// 编号,自增
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public int? Id
|
|
{
|
|
get{ return id; }
|
|
set{ id=value; }
|
|
}
|
|
[NoCreatControlAttributs]
|
|
public int? PatientId
|
|
{
|
|
get{ return patientId; }
|
|
set{ patientId=value; }
|
|
}
|
|
[NoCreatControlAttributs]
|
|
public int? ApplyId
|
|
{
|
|
get{ return applyId; }
|
|
set{ applyId=value; }
|
|
}
|
|
/// <summary>
|
|
/// 手术记录编号
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public int? OperationRecordId
|
|
{
|
|
get{ return operationRecordId; }
|
|
set{ operationRecordId=value; }
|
|
}
|
|
/// <summary>
|
|
/// Steward评分
|
|
/// </summary>
|
|
[ClassAttributs(Description = "Steward评分")]
|
|
public int? PACUStewardScore
|
|
{
|
|
get{ return pACUStewardScore; }
|
|
set{ pACUStewardScore=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "Steward评分名称")]
|
|
public string PACUStewardScoreText
|
|
{
|
|
get{ return pACUStewardScoreText; }
|
|
set{ pACUStewardScoreText=value; }
|
|
}
|
|
/// <summary>
|
|
/// Aldtete评分
|
|
/// </summary>
|
|
[ClassAttributs(Description = "Aldtete评分")]
|
|
public int? PACUAldteteScore
|
|
{
|
|
get{ return pACUAldteteScore; }
|
|
set{ pACUAldteteScore=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "Aldtete评分名称")]
|
|
public string PACUAldteteScoreText
|
|
{
|
|
get{ return pACUAldteteScoreText; }
|
|
set{ pACUAldteteScoreText=value; }
|
|
}
|
|
/// <summary>
|
|
/// 肌松恢复
|
|
/// </summary>
|
|
[ClassAttributs(Description = "肌松恢复")]
|
|
public string MuscleRelaxation
|
|
{
|
|
get{ return muscleRelaxation; }
|
|
set{ muscleRelaxation=value; }
|
|
}
|
|
/// <summary>
|
|
/// 保护反射
|
|
/// </summary>
|
|
[ClassAttributs(Description = "保护反射")]
|
|
public string ProtectiveReflex
|
|
{
|
|
get{ return protectiveReflex; }
|
|
set{ protectiveReflex=value; }
|
|
}
|
|
/// <summary>
|
|
/// 定向能力
|
|
/// </summary>
|
|
[ClassAttributs(Description = "定向能力")]
|
|
public string OrientationAbility
|
|
{
|
|
get{ return orientationAbility; }
|
|
set{ orientationAbility=value; }
|
|
}
|
|
/// <summary>
|
|
/// 呼吸系统
|
|
/// </summary>
|
|
[ClassAttributs(Description = "呼吸系统")]
|
|
public string RespiratorySystem
|
|
{
|
|
get{ return respiratorySystem; }
|
|
set{ respiratorySystem=value; }
|
|
}
|
|
/// <summary>
|
|
/// 生命体征 T
|
|
/// </summary>
|
|
[ClassAttributs(Description = "生命体征T")]
|
|
public string Temp
|
|
{
|
|
get{ return temp; }
|
|
set{ temp=value; }
|
|
}
|
|
/// <summary>
|
|
/// 生命体征 R
|
|
/// </summary>
|
|
[ClassAttributs(Description = "生命体征R")]
|
|
public string Resp
|
|
{
|
|
get{ return resp; }
|
|
set{ resp=value; }
|
|
}
|
|
/// <summary>
|
|
/// 生命体征 HR
|
|
/// </summary>
|
|
[ClassAttributs(Description = "生命体征HR")]
|
|
public string HR
|
|
{
|
|
get{ return hR; }
|
|
set{ hR=value; }
|
|
}
|
|
/// <summary>
|
|
/// 生命体征 BP
|
|
/// </summary>
|
|
[ClassAttributs(Description = "生命体征BP")]
|
|
public string BP
|
|
{
|
|
get{ return bP; }
|
|
set{ bP=value; }
|
|
}
|
|
/// <summary>
|
|
/// 生命体征 SPO2
|
|
/// </summary>
|
|
[ClassAttributs(Description = "生命体征SPO2")]
|
|
public string SPO2
|
|
{
|
|
get{ return sPO2; }
|
|
set{ sPO2=value; }
|
|
}
|
|
/// <summary>
|
|
/// 皮肤
|
|
/// </summary>
|
|
[ClassAttributs(Description = "皮肤")]
|
|
public string Skin
|
|
{
|
|
get{ return skin; }
|
|
set{ skin=value; }
|
|
}
|
|
/// <summary>
|
|
/// 意识
|
|
/// </summary>
|
|
[ClassAttributs(Description = "意识")]
|
|
public string Consciousness
|
|
{
|
|
get{ return consciousness; }
|
|
set{ consciousness=value; }
|
|
}
|
|
/// <summary>
|
|
/// 恶心
|
|
/// </summary>
|
|
[ClassAttributs(Description = "恶心")]
|
|
public string Nausea
|
|
{
|
|
get{ return nausea; }
|
|
set{ nausea=value; }
|
|
}
|
|
/// <summary>
|
|
/// 疼痛
|
|
/// </summary>
|
|
[ClassAttributs(Description = "疼痛")]
|
|
public string Pain
|
|
{
|
|
get{ return pain; }
|
|
set{ pain=value; }
|
|
}
|
|
/// <summary>
|
|
/// 静脉通畅
|
|
/// </summary>
|
|
[ClassAttributs(Description = "静脉通畅")]
|
|
public string VenousPatency
|
|
{
|
|
get{ return venousPatency; }
|
|
set{ venousPatency=value; }
|
|
}
|
|
/// <summary>
|
|
/// 引流标识
|
|
/// </summary>
|
|
[ClassAttributs(Description = "引流标识")]
|
|
public string DrainageIdentification
|
|
{
|
|
get{ return drainageIdentification; }
|
|
set{ drainageIdentification=value; }
|
|
}
|
|
/// <summary>
|
|
/// 引流位置
|
|
/// </summary>
|
|
[ClassAttributs(Description = "引流位置")]
|
|
public string DrainagePosition
|
|
{
|
|
get{ return drainagePosition; }
|
|
set{ drainagePosition=value; }
|
|
}
|
|
/// <summary>
|
|
/// 引流名称
|
|
/// </summary>
|
|
[ClassAttributs(Description = "引流名称")]
|
|
public string DrainageName
|
|
{
|
|
get{ return drainageName; }
|
|
set{ drainageName=value; }
|
|
}
|
|
/// <summary>
|
|
/// 左眼瞳孔
|
|
/// </summary>
|
|
[ClassAttributs(Description = "左眼瞳孔")]
|
|
public string LeftPupil
|
|
{
|
|
get{ return leftPupil; }
|
|
set{ leftPupil=value; }
|
|
}
|
|
/// <summary>
|
|
/// 右眼瞳孔
|
|
/// </summary>
|
|
[ClassAttributs(Description = "右眼瞳孔")]
|
|
public string RightPupil
|
|
{
|
|
get{ return rightPupil; }
|
|
set{ rightPupil=value; }
|
|
}
|
|
/// <summary>
|
|
/// 对光反射
|
|
/// </summary>
|
|
[ClassAttributs(Description = "对光反射")]
|
|
public string LightReflection
|
|
{
|
|
get{ return lightReflection; }
|
|
set{ lightReflection=value; }
|
|
}
|
|
/// <summary>
|
|
/// 麻醉平面
|
|
/// </summary>
|
|
[ClassAttributs(Description = "麻醉平面")]
|
|
public string AnestheticPlane
|
|
{
|
|
get{ return anestheticPlane; }
|
|
set{ anestheticPlane=value; }
|
|
}
|
|
/// <summary>
|
|
/// 术前备注情况
|
|
/// </summary>
|
|
[ClassAttributs(Description = "术前备注情况")]
|
|
public string Remark
|
|
{
|
|
get{ return remark; }
|
|
set{ remark=value; }
|
|
}
|
|
/// <summary>
|
|
/// 液体
|
|
/// </summary>
|
|
[ClassAttributs(Description = "液体")]
|
|
public string Iiquid
|
|
{
|
|
get{ return iiquid; }
|
|
set{ iiquid=value; }
|
|
}
|
|
/// <summary>
|
|
/// 血液
|
|
/// </summary>
|
|
[ClassAttributs(Description = "血液")]
|
|
public string Blood
|
|
{
|
|
get{ return blood; }
|
|
set{ blood=value; }
|
|
}
|
|
/// <summary>
|
|
/// 自体血
|
|
/// </summary>
|
|
[ClassAttributs(Description = "自体血")]
|
|
public string AutologousBlood
|
|
{
|
|
get{ return autologousBlood; }
|
|
set{ autologousBlood=value; }
|
|
}
|
|
/// <summary>
|
|
/// 入量其他
|
|
/// </summary>
|
|
[ClassAttributs(Description = "入量其他")]
|
|
public string InOther
|
|
{
|
|
get{ return inOther; }
|
|
set{ inOther=value; }
|
|
}
|
|
/// <summary>
|
|
/// 尿量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "尿量")]
|
|
public string UrineVolume
|
|
{
|
|
get{ return urineVolume; }
|
|
set{ urineVolume=value; }
|
|
}
|
|
/// <summary>
|
|
/// 引流量
|
|
/// </summary>
|
|
[ClassAttributs(Description = "引流量")]
|
|
public string InducedFlow
|
|
{
|
|
get{ return inducedFlow; }
|
|
set{ inducedFlow=value; }
|
|
}
|
|
/// <summary>
|
|
/// 失血
|
|
/// </summary>
|
|
[ClassAttributs(Description = "失血")]
|
|
public string LoseBlood
|
|
{
|
|
get{ return loseBlood; }
|
|
set{ loseBlood=value; }
|
|
}
|
|
/// <summary>
|
|
/// 出量其他
|
|
/// </summary>
|
|
[ClassAttributs(Description = "出量其他")]
|
|
public string OutOther
|
|
{
|
|
get{ return outOther; }
|
|
set{ outOther=value; }
|
|
}
|
|
/// <summary>
|
|
/// 交病人
|
|
/// </summary>
|
|
[ClassAttributs(Description = "交病人")]
|
|
public string HandOverPatient
|
|
{
|
|
get{ return handOverPatient; }
|
|
set{ handOverPatient=value; }
|
|
}
|
|
/// <summary>
|
|
/// 接病人
|
|
/// </summary>
|
|
[ClassAttributs(Description = "")]
|
|
public string MeetPatient
|
|
{
|
|
get{ return meetPatient; }
|
|
set{ meetPatient=value; }
|
|
}
|
|
/// <summary>
|
|
/// 清醒程度
|
|
/// </summary>
|
|
[ClassAttributs(Description = "")]
|
|
public string StewardSober
|
|
{
|
|
get{ return stewardSober; }
|
|
set{ stewardSober=value; }
|
|
}
|
|
/// <summary>
|
|
/// 呼吸道通畅程度
|
|
/// </summary>
|
|
[ClassAttributs(Description = "")]
|
|
public string StewardBreathing
|
|
{
|
|
get{ return stewardBreathing; }
|
|
set{ stewardBreathing=value; }
|
|
}
|
|
/// <summary>
|
|
/// 肢体活动度
|
|
/// </summary>
|
|
[ClassAttributs(Description = "")]
|
|
public string StewardLimbActivity
|
|
{
|
|
get{ return stewardLimbActivity; }
|
|
set{ stewardLimbActivity=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "Indexing")]
|
|
public string Indexing
|
|
{
|
|
get{ return indexing; }
|
|
set{ indexing=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "PressureSite")]
|
|
public string PressureSite
|
|
{
|
|
get{ return pressureSite; }
|
|
set{ pressureSite=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "PressureArea")]
|
|
public string PressureArea
|
|
{
|
|
get{ return pressureArea; }
|
|
set{ pressureArea=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "InfusionSite")]
|
|
public string InfusionSite
|
|
{
|
|
get{ return infusionSite; }
|
|
set{ infusionSite=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "VentilationPipeline")]
|
|
public string VentilationPipeline
|
|
{
|
|
get{ return ventilationPipeline; }
|
|
set{ ventilationPipeline=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "WoundPosition")]
|
|
public string WoundPosition
|
|
{
|
|
get{ return woundPosition; }
|
|
set{ woundPosition=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "ArtificialAirway")]
|
|
public string ArtificialAirway
|
|
{
|
|
get{ return artificialAirway; }
|
|
set{ artificialAirway=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "OralIntubation")]
|
|
public string OralIntubation
|
|
{
|
|
get{ return oralIntubation; }
|
|
set{ oralIntubation=value; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[ClassAttributs(Description = "RestraintBand")]
|
|
public string RestraintBand
|
|
{
|
|
get{ return restraintBand; }
|
|
set{ restraintBand=value; }
|
|
}
|
|
/// <summary>
|
|
/// 扩展1
|
|
/// </summary>
|
|
[ClassAttributs(Description = "扩展1")]
|
|
public string Extend1
|
|
{
|
|
get { return extend1; }
|
|
set { extend1 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 扩展2
|
|
/// </summary>
|
|
[ClassAttributs(Description = "扩展2")]
|
|
public string Extend2
|
|
{
|
|
get { return extend2; }
|
|
set { extend2 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 扩展3
|
|
/// </summary>
|
|
[ClassAttributs(Description = "扩展3")]
|
|
public string Extend3
|
|
{
|
|
get { return extend3; }
|
|
set { extend3 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 扩展4
|
|
/// </summary>
|
|
[ClassAttributs(Description = "扩展4")]
|
|
public string Extend4
|
|
{
|
|
get { return extend4; }
|
|
set { extend4 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 扩展5
|
|
/// </summary>
|
|
[ClassAttributs(Description = "扩展5")]
|
|
public string Extend5
|
|
{
|
|
get { return extend5; }
|
|
set { extend5 = value; }
|
|
}
|
|
/// <summary>
|
|
/// 操作员编号
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public int? OperatorId
|
|
{
|
|
get{ return operatorId; }
|
|
set{ operatorId=value; }
|
|
}
|
|
/// <summary>
|
|
/// 操作时间
|
|
/// </summary>
|
|
[NoCreatControlAttributs]
|
|
public DateTime? OperatorTime
|
|
{
|
|
get{ return operatorTime; }
|
|
set{ operatorTime=value; }
|
|
}
|
|
}
|
|
}
|