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