//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace DataAccess { using System; using System.Collections.Generic; public partial class Patient { public long Id { get; set; } public Nullable VisitDate { get; set; } public string VisitNo { get; set; } public string ClinicLabel { get; set; } public string PVID { get; set; } public string PatientId { get; set; } public string Doctor { get; set; } public string Sex { get; set; } public string IndentityNo { get; set; } public Nullable TriageDate { get; set; } public string TriageBy { get; set; } public string TriageTarget { get; set; } public string TriageLevel { get; set; } public string VisitID { get; set; } public string PatientName { get; set; } public Nullable PatientBirthDate { get; set; } public string ChargeType { get; set; } public string Identity { get; set; } public string ContectPhone { get; set; } public string ContectPerson { get; set; } public string PatientAddress { get; set; } public string GreenRoad { get; set; } public string Diagnosis { get; set; } public string Status { get; set; } public string RegisterFrom { get; set; } public string Nation { get; set; } public Nullable InDeptTime { get; set; } public string BedNo { get; set; } public string BloodType { get; set; } public string RhType { get; set; } } }