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.
42 lines
1.7 KiB
42 lines
1.7 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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<System.DateTime> 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<System.DateTime> 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<bool> IsEmer { get; set; }
|
|
public Nullable<bool> IsConfirm { get; set; }
|
|
public string AdviceNo { get; set; }
|
|
}
|
|
}
|
|
|