//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Collect_Check_Advice
{
public int AdviceID { get; set; }
public string ReqCode { get; set; }
public string RptItemCode { get; set; }
public string RptItemName { get; set; }
public string PatientID { get; set; }
public string PatientName { get; set; }
public string PatientClassCode { get; set; }
public string Sex { get; set; }
public Nullable BirthDay { get; set; }
public string BedNo { get; set; }
public string ReqDoctorCode { get; set; }
public string ReqDeptCode { get; set; }
public string ReqDomainCode { get; set; }
public string CostClass { get; set; }
public string Diagnose { get; set; }
public Nullable BillDate { get; set; }
public string SpecimenCode { get; set; }
public string BarCodeClassCode { get; set; }
public string Description { get; set; }
public string OpDoctorCode { get; set; }
public string BarcodeNew { get; set; }
public Nullable IsEmer { get; set; }
public Nullable IsConfirm { get; set; }
public string AdviceNo { get; set; }
}
}