//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码已从模板生成。
|
//
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace sbcLabSystem.Import
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class EQAAnswer
|
{
|
public int ID { get; set; }
|
public int DistributionID { get; set; }
|
public string Answer { get; set; }
|
public System.DateTime CreateDate { get; set; }
|
public System.DateTime UpdateDate { get; set; }
|
public int AdminID { get; set; }
|
public bool FP_BloodGroup { get; set; }
|
public bool SP_BloodGroup { get; set; }
|
public bool TP_BloodGroup { get; set; }
|
public bool FP_DonorW_CrossMatch { get; set; }
|
public bool FP_DonorY_CrossMatch { get; set; }
|
public bool FP_DonorZ_CrossMatch { get; set; }
|
public bool SP_DonorW_CrossMatch { get; set; }
|
public bool SP_DonorY_CrossMatch { get; set; }
|
public bool SP_DonorZ_CrossMatch { get; set; }
|
public bool TP_DonorW_CrossMatch { get; set; }
|
public bool TP_DonorY_CrossMatch { get; set; }
|
public bool TP_DonorZ_CrossMatch { get; set; }
|
public bool FP_AntibodyScreen { get; set; }
|
public bool SP_AntibodyScreen { get; set; }
|
public bool TP_AntibodyScreen { get; set; }
|
public bool FP_AntibodyIdentification { get; set; }
|
public bool SP_AntibodyIdentification { get; set; }
|
public bool TP_AntibodyIdentification { get; set; }
|
public bool IsRead { get; set; }
|
}
|
}
|