体检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.

63 lines
2.7 KiB

2 years ago
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Match_Detail
{
public int ID { get; set; }
public Nullable<int> MID { get; set; }
public Nullable<int> BID { get; set; }
public string BloodCode { get; set; }
public string Method1Code { get; set; }
public string Method1 { get; set; }
public string Method2Code { get; set; }
public string Method2 { get; set; }
public string Primary1ResultCode { get; set; }
public string Primary1Result { get; set; }
public string Secondary1ResultCode { get; set; }
public string Secondary1Result { get; set; }
public string Primary2ResultCode { get; set; }
public string Primary2Result { get; set; }
public string Secondary2ResultCode { get; set; }
public string Secondary2Result { get; set; }
public Nullable<int> Seq { get; set; }
public Nullable<bool> HasCharged { get; set; }
public Nullable<decimal> Fee { get; set; }
public string ChargeResult { get; set; }
public Nullable<bool> IsOut { get; set; }
public Nullable<int> OID { get; set; }
public string BloodTypeCode { get; set; }
public string BloodType { get; set; }
public string Screening { get; set; }
public string Conclusion { get; set; }
public string Abo { get; set; }
public string Rh { get; set; }
public string AdviceText { get; set; }
public string OrderNo { get; set; }
public Nullable<bool> HasCost { get; set; }
public string AdvicerCode { get; set; }
public string Advicer { get; set; }
public Nullable<System.DateTime> AdviceTime { get; set; }
public string CosterCode { get; set; }
public string Coster { get; set; }
public Nullable<System.DateTime> CostTime { get; set; }
public string FeeItemCode { get; set; }
public Nullable<System.DateTime> SendTime { get; set; }
public string Sender { get; set; }
public Nullable<System.DateTime> PrintTime { get; set; }
public string Printer { get; set; }
public Nullable<System.DateTime> TakeTime { get; set; }
public string Taker { get; set; }
}
}