//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码已从模板生成。
|
//
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace sbcLabSystem.Import
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class StandAnswerInfoes
|
{
|
public int Id { get; set; }
|
public int ProjectId { get; set; }
|
public string AnswerData { get; set; }
|
public bool ABO_RhD_FirstPatient { get; set; }
|
public bool CrossMatch_W_FirstPatient { get; set; }
|
public bool AntibodyScreening_FirstPatient { get; set; }
|
public bool AntibodyIdentification_FirstPatient { get; set; }
|
public Nullable<System.DateTime> CreateDate { get; set; }
|
public int AdminID { get; set; }
|
public Nullable<System.DateTime> UpdateDate { get; set; }
|
public bool IsRead { get; set; }
|
public int ABO_RhD_SecPatient { get; set; }
|
public int ABO_RhD_ThdPatient { get; set; }
|
public int CrossMatch_W_SecPatient { get; set; }
|
public int CrossMatch_W_ThdPatient { get; set; }
|
public int CrossMatch_Y_FirstPatient { get; set; }
|
public int CrossMatch_Y_SecPatient { get; set; }
|
public int CrossMatch_Y_ThdPatient { get; set; }
|
public int CrossMatch_Z_FirstPatient { get; set; }
|
public int CrossMatch_Z_SecPatient { get; set; }
|
public int CrossMatch_Z_ThdPatient { get; set; }
|
public int AntibodyScreening_SecPatient { get; set; }
|
public int AntibodyScreening_ThdPatient { get; set; }
|
public int AntibodyIdentification_SecPatient { get; set; }
|
public int AntibodyIdentification_ThdPatient { get; set; }
|
public int QCDistInfoId { get; set; }
|
|
public virtual QCDistributions QCDistributions { get; set; }
|
}
|
}
|