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.
46 lines
1.9 KiB
46 lines
1.9 KiB
2 years ago
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// 此代码已从模板生成。
|
||
|
//
|
||
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
namespace PEIS.Model
|
||
|
{
|
||
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
public partial class vw_result_to_peis1
|
||
|
{
|
||
|
public string ReportKind { get; set; }
|
||
|
public string ReportName { get; set; }
|
||
|
public string EnrollmentId { get; set; }
|
||
|
public string PatientName { get; set; }
|
||
|
public string BiaoBenKind { get; set; }
|
||
|
public string LisCode { get; set; }
|
||
|
public string ExamItemName { get; set; }
|
||
|
public string JianYanYiQi { get; set; }
|
||
|
public string LisValue { get; set; }
|
||
|
public string LisUnit { get; set; }
|
||
|
public string LisRange { get; set; }
|
||
|
public string UnusualFlag { get; set; }
|
||
|
public string LisFlag { get; set; }
|
||
|
public Nullable<int> XiJunName { get; set; }
|
||
|
public Nullable<int> YiJunNongDu { get; set; }
|
||
|
public Nullable<int> YiJunHuanZhiJin { get; set; }
|
||
|
public Nullable<int> JunLuoJiShu { get; set; }
|
||
|
public Nullable<int> XiJunValue { get; set; }
|
||
|
public Nullable<int> XiJunOrderNo { get; set; }
|
||
|
public Nullable<int> YaoMinName { get; set; }
|
||
|
public Nullable<int> YaoMinValue { get; set; }
|
||
|
public string ApplySheetId { get; set; }
|
||
|
public Nullable<System.DateTime> ApplyOperDate { get; set; }
|
||
|
public string CheckOperName { get; set; }
|
||
|
public Nullable<System.DateTime> CheckOperDate { get; set; }
|
||
|
public string ReportOperName { get; set; }
|
||
|
public Nullable<System.DateTime> ReportOperDate { get; set; }
|
||
|
}
|
||
|
}
|