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