using System; namespace AIMSModel { [Serializable] public partial class OperatingRoomPutDoorRegister { private int? id; private string patientId; private string hISPatientId; private string inHospitalNo; private string visitId; private string patientModel; private string patientDeptNo; private string patientDeptName; private string patientBedNo; private string name; private string sex; private string age; private DateTime? birthDay; private Decimal? height; private Decimal? weight; private string idEntityNo; private string tel; private string address; private string contacts; private string contactsTel; private string operationType; private int? isPlanAgainOperation; private string execDeptNo; private string execDeptName; private string anaesthesiaMethod; private int? isPainClinic; private string painTreatment; private string painTreatmentRemark; private string diagnose; private string diagnoseRemark; private string operation; private string oPerationRemark; private string anaesthesia; private string anaesthesiaRemark; private string aSALevel; private string operationLevel; private string operationPosition; private string anaesthesiaDrugs; private string complication; private string operationSituation; private DateTime? operationDate; private DateTime? anaesthesiaBeginTime; private DateTime? anaesthesiaEndTime; private DateTime? operationBeginTime; private DateTime? operationEndTime; private string operationDoctorNo; private string operationDoctorName; private string anaesthesiaDoctorNo; private string anaesthesiaDoctorName; private string instrumentNurseNo; private string instrumentNurseName; private string tourNurseNo; private string tourNurseName; private int? isValid; private int? state; private string opeatorNo; private DateTime? operatorTime; private string remark; private string hCode; /// /// 编号,自增 /// public int? Id { get{ return id; } set{ id=value; } } /// /// 患者Id /// public string PatientId { get{ return patientId; } set{ patientId=value; } } /// /// 患者HISId /// public string HISPatientId { get{ return hISPatientId; } set{ hISPatientId=value; } } /// /// 住院/门诊(编号) /// public string InHospitalNo { get{ return inHospitalNo; } set{ inHospitalNo=value; } } /// /// 住院次数(就诊次数) /// public string VisitId { get{ return visitId; } set{ visitId=value; } } /// /// 患者类别(门诊、住院) /// public string PatientModel { get{ return patientModel; } set{ patientModel=value; } } /// /// 患者科室编号 /// public string PatientDeptNo { get{ return patientDeptNo; } set{ patientDeptNo=value; } } /// /// 患者科室名称 /// public string PatientDeptName { get{ return patientDeptName; } set{ patientDeptName=value; } } /// /// 床位 /// public string PatientBedNo { get{ return patientBedNo; } set{ patientBedNo=value; } } /// /// 姓名 /// public string Name { get{ return name; } set{ name=value; } } /// /// 性别 /// public string Sex { get{ return sex; } set{ sex=value; } } /// /// 年龄 /// public string Age { get{ return age; } set{ age=value; } } /// /// 出生日期 /// public DateTime? BirthDay { get{ return birthDay; } set{ birthDay=value; } } /// /// 身高 /// public Decimal? Height { get{ return height; } set{ height=value; } } /// /// 体重 /// public Decimal? Weight { get{ return weight; } set{ weight=value; } } /// /// 身份证号码 /// public string IdEntityNo { get{ return idEntityNo; } set{ idEntityNo=value; } } /// /// 电话 /// public string Tel { get{ return tel; } set{ tel=value; } } /// /// 住址 /// public string Address { get{ return address; } set{ address=value; } } /// /// 联系人 /// public string Contacts { get{ return contacts; } set{ contacts=value; } } /// /// 联系人电话 /// public string ContactsTel { get{ return contactsTel; } set{ contactsTel=value; } } /// /// 手术类型(择期、急诊、日间) /// public string OperationType { get{ return operationType; } set{ operationType=value; } } /// /// 是否计划再次手术 /// public int? IsPlanAgainOperation { get{ return isPlanAgainOperation; } set{ isPlanAgainOperation=value; } } /// /// 执行科室编号 /// public string ExecDeptNo { get{ return execDeptNo; } set{ execDeptNo=value; } } /// /// 执行科室名称 /// public string ExecDeptName { get{ return execDeptName; } set{ execDeptName=value; } } /// /// 其他麻醉方式(分娩镇痛,无痛人流、无痛胃镜、无痛肠镜、无痛气管镜、无痛介入、急救插管、ERCP、MECT)等 /// public string AnaesthesiaMethod { get{ return anaesthesiaMethod; } set{ anaesthesiaMethod=value; } } /// /// 是否疼痛门诊 /// public int? IsPainClinic { get{ return isPainClinic; } set{ isPainClinic=value; } } /// /// 疼痛治疗 /// public string PainTreatment { get{ return painTreatment; } set{ painTreatment=value; } } /// /// 疼痛治疗备注 /// public string PainTreatmentRemark { get{ return painTreatmentRemark; } set{ painTreatmentRemark=value; } } /// /// 诊断 /// public string Diagnose { get{ return diagnose; } set{ diagnose=value; } } /// /// 诊断备注 /// public string DiagnoseRemark { get{ return diagnoseRemark; } set{ diagnoseRemark=value; } } /// /// 手术 /// public string Operation { get{ return operation; } set{ operation=value; } } /// /// 手术备注 /// public string OPerationRemark { get{ return oPerationRemark; } set{ oPerationRemark=value; } } /// /// 麻醉 /// public string Anaesthesia { get{ return anaesthesia; } set{ anaesthesia=value; } } /// /// 麻醉备注 /// public string AnaesthesiaRemark { get{ return anaesthesiaRemark; } set{ anaesthesiaRemark=value; } } /// /// ASA分级 /// public string ASALevel { get{ return aSALevel; } set{ aSALevel=value; } } /// /// 手术分级 /// public string OperationLevel { get{ return operationLevel; } set{ operationLevel=value; } } /// /// 手术体位 /// public string OperationPosition { get{ return operationPosition; } set{ operationPosition=value; } } /// /// 麻醉用药 /// public string AnaesthesiaDrugs { get{ return anaesthesiaDrugs; } set{ anaesthesiaDrugs=value; } } /// /// 合并症 /// public string Complication { get{ return complication; } set{ complication=value; } } /// /// 术中情况 /// public string OperationSituation { get{ return operationSituation; } set{ operationSituation=value; } } /// /// 手术日期 /// public DateTime? OperationDate { get{ return operationDate; } set{ operationDate=value; } } /// /// 麻醉开始时间 /// public DateTime? AnaesthesiaBeginTime { get{ return anaesthesiaBeginTime; } set{ anaesthesiaBeginTime=value; } } /// /// 麻醉结束时间 /// public DateTime? AnaesthesiaEndTime { get{ return anaesthesiaEndTime; } set{ anaesthesiaEndTime=value; } } /// /// 手术开始时间 /// public DateTime? OperationBeginTime { get{ return operationBeginTime; } set{ operationBeginTime=value; } } /// /// 手术结束时间 /// public DateTime? OperationEndTime { get{ return operationEndTime; } set{ operationEndTime=value; } } /// /// 手术医生工号 /// public string OperationDoctorNo { get{ return operationDoctorNo; } set{ operationDoctorNo=value; } } /// /// 手术医生姓名 /// public string OperationDoctorName { get{ return operationDoctorName; } set{ operationDoctorName=value; } } /// /// 麻醉医生工号 /// public string AnaesthesiaDoctorNo { get{ return anaesthesiaDoctorNo; } set{ anaesthesiaDoctorNo=value; } } /// /// 麻醉医生姓名 /// public string AnaesthesiaDoctorName { get{ return anaesthesiaDoctorName; } set{ anaesthesiaDoctorName=value; } } /// /// 器械护士工号 /// public string InstrumentNurseNo { get{ return instrumentNurseNo; } set{ instrumentNurseNo=value; } } /// /// 器械护士姓名 /// public string InstrumentNurseName { get{ return instrumentNurseName; } set{ instrumentNurseName=value; } } /// /// 巡回护士工号 /// public string TourNurseNo { get{ return tourNurseNo; } set{ tourNurseNo=value; } } /// /// 巡回护士姓名 /// public string TourNurseName { get{ return tourNurseName; } set{ tourNurseName=value; } } /// /// 是否有效 /// public int? IsValid { get{ return isValid; } set{ isValid=value; } } /// /// 状态 /// public int? State { get{ return state; } set{ state=value; } } /// /// 登记人工号 /// public string OpeatorNo { get{ return opeatorNo; } set{ opeatorNo=value; } } /// /// 登记时间 /// public DateTime? OperatorTime { get{ return operatorTime; } set{ operatorTime=value; } } /// /// 备注 /// public string Remark { get{ return remark; } set{ remark=value; } } /// /// 拼音码 /// public string HCode { get{ return hCode; } set{ hCode=value; } } } }