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; /// /// /// public int? Id { get { return id; } set { id = value; } } /// /// /// public int? PatientId { get { return patientId; } set { patientId = value; } } /// /// /// public int? ApplyId { get { return applyId; } set { applyId = value; } } /// /// /// public int? OperationRecordId { get { return operationRecordId; } set { operationRecordId = value; } } /// /// /// public string OperationCutId { get { return operationCutId; } set { operationCutId = value; } } /// /// /// public string OperationCut { get { return operationCut; } set { operationCut = value; } } /// /// /// public string OperationLevelId { get { return operationLevelId; } set { operationLevelId = value; } } /// /// /// public string OperationLevel { get { return operationLevel; } set { operationLevel = value; } } /// /// /// public string OperationSiteId { get { return operationSiteId; } set { operationSiteId = value; } } /// /// /// public string OperationSite { get { return operationSite; } set { operationSite = value; } } /// /// /// public string PuncturePosition { get { return puncturePosition; } set { puncturePosition = value; } } /// /// /// public string PunctureSite { get { return punctureSite; } set { punctureSite = value; } } /// /// /// public string ConduitDepth { get { return conduitDepth; } set { conduitDepth = value; } } /// /// /// public string NeedleNumber { get { return needleNumber; } set { needleNumber = value; } } /// /// /// public string NeedleDirection { get { return needleDirection; } set { needleDirection = value; } } /// /// /// public string PunctureRemark { get { return punctureRemark; } set { punctureRemark = value; } } /// /// /// public string PuncturePosition2 { get { return puncturePosition2; } set { puncturePosition2 = value; } } /// /// /// public string PunctureSite2 { get { return punctureSite2; } set { punctureSite2 = value; } } /// /// /// public string ConduitDepth2 { get { return conduitDepth2; } set { conduitDepth2 = value; } } /// /// /// public string NeedleNumber2 { get { return needleNumber2; } set { needleNumber2 = value; } } /// /// /// public string NeedleDirection2 { get { return needleDirection2; } set { needleDirection2 = value; } } /// /// /// public string PunctureRemark2 { get { return punctureRemark2; } set { punctureRemark2 = value; } } /// /// /// public string IntubateMode { get { return intubateMode; } set { intubateMode = value; } } /// /// /// public string IntubateType { get { return intubateType; } set { intubateType = value; } } /// /// /// public string IntubateNumber { get { return intubateNumber; } set { intubateNumber = value; } } /// /// /// public string IntubateDepth { get { return intubateDepth; } set { intubateDepth = value; } } /// /// /// public string IntubatePosition { get { return intubatePosition; } set { intubatePosition = value; } } /// /// /// public string AnaesthesiaMode { get { return anaesthesiaMode; } set { anaesthesiaMode = value; } } /// /// /// public string IntubatePath { get { return intubatePath; } set { intubatePath = value; } } /// /// /// public string IntubateOther { get { return intubateOther; } set { intubateOther = value; } } /// /// /// public int? NeuroPlexusShallow { get { return neuroPlexusShallow; } set { neuroPlexusShallow = value; } } /// /// /// public int? NeuroPlexusAround { get { return neuroPlexusAround; } set { neuroPlexusAround = value; } } /// /// /// public string BrachialPlexus { get { return brachialPlexus; } set { brachialPlexus = value; } } /// /// /// public string VenipunctureType { get { return venipunctureType; } set { venipunctureType = value; } } /// /// /// public string VenipunctureDeep { get { return venipunctureDeep; } set { venipunctureDeep = value; } } /// /// /// public string VenipunctureCenter { get { return venipunctureCenter; } set { venipunctureCenter = value; } } /// /// /// public string Experts { get { return experts; } set { experts = value; } } /// /// /// public string RuleAnesthesiaDoctor { get { return ruleAnesthesiaDoctor; } set { ruleAnesthesiaDoctor = value; } } /// /// /// public string RuleNurse { get { return ruleNurse; } set { ruleNurse = value; } } /// /// /// public string AnesthesiaPlane { get { return anesthesiaPlane; } set { anesthesiaPlane = value; } } /// /// /// public string SpecialSituation { get { return specialSituation; } set { specialSituation = value; } } /// /// /// public string AnesthesiaEffect { get { return anesthesiaEffect; } set { anesthesiaEffect = value; } } /// /// /// public string OperationAnalgesiaMode { get { return operationAnalgesiaMode; } set { operationAnalgesiaMode = value; } } /// /// /// public string Whereabouts { get { return whereabouts; } set { whereabouts = value; } } /// /// /// public string AnesthesiaMethodFirstName { get { return anesthesiaMethodFirstName; } set { anesthesiaMethodFirstName = value; } } /// /// /// public string AnesthesiaMethodLastName { get { return anesthesiaMethodLastName; } set { anesthesiaMethodLastName = value; } } /// /// /// public string AnesthesiaMethodChangeReason { get { return anesthesiaMethodChangeReason; } set { anesthesiaMethodChangeReason = value; } } /// /// /// public DateTime? AnesthesiaMethodChangeTime { get { return anesthesiaMethodChangeTime; } set { anesthesiaMethodChangeTime = value; } } /// /// /// public string AnesthesiaSucceed { get { return anesthesiaSucceed; } set { anesthesiaSucceed = value; } } /// /// /// public DateTime? AnesthesiaSucceedTime { get { return anesthesiaSucceedTime; } set { anesthesiaSucceedTime = value; } } /// /// /// public string TourNurseSucceed { get { return tourNurseSucceed; } set { tourNurseSucceed = value; } } /// /// /// public DateTime? TourNurseSucceedTime { get { return tourNurseSucceedTime; } set { tourNurseSucceedTime = value; } } /// /// /// public string InstrumentNurseSucceed { get { return instrumentNurseSucceed; } set { instrumentNurseSucceed = value; } } /// /// /// public DateTime? InstrumentNurseSucceedTime { get { return instrumentNurseSucceedTime; } set { instrumentNurseSucceedTime = value; } } /// /// /// public string InfoRemark { get { return infoRemark; } set { infoRemark = value; } } /// /// /// public string OperatorId { get { return operatorId; } set { operatorId = value; } } /// /// /// public DateTime? OperatorTime { get { return operatorTime; } set { operatorTime = value; } } /// /// /// public string StewardSober { get { return stewardSober; } set { stewardSober = value; } } /// /// /// public string StewardBreathing { get { return stewardBreathing; } set { stewardBreathing = value; } } /// /// /// public string StewardLimbActivity { get { return stewardLimbActivity; } set { stewardLimbActivity = value; } } /// /// /// public string StewardNumber { get { return stewardNumber; } set { stewardNumber = value; } } /// /// /// public string Extend1 { get { return extend1; } set { extend1 = value; } } /// /// /// public string Extend2 { get { return extend2; } set { extend2 = value; } } /// /// /// public string Extend3 { get { return extend3; } set { extend3 = value; } } /// /// /// public string Extend4 { get { return extend4; } set { extend4 = value; } } /// /// /// public string Extend5 { get { return extend5; } set { extend5 = value; } } } }