体检Winform版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.9 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Request
{
public int ID { get; set; }
public Nullable<int> PID { get; set; }
public Nullable<int> 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<System.DateTime> ReqTime { get; set; }
public string Creator { get; set; }
public Nullable<System.DateTime> CreateTime { get; set; }
public string Checker { get; set; }
public Nullable<System.DateTime> CheckTime { get; set; }
public string Checker2 { get; set; }
public Nullable<System.DateTime> CheckTime2 { get; set; }
public string Printer { get; set; }
public Nullable<System.DateTime> PrintTime { get; set; }
public string Sender { get; set; }
public Nullable<System.DateTime> SendTime { get; set; }
public string Receiver { get; set; }
public Nullable<System.DateTime> ReceiveTime { get; set; }
public Nullable<int> Status { get; set; }
public Nullable<System.DateTime> ConsentPrintTime { get; set; }
public string ConsentPrinter { get; set; }
public Nullable<int> PrintCount { get; set; }
public Nullable<System.DateTime> LastPrintTime { get; set; }
public string LastPrinter { get; set; }
public Nullable<System.DateTime> CancelTime { get; set; }
public string Canceler { get; set; }
public Nullable<bool> IsEmer { get; set; }
public Nullable<bool> HasTrans { get; set; }
public Nullable<bool> HasAllergy { get; set; }
public Nullable<bool> HasEncyesis { get; set; }
public Nullable<bool> 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<bool> IsInOper { get; set; }
public string CancelDeptName { get; set; }
public string CancelReason { get; set; }
}
}