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.
78 lines
3.4 KiB
78 lines
3.4 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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<bool> IsEmer { get; set; }
|
|
public string Barcode { get; set; }
|
|
public string SampleCode { get; set; }
|
|
public Nullable<System.DateTime> TestDate { get; set; }
|
|
public Nullable<System.DateTime> CollectDate { get; set; }
|
|
public string CollectorCode { get; set; }
|
|
public string Collector { get; set; }
|
|
public Nullable<System.DateTime> CheckDate { get; set; }
|
|
public string CheckerCode { get; set; }
|
|
public string Checker { get; set; }
|
|
public Nullable<decimal> Cost { get; set; }
|
|
public string Position { get; set; }
|
|
public string Diagnose { get; set; }
|
|
public Nullable<System.DateTime> 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<System.DateTime> 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<System.DateTime> BirthDay { get; set; }
|
|
public string BedNo { get; set; }
|
|
public Nullable<System.DateTime> 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<bool> HasChecked { get; set; }
|
|
public Nullable<bool> HasCollected { get; set; }
|
|
public Nullable<bool> HasCharged { get; set; }
|
|
public Nullable<bool> HasPrinted { get; set; }
|
|
public string ReqItemCode { get; set; }
|
|
public string ReqItemName { get; set; }
|
|
public Nullable<decimal> Price { get; set; }
|
|
public Nullable<decimal> Quantity { get; set; }
|
|
public string BarCodeClassCode { get; set; }
|
|
public string BarCodeClassName { get; set; }
|
|
public Nullable<decimal> Color { get; set; }
|
|
public Nullable<int> Seq { get; set; }
|
|
public Nullable<int> StatusCode { get; set; }
|
|
public Nullable<int> 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<bool> HasPast { get; set; }
|
|
}
|
|
}
|
|
|