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.
86 lines
3.8 KiB
86 lines
3.8 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PEIS.Model
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
public partial class Blood_Match
|
|
{
|
|
public int ID { get; set; }
|
|
public Nullable<int> RID { get; set; }
|
|
public Nullable<System.DateTime> MatchTime { get; set; }
|
|
public string MatcherCode { get; set; }
|
|
public string Matcher { get; set; }
|
|
public Nullable<System.DateTime> TestDate { get; set; }
|
|
public string SampleCode { get; set; }
|
|
public string Reporter { get; set; }
|
|
public string Checker { get; set; }
|
|
public Nullable<System.DateTime> ReportTime { get; set; }
|
|
public Nullable<System.DateTime> CheckTime { get; set; }
|
|
public string Barcode { get; set; }
|
|
public Nullable<bool> IsEmer { get; set; }
|
|
public string SpecimenCode { get; set; }
|
|
public string SpecimenName { get; set; }
|
|
public string PatientName { get; set; }
|
|
public string PatientClassCode { get; set; }
|
|
public string PatientClass { get; set; }
|
|
public string Sex { get; set; }
|
|
public Nullable<System.DateTime> BirthDay { get; set; }
|
|
public Nullable<int> Age { get; set; }
|
|
public string AgeClass { get; set; }
|
|
public string BedNo { get; set; }
|
|
public string ReqDoctCode { get; set; }
|
|
public string ReqDoctName { get; set; }
|
|
public string ReqDeptCode { get; set; }
|
|
public string ReqDeptName { get; set; }
|
|
public string ReqDomainCode { get; set; }
|
|
public string ReqDomainName { get; set; }
|
|
public Nullable<System.DateTime> ReqTime { get; set; }
|
|
public Nullable<decimal> Cost { get; set; }
|
|
public string CostClass { get; set; }
|
|
public string ICD { get; set; }
|
|
public string Diagnose { get; set; }
|
|
public string Description { get; set; }
|
|
public string Tel { get; set; }
|
|
public string HisID { get; set; }
|
|
public string IDCardNo { get; set; }
|
|
public string Address { get; set; }
|
|
public string HisTel { get; set; }
|
|
public string Abo { get; set; }
|
|
public string Rh { get; set; }
|
|
public string BloodTypeCode { get; set; }
|
|
public Nullable<System.DateTime> CreateTime { get; set; }
|
|
public string Creator { get; set; }
|
|
public string Printer { get; set; }
|
|
public string PrintTime { get; set; }
|
|
public Nullable<bool> PrintFlag { get; set; }
|
|
public string LastPrinter { get; set; }
|
|
public string LastPrintTime { get; set; }
|
|
public Nullable<int> PrintCount { 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 CostResult { get; set; }
|
|
public string SenderCode { get; set; }
|
|
public string Sender { get; set; }
|
|
public Nullable<System.DateTime> SendTime { get; set; }
|
|
public string PatientId { get; set; }
|
|
public string CheckerCode { get; set; }
|
|
public Nullable<System.DateTime> TakeTime { get; set; }
|
|
public string Taker { get; set; }
|
|
}
|
|
}
|
|
|