using System; namespace DrawGraph { [Serializable] public partial class OperationRecordInfo { private int? id; private int? patientId; private int? applyId; private int? operationRecordId; private string operationCutId; private string operationCut; private string operationLevelId; private string operationLevel; private string operationSiteId; private string operationSite; private string puncturePosition; private string punctureSite; private string conduitDepth; private string needleNumber; private string needleDirection; private string punctureRemark; private string puncturePosition2; private string punctureSite2; private string conduitDepth2; private string needleNumber2; private string needleDirection2; private string punctureRemark2; private string intubateMode; private string intubateType; private string intubateNumber; private string intubateDepth; private string intubatePosition; private string anaesthesiaMode; private string intubatePath; private string intubateOther; private int? neuroPlexusShallow; private int? neuroPlexusAround; private string brachialPlexus; private string venipunctureType; private string venipunctureDeep; private string venipunctureCenter; private string experts; private string ruleAnesthesiaDoctor; private string ruleNurse; private string anesthesiaPlane; private string specialSituation; private string anesthesiaEffect; private string operationAnalgesiaMode; private string whereabouts; private string anesthesiaMethodFirstName; private string anesthesiaMethodLastName; private string anesthesiaMethodChangeReason; private DateTime? anesthesiaMethodChangeTime; private string anesthesiaSucceed; private DateTime? anesthesiaSucceedTime; private string tourNurseSucceed; private DateTime? tourNurseSucceedTime; private string instrumentNurseSucceed; private DateTime? instrumentNurseSucceedTime; private string infoRemark; private string operatorId; private DateTime? operatorTime; private string stewardSober; private string stewardBreathing; private string stewardLimbActivity; private string stewardNumber; private string extend1; private string extend2; private string extend3; private string extend4; private string extend5; /// /// 标识 /// [NoCreatControlAttributs] public int? Id { get { return id; } set { id = value; } } /// /// 患者Id /// [NoCreatControlAttributs] public int? PatientId { get { return patientId; } set { patientId = value; } } /// /// 手术申请Id /// [NoCreatControlAttributs] public int? ApplyId { get { return applyId; } set { applyId = value; } } /// /// 手术记录Id /// [NoCreatControlAttributs] public int? OperationRecordId { get { return operationRecordId; } set { operationRecordId = value; } } /// /// 手术切口等级Id /// [NoCreatControlAttributs] public string OperationCutId { get { return operationCutId; } set { operationCutId = value; } } /// /// 手术切口名称 /// [ClassAttributs(Description = "手术切口名称")] public string OperationCut { get { return operationCut; } set { operationCut = value; } } /// /// 手术分级Id /// [NoCreatControlAttributs] public string OperationLevelId { get { return operationLevelId; } set { operationLevelId = value; } } /// /// 手术分级名称 /// [ClassAttributs(Description = "手术分级名称")] public string OperationLevel { get { return operationLevel; } set { operationLevel = value; } } /// /// 手术体位Id /// [NoCreatControlAttributs] public string OperationSiteId { get { return operationSiteId; } set { operationSiteId = value; } } /// /// 手术体位名称 /// [ClassAttributs(Description = "手术体位名称")] public string OperationSite { get { return operationSite; } set { operationSite = value; } } /// /// 穿刺部位 /// [ClassAttributs(Description = "穿刺部位")] public string PuncturePosition { get { return puncturePosition; } set { puncturePosition = value; } } /// /// 穿刺体位 /// [ClassAttributs(Description = "穿刺体位")] public string PunctureSite { get { return punctureSite; } set { punctureSite = value; } } /// /// 穿刺深度 /// [ClassAttributs(Description = "穿刺深度")] public string ConduitDepth { get { return conduitDepth; } set { conduitDepth = value; } } /// /// 穿刺针号 /// [ClassAttributs(Description = "穿刺针号")] public string NeedleNumber { get { return needleNumber; } set { needleNumber = value; } } /// /// 穿刺方向 /// [ClassAttributs(Description = "穿刺方向")] public string NeedleDirection { get { return needleDirection; } set { needleDirection = value; } } /// /// 穿刺备注1 /// [ClassAttributs(Description = "穿刺备注1")] public string PunctureRemark { get { return punctureRemark; } set { punctureRemark = value; } } /// /// 穿刺部位 /// [ClassAttributs(Description = "穿刺部位")] public string PuncturePosition2 { get { return puncturePosition2; } set { puncturePosition2 = value; } } /// /// 穿刺体位 /// [ClassAttributs(Description = "穿刺体位")] public string PunctureSite2 { get { return punctureSite2; } set { punctureSite2 = value; } } /// /// 穿刺深度 /// [ClassAttributs(Description = "穿刺深度")] public string ConduitDepth2 { get { return conduitDepth2; } set { conduitDepth2 = value; } } /// /// 穿刺针号 /// [ClassAttributs(Description = "穿刺针号")] public string NeedleNumber2 { get { return needleNumber2; } set { needleNumber2 = value; } } /// /// 穿刺方向 /// [ClassAttributs(Description = "穿刺方向")] public string NeedleDirection2 { get { return needleDirection2; } set { needleDirection2 = value; } } /// /// 穿刺备注2 /// [ClassAttributs(Description = "穿刺备注2")] public string PunctureRemark2 { get { return punctureRemark2; } set { punctureRemark2 = value; } } /// /// 插管模式 /// [ClassAttributs(Description = "插管模式")] public string IntubateMode { get { return intubateMode; } set { intubateMode = value; } } /// /// 插管类型 /// [ClassAttributs(Description = "插管类型")] public string IntubateType { get { return intubateType; } set { intubateType = value; } } /// /// 插管管号 /// [ClassAttributs(Description = "插管管号")] public string IntubateNumber { get { return intubateNumber; } set { intubateNumber = value; } } /// /// 插管深度 /// [ClassAttributs(Description = "插管深度")] public string IntubateDepth { get { return intubateDepth; } set { intubateDepth = value; } } /// /// 插管部位 /// [ClassAttributs(Description = "插管部位")] public string IntubatePosition { get { return intubatePosition; } set { intubatePosition = value; } } /// /// 插管模式 /// [ClassAttributs(Description = "插管模式")] public string AnaesthesiaMode { get { return anaesthesiaMode; } set { anaesthesiaMode = value; } } /// /// 插管路径 /// [ClassAttributs(Description = "插管路径")] public string IntubatePath { get { return intubatePath; } set { intubatePath = value; } } /// /// 插管其他 /// [ClassAttributs(Description = "插管其他")] public string IntubateOther { get { return intubateOther; } set { intubateOther = value; } } /// /// 神经阻滞 /// [ClassAttributs(Description = "神经阻滞")] public int? NeuroPlexusShallow { get { return neuroPlexusShallow; } set { neuroPlexusShallow = value; } } /// /// 神经阻滞部位 /// [ClassAttributs(Description = "神经阻滞部位")] public int? NeuroPlexusAround { get { return neuroPlexusAround; } set { neuroPlexusAround = value; } } /// /// 神经阻滞类型 /// [ClassAttributs(Description = "神经阻滞类型")] public string BrachialPlexus { get { return brachialPlexus; } set { brachialPlexus = value; } } /// /// 静脉穿刺类型 /// [ClassAttributs(Description = "静脉穿刺类型")] public string VenipunctureType { get { return venipunctureType; } set { venipunctureType = value; } } /// /// 深静脉穿刺 /// [ClassAttributs(Description = "深静脉穿刺")] public string VenipunctureDeep { get { return venipunctureDeep; } set { venipunctureDeep = value; } } /// /// 中心静脉穿刺 /// [ClassAttributs(Description = "中心静脉穿刺")] public string VenipunctureCenter { get { return venipunctureCenter; } set { venipunctureCenter = value; } } /// /// 外请专家 /// [ClassAttributs(Description = "外请专家")] public string Experts { get { return experts; } set { experts = value; } } /// /// 规培麻醉医生 /// [ClassAttributs(Description = "规培麻醉医生")] public string RuleAnesthesiaDoctor { get { return ruleAnesthesiaDoctor; } set { ruleAnesthesiaDoctor = value; } } /// /// 规培护士 /// [ClassAttributs(Description = "规培护士")] public string RuleNurse { get { return ruleNurse; } set { ruleNurse = value; } } /// /// 麻醉平面 /// [ClassAttributs(Description = "麻醉平面")] public string AnesthesiaPlane { get { return anesthesiaPlane; } set { anesthesiaPlane = value; } } /// /// 病人情况 /// [ClassAttributs(Description = "病人情况")] public string SpecialSituation { get { return specialSituation; } set { specialSituation = value; } } /// /// 麻醉效果 /// [ClassAttributs(Description = "麻醉效果")] public string AnesthesiaEffect { get { return anesthesiaEffect; } set { anesthesiaEffect = value; } } /// /// 麻醉镇痛类型 /// [ClassAttributs(Description = "麻醉镇痛类型")] public string OperationAnalgesiaMode { get { return operationAnalgesiaMode; } set { operationAnalgesiaMode = value; } } /// /// 去向 /// [ClassAttributs(Description = "去向")] public string Whereabouts { get { return whereabouts; } set { whereabouts = value; } } /// /// 麻醉变更前方式 /// [ClassAttributs(Description = "麻醉变更前方式")] public string AnesthesiaMethodFirstName { get { return anesthesiaMethodFirstName; } set { anesthesiaMethodFirstName = value; } } /// /// 麻醉变更后方式 /// [ClassAttributs(Description = "麻醉变更后方式")] public string AnesthesiaMethodLastName { get { return anesthesiaMethodLastName; } set { anesthesiaMethodLastName = value; } } /// /// 麻醉变更原因 /// [ClassAttributs(Description = "麻醉变更原因")] public string AnesthesiaMethodChangeReason { get { return anesthesiaMethodChangeReason; } set { anesthesiaMethodChangeReason = value; } } /// /// 麻醉变更时间 /// [ClassAttributs(Description = "麻醉变更时间")] public DateTime? AnesthesiaMethodChangeTime { get { return anesthesiaMethodChangeTime; } set { anesthesiaMethodChangeTime = value; } } /// /// 麻醉接台 /// [ClassAttributs(Description = "麻醉接台")] public string AnesthesiaSucceed { get { return anesthesiaSucceed; } set { anesthesiaSucceed = value; } } /// /// 麻醉接台时间 /// [ClassAttributs(Description = "麻醉接台时间")] public DateTime? AnesthesiaSucceedTime { get { return anesthesiaSucceedTime; } set { anesthesiaSucceedTime = value; } } /// /// 巡回护士接台 /// [ClassAttributs(Description = "巡回护士接台")] public string TourNurseSucceed { get { return tourNurseSucceed; } set { tourNurseSucceed = value; } } /// /// 巡回护士接台 /// [ClassAttributs(Description = "巡回护士接台")] public DateTime? TourNurseSucceedTime { get { return tourNurseSucceedTime; } set { tourNurseSucceedTime = value; } } /// /// 洗手护士接台 /// [ClassAttributs(Description = "洗手护士接台")] public string InstrumentNurseSucceed { get { return instrumentNurseSucceed; } set { instrumentNurseSucceed = value; } } /// /// 洗手护士接台时间 /// [ClassAttributs(Description = "洗手护士接台时间")] public DateTime? InstrumentNurseSucceedTime { get { return instrumentNurseSucceedTime; } set { instrumentNurseSucceedTime = value; } } /// /// 备注 /// [ClassAttributs(Description = "备注")] public string InfoRemark { get { return infoRemark; } set { infoRemark = value; } } /// /// 操作人 /// [ClassAttributs(Description = "操作人")] public string OperatorId { get { return operatorId; } set { operatorId = value; } } /// /// 操作时间 /// [ClassAttributs(Description = "操作时间")] public DateTime? OperatorTime { get { return operatorTime; } set { operatorTime = value; } } /// /// 清醒程度 /// [ClassAttributs(Description = "清醒程度")] public string StewardSober { get { return stewardSober; } set { stewardSober = value; } } /// /// 呼吸道通畅程度 /// [ClassAttributs(Description = "呼吸道通畅程度")] public string StewardBreathing { get { return stewardBreathing; } set { stewardBreathing = value; } } /// /// 肢体活动程度 /// [ClassAttributs(Description = "肢体活动程度")] public string StewardLimbActivity { get { return stewardLimbActivity; } set { stewardLimbActivity = value; } } /// /// Steward评分 /// [ClassAttributs(Description = "Steward评分")] public string StewardNumber { get { return stewardNumber; } set { stewardNumber = value; } } /// /// 扩展1 /// [ClassAttributs(Description = "扩展1")] public string Extend1 { get { return extend1; } set { extend1 = value; } } /// /// 扩展2 /// [ClassAttributs(Description = "扩展2")] public string Extend2 { get { return extend2; } set { extend2 = value; } } /// /// 扩展3 /// [ClassAttributs(Description = "扩展3")] public string Extend3 { get { return extend3; } set { extend3 = value; } } /// /// 扩展4 /// [ClassAttributs(Description = "扩展4")] public string Extend4 { get { return extend4; } set { extend4 = value; } } /// /// 扩展5 /// [ClassAttributs(Description = "扩展5")] public string Extend5 { get { return extend5; } set { extend5 = value; } } } }