using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SchedulingSystemClient.EntityClass
{
public class Cus_SSSQB
{
public int ID { get; set; }
///
/// 申请单号
///
public string SQDH { get; set; }
///
/// 住院号
///
public string ZYH { get; set; }
///
/// 患者姓名
///
public string HZXM { get; set; }
///
/// 科室ID
///
public int? KSID { get; set; }
///
/// 科室编码
///
public string KSBM { get; set; }
///
/// 科室名称
///
public string KSMC { get; set; }
///
/// 申请时间
///
public DateTime? SQSJ { get; set; }
///
/// 术前诊断
///
public string SQZD { get; set; }
///
/// 手术ID
///
public int? SSID { get; set; }
///
/// 手术编码
///
public string SSBM { get; set; }
///
/// 手术名称
///
public string SSMC { get; set; }
///
/// 手术等级ID
///
public int? SSDJID { get; set; }
///
/// 手术等级
///
public string SSDJ { get; set; }
///
/// 手术等级权重
///
public int? SSDJQZ { get; set; }
///
/// 切口类型ID
///
public int? QKLXID { get; set; }
///
/// 切口类型
///
public string QKLX { get; set; }
///
/// 切口类型权重
///
public int? QKLXQZ { get; set; }
///
/// 清洁时间ID
///
public int? QJSJID { get; set; }
///
/// 清洁时长
///
public decimal? QJSC { get; set; }
///
/// 手术时长
///
public decimal? SSSC { get; set; }
///
/// 主刀医生ID
///
public int? ZDYSID { get; set; }
///
/// 主刀医生编码
///
public string ZDYSMB { get; set; }
///
/// 主刀医生姓名
///
public string ZDYSXM { get; set; }
///
/// 是否急诊
///
public bool? SFJZ { get; set; }
///
/// 是否急诊
///
public string strSFJZ { get; set; }
///
/// 诊疗卡号
///
public string ZLKH { get; set; }
///
/// 权重
///
public int? QZ { get; set; }
///
/// 手术总时长
///
public decimal? SSZSC { get; set; }
///
/// 申请状态
///
public string SQZT { get; set; }
public int ZT { get; set; }
public int? SSLX { get; set; }
}
}