//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace PEIS.Model
{
using System;
using System.Collections.Generic;
public partial class Blood_Patient
{
public int ID { get; set; }
public string PatientID { get; set; }
public string Barcode { get; set; }
public string PatientName { get; set; }
public string PatientClassCode { get; set; }
public string PatientClass { get; set; }
public string Sex { get; set; }
public Nullable BirthDay { get; set; }
public Nullable InTime { get; set; }
public Nullable Age { get; set; }
public string BedNo { get; set; }
public string ReqDoctorCode { get; set; }
public string ReqDoctorName { get; set; }
public string ReqDeptCode { get; set; }
public string ReqDeptName { get; set; }
public string ReqDomainCode { get; set; }
public string ReqDomainName { get; set; }
public Nullable ReqTime { get; set; }
public Nullable Cost { get; set; }
public string CostClass { get; set; }
public string CostFlag { get; set; }
public string ICD { get; set; }
public string DiagnoseIn { 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 HospitalCode { get; set; }
public string HospitalName { get; set; }
public string Abo { get; set; }
public string Rh { get; set; }
public string BloodTypeCode { get; set; }
public Nullable CreateTime { get; set; }
public string Creater { get; set; }
public Nullable PlanTime { get; set; }
public string Scheme { get; set; }
public string PurposeCode { get; set; }
public string AgeClass { get; set; }
public string CharacterCode { get; set; }
public string DiffGroupReason { get; set; }
public string OperationName { get; set; }
public Nullable IsDiffGroup { get; set; }
public Nullable IsOperation { get; set; }
public string Diagnose { get; set; }
}
}