using System; using System.Collections; using System.Collections.Generic; namespace DrawGraph { [Serializable] public partial class OperationRecordAnalgesia { private int? id; private int? patientId; private int? applyId; private int? operationRecordId; private string prohibitedDrinkingTime; private string prohibitedEatingTime; private string consciousness; private string nutritionalDevelopment; private string pregnancy; private string looseDenture; private string difficultyOpeningMouth; private string mouthOpeningDegree; private string airwayAssessment; private string drugAllergy; private string heartFunction; private string hypertension; private string anesthesiaSurgeryHistory; private string anesthesiaSurgeryHistoryDetails; private string cardiovascularSystem; private string cardiovascularSystemDetails; private string respiratorySystem; private string respiratorySystemDetails; private string endocrineSystem; private string endocrineSystemDetails; private string aSAClassification; private string sedationAnalgesiaPlan; private string otherSpecialConditions; private string patientOutcome; private string painScore; private string highFallRisk; private string evaluator; private string postoperativeMonitoringDoctor; private string stewardScoreDischarge; private string assessmentTime; private int? isValid; private int? operatorId; private DateTime? operatorTime; private string remark; 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; } } [NoCreatControlAttributs] public int? PatientId { get{ return patientId; } set{ patientId=value; } } [NoCreatControlAttributs] public int? ApplyId { get{ return applyId; } set{ applyId=value; } } [NoCreatControlAttributs] public int? OperationRecordId { get{ return operationRecordId; } set{ operationRecordId=value; } } /// /// 禁饮时间 /// [ClassAttributs(Description = "禁饮时间")] public string ProhibitedDrinkingTime { get{ return prohibitedDrinkingTime; } set{ prohibitedDrinkingTime=value; } } /// /// 禁食时间 /// [ClassAttributs(Description = "禁食时间")] public string ProhibitedEatingTime { get{ return prohibitedEatingTime; } set{ prohibitedEatingTime=value; } } /// /// 意识 /// [ClassAttributs(Description = "意识")] public string Consciousness { get{ return consciousness; } set{ consciousness=value; } } /// /// 营养发育 /// [ClassAttributs(Description = "营养发育")] public string NutritionalDevelopment { get{ return nutritionalDevelopment; } set{ nutritionalDevelopment=value; } } /// /// 怀孕 /// [ClassAttributs(Description = "怀孕")] public string Pregnancy { get{ return pregnancy; } set{ pregnancy=value; } } /// /// 义齿松动齿 [ClassAttributs(Description = "义齿松动齿")] /// public string LooseDenture { get{ return looseDenture; } set{ looseDenture=value; } } /// /// 张口困难 /// [ClassAttributs(Description = "张口困难")] public string DifficultyOpeningMouth { get{ return difficultyOpeningMouth; } set{ difficultyOpeningMouth=value; } } /// /// 张口度 /// [ClassAttributs(Description = "张口度")] public string MouthOpeningDegree { get{ return mouthOpeningDegree; } set{ mouthOpeningDegree=value; } } /// /// 气道评级 /// [ClassAttributs(Description = "气道评级")] public string AirwayAssessment { get{ return airwayAssessment; } set{ airwayAssessment=value; } } /// /// 药物过敏 /// [ClassAttributs(Description = "药物过敏")] public string DrugAllergy { get{ return drugAllergy; } set{ drugAllergy=value; } } /// /// 心功能 /// [ClassAttributs(Description = "心功能")] public string HeartFunction { get{ return heartFunction; } set{ heartFunction=value; } } /// /// 高血压 /// [ClassAttributs(Description = "高血压")] public string Hypertension { get{ return hypertension; } set{ hypertension=value; } } /// /// 麻醉手术史 /// [ClassAttributs(Description = "麻醉手术史")] public string AnesthesiaSurgeryHistory { get{ return anesthesiaSurgeryHistory; } set{ anesthesiaSurgeryHistory=value; } } /// /// 麻醉手术史内容 /// [ClassAttributs(Description = "麻醉手术史内容")] public string AnesthesiaSurgeryHistoryDetails { get{ return anesthesiaSurgeryHistoryDetails; } set{ anesthesiaSurgeryHistoryDetails=value; } } /// /// 心血管系统 /// [ClassAttributs(Description = "心血管系统")] public string CardiovascularSystem { get{ return cardiovascularSystem; } set{ cardiovascularSystem=value; } } /// /// 心血管系统内容 /// [ClassAttributs(Description = "心血管系统内容")] public string CardiovascularSystemDetails { get{ return cardiovascularSystemDetails; } set{ cardiovascularSystemDetails=value; } } /// /// 呼吸系统 /// [ClassAttributs(Description = "呼吸系统")] public string RespiratorySystem { get{ return respiratorySystem; } set{ respiratorySystem=value; } } /// /// 呼吸系统内容 /// [ClassAttributs(Description = "呼吸系统内容")] public string RespiratorySystemDetails { get{ return respiratorySystemDetails; } set{ respiratorySystemDetails=value; } } /// /// 内分泌系统 /// [ClassAttributs(Description = "内分泌系统")] public string EndocrineSystem { get{ return endocrineSystem; } set{ endocrineSystem=value; } } /// /// 内分泌系统内容 /// [ClassAttributs(Description = "内分泌系统内容")] public string EndocrineSystemDetails { get{ return endocrineSystemDetails; } set{ endocrineSystemDetails=value; } } /// /// ASA分级 /// [ClassAttributs(Description = "ASA分级")] public string ASAClassification { get{ return aSAClassification; } set{ aSAClassification=value; } } /// /// 镇静镇痛计划 /// [ClassAttributs(Description = "镇静镇痛计划")] public string SedationAnalgesiaPlan { get{ return sedationAnalgesiaPlan; } set{ sedationAnalgesiaPlan=value; } } /// /// 其他特殊情况 /// [ClassAttributs(Description = "其他特殊情况")] public string OtherSpecialConditions { get{ return otherSpecialConditions; } set{ otherSpecialConditions=value; } } /// /// 患者转归 /// [ClassAttributs(Description = "患者转归")] public string PatientOutcome { get{ return patientOutcome; } set{ patientOutcome=value; } } /// /// 疼痛评分 /// [ClassAttributs(Description = "疼痛评分")] public string PainScore { get{ return painScore; } set{ painScore=value; } } /// /// 高跌倒风险 /// [ClassAttributs(Description = "高跌倒风险")] public string HighFallRisk { get{ return highFallRisk; } set{ highFallRisk=value; } } /// /// 评估者 /// [ClassAttributs(Description = "评估者")] public string Evaluator { get{ return evaluator; } set{ evaluator=value; } } /// /// 术后监测医师 /// [ClassAttributs(Description = "术后监测医师")] public string PostoperativeMonitoringDoctor { get{ return postoperativeMonitoringDoctor; } set{ postoperativeMonitoringDoctor=value; } } /// /// 出室Steward评分 /// [ClassAttributs(Description = "出室Steward评分")] public string StewardScoreDischarge { get{ return stewardScoreDischarge; } set{ stewardScoreDischarge=value; } } /// /// 评估时间 /// [ClassAttributs(Description = "评估时间")] public string AssessmentTime { get{ return assessmentTime; } set{ assessmentTime=value; } } [NoCreatControlAttributs] public int? IsValid { get{ return isValid; } set{ isValid=value; } } [NoCreatControlAttributs] public int? OperatorId { get{ return operatorId; } set{ operatorId=value; } } [NoCreatControlAttributs] public DateTime? OperatorTime { get{ return operatorTime; } set{ operatorTime=value; } } /// /// 备注 /// [ClassAttributs(Description = "备注")] public string Remark { get{ return remark; } set{ remark=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; } } } }