//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Collect_Record
{
public int CollectID { get; set; }
public string SerialNum { get; set; }
public Nullable IsEmer { get; set; }
public string Barcode { get; set; }
public string SampleCode { get; set; }
public Nullable TestDate { get; set; }
public Nullable CollectDate { get; set; }
public string CollectorCode { get; set; }
public string Collector { get; set; }
public Nullable CheckDate { get; set; }
public string CheckerCode { get; set; }
public string Checker { get; set; }
public Nullable Cost { get; set; }
public string Position { get; set; }
public string Diagnose { get; set; }
public Nullable ChargeDate { get; set; }
public string ChargerCode { get; set; }
public string Charger { get; set; }
public string ReporterCode { get; set; }
public string Reporter { get; set; }
public Nullable ReportDate { get; set; }
public string SpecimenCode { get; set; }
public string SpecimenName { get; set; }
public string PatientClassCode { get; set; }
public string PatientClassName { get; set; }
public string PatientID { get; set; }
public string Name { get; set; }
public string Sex { get; set; }
public Nullable BirthDay { get; set; }
public string BedNo { get; set; }
public Nullable ReqDate { get; set; }
public string DeptCode { get; set; }
public string DeptName { get; set; }
public string DomainCode { get; set; }
public string Domain { get; set; }
public string DoctCode { get; set; }
public string DoctName { get; set; }
public string CostClass { get; set; }
public Nullable HasChecked { get; set; }
public Nullable HasCollected { get; set; }
public Nullable HasCharged { get; set; }
public Nullable HasPrinted { get; set; }
public string ReqItemCode { get; set; }
public string ReqItemName { get; set; }
public Nullable Price { get; set; }
public Nullable Quantity { get; set; }
public string BarCodeClassCode { get; set; }
public string BarCodeClassName { get; set; }
public Nullable Color { get; set; }
public Nullable Seq { get; set; }
public Nullable StatusCode { get; set; }
public Nullable Age { get; set; }
public string AgeClass { get; set; }
public string HisId { get; set; }
public string OrderNo { get; set; }
public string OrderItemNo { get; set; }
public string IDCardNo { get; set; }
public string Address { get; set; }
public string HisTel { get; set; }
public Nullable HasPast { get; set; }
}
}