//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Request
{
public int ID { get; set; }
public Nullable PID { get; set; }
public Nullable ReqType { get; set; }
public string ReqItemCode { get; set; }
public string ReqItemName { get; set; }
public string OrderNo { get; set; }
public string OrderItemNo { get; set; }
public string ReqDeptCode { get; set; }
public string ReqDeptName { get; set; }
public string ReqDoctCode { get; set; }
public string ReqDoctName { get; set; }
public string ReqDomainCode { get; set; }
public string ReqDomainName { get; set; }
public Nullable ReqTime { get; set; }
public string Creator { get; set; }
public Nullable CreateTime { get; set; }
public string Checker { get; set; }
public Nullable CheckTime { get; set; }
public string Checker2 { get; set; }
public Nullable CheckTime2 { get; set; }
public string Printer { get; set; }
public Nullable PrintTime { get; set; }
public string Sender { get; set; }
public Nullable SendTime { get; set; }
public string Receiver { get; set; }
public Nullable ReceiveTime { get; set; }
public Nullable Status { get; set; }
public Nullable ConsentPrintTime { get; set; }
public string ConsentPrinter { get; set; }
public Nullable PrintCount { get; set; }
public Nullable LastPrintTime { get; set; }
public string LastPrinter { get; set; }
public Nullable CancelTime { get; set; }
public string Canceler { get; set; }
public Nullable IsEmer { get; set; }
public Nullable HasTrans { get; set; }
public Nullable HasAllergy { get; set; }
public Nullable HasEncyesis { get; set; }
public Nullable HasReact { get; set; }
public string AdviceText { get; set; }
public string CheckContent { get; set; }
public string CheckContent2 { get; set; }
public string PatientId { get; set; }
public string Flag { get; set; }
public Nullable IsInOper { get; set; }
public string CancelDeptName { get; set; }
public string CancelReason { get; set; }
}
}