using System;
using System.Collections;
using System.Collections.Generic;
using AIMSDAL;
namespace AIMSModel
{
	[Serializable]
    public partial class OperationRecover
	{
        private int? id; 
        private int? patientId; 
        private int? operationApplyId; 
        private DateTime? inRoomTime; 
        private DateTime? outRoomTime; 
        private string inStewardScore; 
        private string respirePattern; 
        private string bloodPressure; 
        private string pulse; 
        private string respire; 
        private string spo2; 
        private string outStewardScore; 
        private string skinMucosa; 
        private int? respireSound; 
        private string hoarseness; 
        private string doctorSign; 
        private string nurseSign; 
        private string remarks; 
        private string operatorNo; 
        private string operatorName; 
        private DateTime? operateDate; 
	
	
	    /// 
        /// 
        /// 
		public int? Id
		{
		    get{ return id; }
			set{ id=value; }
		}
	    /// 
        /// 
        /// 
		public int? PatientId
		{
		    get{ return patientId; }
			set{ patientId=value; }
		}
	    /// 
        /// 
        /// 
		public int? OperationApplyId
		{
		    get{ return operationApplyId; }
			set{ operationApplyId=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? InRoomTime
		{
		    get{ return inRoomTime; }
			set{ inRoomTime=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? OutRoomTime
		{
		    get{ return outRoomTime; }
			set{ outRoomTime=value; }
		}
	    /// 
        /// 
        /// 
		public string InStewardScore
		{
		    get{ return inStewardScore; }
			set{ inStewardScore=value; }
		}
	    /// 
        /// 
        /// 
		public string RespirePattern
		{
		    get{ return respirePattern; }
			set{ respirePattern=value; }
		}
	    /// 
        /// 
        /// 
		public string BloodPressure
		{
		    get{ return bloodPressure; }
			set{ bloodPressure=value; }
		}
	    /// 
        /// 
        /// 
		public string Pulse
		{
		    get{ return pulse; }
			set{ pulse=value; }
		}
	    /// 
        /// 
        /// 
		public string Respire
		{
		    get{ return respire; }
			set{ respire=value; }
		}
	    /// 
        /// 
        /// 
		public string Spo2
		{
		    get{ return spo2; }
			set{ spo2=value; }
		}
	    /// 
        /// 
        /// 
		public string OutStewardScore
		{
		    get{ return outStewardScore; }
			set{ outStewardScore=value; }
		}
	    /// 
        /// 
        /// 
		public string SkinMucosa
		{
		    get{ return skinMucosa; }
			set{ skinMucosa=value; }
		}
	    /// 
        /// 
        /// 
		public int? RespireSound
		{
		    get{ return respireSound; }
			set{ respireSound=value; }
		}
	    /// 
        /// 
        /// 
		public string Hoarseness
		{
		    get{ return hoarseness; }
			set{ hoarseness=value; }
		}
	    /// 
        /// 
        /// 
		public string DoctorSign
		{
		    get{ return doctorSign; }
			set{ doctorSign=value; }
		}
	    /// 
        /// 
        /// 
		public string NurseSign
		{
		    get{ return nurseSign; }
			set{ nurseSign=value; }
		}
	    /// 
        /// 
        /// 
		public string Remarks
		{
		    get{ return remarks; }
			set{ remarks=value; }
		}
	    /// 
        /// 
        /// 
		public string OperatorNo
		{
		    get{ return operatorNo; }
			set{ operatorNo=value; }
		}
	    /// 
        /// 
        /// 
		public string OperatorName
		{
		    get{ return operatorName; }
			set{ operatorName=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? OperateDate
		{
		    get{ return operateDate; }
			set{ operateDate=value; }
		}
	}
}