parent
764b7f62c0
commit
e248c959df
160 changed files with 15856 additions and 9 deletions
@ -0,0 +1,21 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class BYTZDB |
||||||
|
{ |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string HospitalCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,30 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_CheckResult |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int RID { get; set; } |
||||||
|
public string Type { get; set; } |
||||||
|
public System.DateTime TestDate { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string ResultStr { get; set; } |
||||||
|
public string Range { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public string UnusualFlag { get; set; } |
||||||
|
public string Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,51 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Infusion |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RID { get; set; } |
||||||
|
public Nullable<int> PID { get; set; } |
||||||
|
public Nullable<int> MID { get; set; } |
||||||
|
public Nullable<int> BID { get; set; } |
||||||
|
public Nullable<System.DateTime> OutTime { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public string ReceiverCode { get; set; } |
||||||
|
public string Receiver { get; set; } |
||||||
|
public Nullable<System.DateTime> ReceiveTime { get; set; } |
||||||
|
public string ReceiveCheckerCode { get; set; } |
||||||
|
public string ReceiveChecker { get; set; } |
||||||
|
public Nullable<System.DateTime> StartTime { get; set; } |
||||||
|
public string StarterCode { get; set; } |
||||||
|
public string Starter { get; set; } |
||||||
|
public string StartCheckerCode { get; set; } |
||||||
|
public string StartChecker { get; set; } |
||||||
|
public Nullable<System.DateTime> FinishTime { get; set; } |
||||||
|
public string FinisherCode { get; set; } |
||||||
|
public string Finisher { get; set; } |
||||||
|
public string FinishCheckerCode { get; set; } |
||||||
|
public string FinishChecker { get; set; } |
||||||
|
public Nullable<System.DateTime> PrintTime { get; set; } |
||||||
|
public string PrinterCode { get; set; } |
||||||
|
public string Printer { get; set; } |
||||||
|
public Nullable<int> PrintCount { get; set; } |
||||||
|
public Nullable<System.DateTime> LastPrintTime { get; set; } |
||||||
|
public string LastPrinter { get; set; } |
||||||
|
public string ReceiveDeptCode { get; set; } |
||||||
|
public string ReceiveDeptName { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckTime { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Infusion_Detail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> IspID { get; set; } |
||||||
|
public Nullable<int> Flag { get; set; } |
||||||
|
public string ItemCode { get; set; } |
||||||
|
public string Result { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_InoutDetail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int RID { get; set; } |
||||||
|
public Nullable<int> BID { get; set; } |
||||||
|
public string BloodCode { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<System.DateTime> CreateTime { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_InoutRecord |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Flag { get; set; } |
||||||
|
public Nullable<System.DateTime> CreateTime { get; set; } |
||||||
|
public string CreatorCode { get; set; } |
||||||
|
public string Creator { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Status { get; set; } |
||||||
|
public string SerialNum { get; set; } |
||||||
|
public string Receiver { get; set; } |
||||||
|
public string ReceiveUnit { get; set; } |
||||||
|
public Nullable<System.DateTime> OptTime { get; set; } |
||||||
|
public string OptCode { get; set; } |
||||||
|
public string OptName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,29 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Inspect |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RID { get; set; } |
||||||
|
public Nullable<int> IID { get; set; } |
||||||
|
public string UserCode { get; set; } |
||||||
|
public string UserName { get; set; } |
||||||
|
public string CheckUserCode { get; set; } |
||||||
|
public string CheckUserName { get; set; } |
||||||
|
public Nullable<System.DateTime> Time { get; set; } |
||||||
|
public string Node { get; set; } |
||||||
|
public Nullable<int> Flag { get; set; } |
||||||
|
public Nullable<bool> DeleteStatus { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,52 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Inventory |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string BloodTypeCode { get; set; } |
||||||
|
public string Abo { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string BloodConstituentCode { get; set; } |
||||||
|
public string BloodConstituentName { get; set; } |
||||||
|
public string BloodExtCode { get; set; } |
||||||
|
public Nullable<decimal> Spec { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public Nullable<decimal> ConvertQuotiety { get; set; } |
||||||
|
public Nullable<int> StorageDays { get; set; } |
||||||
|
public Nullable<int> WarnDays { get; set; } |
||||||
|
public Nullable<int> StorageMinCount { get; set; } |
||||||
|
public Nullable<int> StorageSafeCount { get; set; } |
||||||
|
public Nullable<decimal> InPrice { get; set; } |
||||||
|
public Nullable<decimal> OutPrice { get; set; } |
||||||
|
public Nullable<int> SelfFlag { get; set; } |
||||||
|
public Nullable<int> ComponentFlag { get; set; } |
||||||
|
public string MethodCode { get; set; } |
||||||
|
public string TypeCode { get; set; } |
||||||
|
public Nullable<System.DateTime> InTime { get; set; } |
||||||
|
public string InUserCode { get; set; } |
||||||
|
public string InUserName { get; set; } |
||||||
|
public Nullable<System.DateTime> OutTime { get; set; } |
||||||
|
public string OutUserCode { get; set; } |
||||||
|
public string OutUserName { get; set; } |
||||||
|
public Nullable<System.DateTime> CollectTime { get; set; } |
||||||
|
public Nullable<System.DateTime> InvalidTime { get; set; } |
||||||
|
public string BloodStation { get; set; } |
||||||
|
public string Status { get; set; } |
||||||
|
public Nullable<int> InID { get; set; } |
||||||
|
public Nullable<int> OutID { get; set; } |
||||||
|
public Nullable<decimal> Amount { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,37 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_ItemResult |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int RID { get; set; } |
||||||
|
public string Type { get; set; } |
||||||
|
public System.DateTime TestDate { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public Nullable<decimal> Result { get; set; } |
||||||
|
public string ResultStr { get; set; } |
||||||
|
public string Range { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public string UnusualFlag { get; set; } |
||||||
|
public Nullable<bool> IsReview { get; set; } |
||||||
|
public string InsCode { get; set; } |
||||||
|
public Nullable<System.DateTime> InTime { get; set; } |
||||||
|
public string OrderNo { get; set; } |
||||||
|
public string OrderItemNo { get; set; } |
||||||
|
public Nullable<bool> IsCritical { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,86 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Match |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RID { get; set; } |
||||||
|
public Nullable<System.DateTime> MatchTime { get; set; } |
||||||
|
public string MatcherCode { get; set; } |
||||||
|
public string Matcher { get; set; } |
||||||
|
public Nullable<System.DateTime> TestDate { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<System.DateTime> ReportTime { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckTime { get; set; } |
||||||
|
public string Barcode { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public string PatientName { get; set; } |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClass { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<System.DateTime> BirthDay { get; set; } |
||||||
|
public Nullable<int> Age { get; set; } |
||||||
|
public string AgeClass { get; set; } |
||||||
|
public string BedNo { get; set; } |
||||||
|
public string ReqDoctCode { get; set; } |
||||||
|
public string ReqDoctName { get; set; } |
||||||
|
public string ReqDeptCode { get; set; } |
||||||
|
public string ReqDeptName { get; set; } |
||||||
|
public string ReqDomainCode { get; set; } |
||||||
|
public string ReqDomainName { get; set; } |
||||||
|
public Nullable<System.DateTime> ReqTime { get; set; } |
||||||
|
public Nullable<decimal> Cost { get; set; } |
||||||
|
public string CostClass { get; set; } |
||||||
|
public string ICD { get; set; } |
||||||
|
public string Diagnose { 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 Abo { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string BloodTypeCode { get; set; } |
||||||
|
public Nullable<System.DateTime> CreateTime { get; set; } |
||||||
|
public string Creator { get; set; } |
||||||
|
public string Printer { get; set; } |
||||||
|
public string PrintTime { get; set; } |
||||||
|
public Nullable<bool> PrintFlag { get; set; } |
||||||
|
public string LastPrinter { get; set; } |
||||||
|
public string LastPrintTime { get; set; } |
||||||
|
public Nullable<int> PrintCount { get; set; } |
||||||
|
public string AdviceText { get; set; } |
||||||
|
public string OrderNo { get; set; } |
||||||
|
public Nullable<bool> HasCost { get; set; } |
||||||
|
public string AdvicerCode { get; set; } |
||||||
|
public string Advicer { get; set; } |
||||||
|
public Nullable<System.DateTime> AdviceTime { get; set; } |
||||||
|
public string CosterCode { get; set; } |
||||||
|
public string Coster { get; set; } |
||||||
|
public Nullable<System.DateTime> CostTime { get; set; } |
||||||
|
public string CostResult { get; set; } |
||||||
|
public string SenderCode { get; set; } |
||||||
|
public string Sender { get; set; } |
||||||
|
public Nullable<System.DateTime> SendTime { get; set; } |
||||||
|
public string PatientId { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public Nullable<System.DateTime> TakeTime { get; set; } |
||||||
|
public string Taker { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,62 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Match_Detail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> MID { get; set; } |
||||||
|
public Nullable<int> BID { get; set; } |
||||||
|
public string BloodCode { get; set; } |
||||||
|
public string Method1Code { get; set; } |
||||||
|
public string Method1 { get; set; } |
||||||
|
public string Method2Code { get; set; } |
||||||
|
public string Method2 { get; set; } |
||||||
|
public string Primary1ResultCode { get; set; } |
||||||
|
public string Primary1Result { get; set; } |
||||||
|
public string Secondary1ResultCode { get; set; } |
||||||
|
public string Secondary1Result { get; set; } |
||||||
|
public string Primary2ResultCode { get; set; } |
||||||
|
public string Primary2Result { get; set; } |
||||||
|
public string Secondary2ResultCode { get; set; } |
||||||
|
public string Secondary2Result { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<bool> HasCharged { get; set; } |
||||||
|
public Nullable<decimal> Fee { get; set; } |
||||||
|
public string ChargeResult { get; set; } |
||||||
|
public Nullable<bool> IsOut { get; set; } |
||||||
|
public Nullable<int> OID { get; set; } |
||||||
|
public string BloodTypeCode { get; set; } |
||||||
|
public string BloodType { get; set; } |
||||||
|
public string Screening { get; set; } |
||||||
|
public string Conclusion { get; set; } |
||||||
|
public string Abo { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string AdviceText { get; set; } |
||||||
|
public string OrderNo { get; set; } |
||||||
|
public Nullable<bool> HasCost { get; set; } |
||||||
|
public string AdvicerCode { get; set; } |
||||||
|
public string Advicer { get; set; } |
||||||
|
public Nullable<System.DateTime> AdviceTime { get; set; } |
||||||
|
public string CosterCode { get; set; } |
||||||
|
public string Coster { get; set; } |
||||||
|
public Nullable<System.DateTime> CostTime { get; set; } |
||||||
|
public string FeeItemCode { get; set; } |
||||||
|
public Nullable<System.DateTime> SendTime { get; set; } |
||||||
|
public string Sender { get; set; } |
||||||
|
public Nullable<System.DateTime> PrintTime { get; set; } |
||||||
|
public string Printer { get; set; } |
||||||
|
public Nullable<System.DateTime> TakeTime { get; set; } |
||||||
|
public string Taker { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,28 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_OperationLog |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<System.DateTime> Time { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
public string OperatorCode { get; set; } |
||||||
|
public string Type { get; set; } |
||||||
|
public string OperateType { get; set; } |
||||||
|
public string OldValue { get; set; } |
||||||
|
public string NewValue { get; set; } |
||||||
|
public Nullable<int> Rid { get; set; } |
||||||
|
public Nullable<int> Bid { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,64 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
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<System.DateTime> BirthDay { get; set; } |
||||||
|
public Nullable<System.DateTime> InTime { get; set; } |
||||||
|
public Nullable<int> 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<System.DateTime> ReqTime { get; set; } |
||||||
|
public Nullable<decimal> 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<System.DateTime> CreateTime { get; set; } |
||||||
|
public string Creater { get; set; } |
||||||
|
public Nullable<System.DateTime> 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<bool> IsDiffGroup { get; set; } |
||||||
|
public Nullable<bool> IsOperation { get; set; } |
||||||
|
public string Diagnose { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,53 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Reaction |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> IID { get; set; } |
||||||
|
public Nullable<System.DateTime> OccurTime { get; set; } |
||||||
|
public Nullable<int> Node { get; set; } |
||||||
|
public Nullable<int> Interval { get; set; } |
||||||
|
public string IntervalUnit { get; set; } |
||||||
|
public string Narcosis { get; set; } |
||||||
|
public string Relation { get; set; } |
||||||
|
public string Factory { get; set; } |
||||||
|
public string BatchNo { get; set; } |
||||||
|
public Nullable<bool> HasStoped { get; set; } |
||||||
|
public string Residue { get; set; } |
||||||
|
public string Duration { get; set; } |
||||||
|
public string OtherSymptom { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string CreatorCode { get; set; } |
||||||
|
public string Creator { get; set; } |
||||||
|
public Nullable<System.DateTime> CreateTime { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public string DoctCode { get; set; } |
||||||
|
public string DoctName { get; set; } |
||||||
|
public string DoctLevel { get; set; } |
||||||
|
public string DoctRelation { get; set; } |
||||||
|
public string DoctContent { get; set; } |
||||||
|
public string DoctReason { get; set; } |
||||||
|
public Nullable<System.DateTime> DealTime { get; set; } |
||||||
|
public Nullable<System.DateTime> DoctCreateTime { get; set; } |
||||||
|
public string BloodDoctCode { get; set; } |
||||||
|
public string BloodDoctName { get; set; } |
||||||
|
public Nullable<System.DateTime> BloodDealTime { get; set; } |
||||||
|
public string BloodSuggest { get; set; } |
||||||
|
public string DoctConclusion { get; set; } |
||||||
|
public string DoctOtherContent { get; set; } |
||||||
|
public Nullable<bool> DeleteStatus { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Reaction_Detail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RectID { get; set; } |
||||||
|
public Nullable<int> Flag { get; set; } |
||||||
|
public string ItemCode { get; set; } |
||||||
|
public string Result { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,65 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Request |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> PID { get; set; } |
||||||
|
public Nullable<int> ReqType { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public string OrderNo { get; set; } |
||||||
|
public string OrderItemNo { get; set; } |
||||||
|
public string ReqDeptCode { get; set; } |
||||||
|
public string ReqDeptName { get; set; } |
||||||
|
public string ReqDoctCode { get; set; } |
||||||
|
public string ReqDoctName { get; set; } |
||||||
|
public string ReqDomainCode { get; set; } |
||||||
|
public string ReqDomainName { get; set; } |
||||||
|
public Nullable<System.DateTime> ReqTime { get; set; } |
||||||
|
public string Creator { get; set; } |
||||||
|
public Nullable<System.DateTime> CreateTime { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckTime { get; set; } |
||||||
|
public string Checker2 { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckTime2 { get; set; } |
||||||
|
public string Printer { get; set; } |
||||||
|
public Nullable<System.DateTime> PrintTime { get; set; } |
||||||
|
public string Sender { get; set; } |
||||||
|
public Nullable<System.DateTime> SendTime { get; set; } |
||||||
|
public string Receiver { get; set; } |
||||||
|
public Nullable<System.DateTime> ReceiveTime { get; set; } |
||||||
|
public Nullable<int> Status { get; set; } |
||||||
|
public Nullable<System.DateTime> ConsentPrintTime { get; set; } |
||||||
|
public string ConsentPrinter { get; set; } |
||||||
|
public Nullable<int> PrintCount { get; set; } |
||||||
|
public Nullable<System.DateTime> LastPrintTime { get; set; } |
||||||
|
public string LastPrinter { get; set; } |
||||||
|
public Nullable<System.DateTime> CancelTime { get; set; } |
||||||
|
public string Canceler { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public Nullable<bool> HasTrans { get; set; } |
||||||
|
public Nullable<bool> HasAllergy { get; set; } |
||||||
|
public Nullable<bool> HasEncyesis { get; set; } |
||||||
|
public Nullable<bool> HasReact { get; set; } |
||||||
|
public string AdviceText { get; set; } |
||||||
|
public string CheckContent { get; set; } |
||||||
|
public string CheckContent2 { get; set; } |
||||||
|
public string PatientId { get; set; } |
||||||
|
public string Flag { get; set; } |
||||||
|
public Nullable<bool> IsInOper { get; set; } |
||||||
|
public string CancelDeptName { get; set; } |
||||||
|
public string CancelReason { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,34 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_Request_Detail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RID { get; set; } |
||||||
|
public Nullable<decimal> QuantityReq { get; set; } |
||||||
|
public Nullable<decimal> QuantityCheck { get; set; } |
||||||
|
public Nullable<decimal> QuantityMatch { get; set; } |
||||||
|
public Nullable<decimal> QuantitySend { get; set; } |
||||||
|
public Nullable<decimal> QuantityOut { get; set; } |
||||||
|
public string MethodCode { get; set; } |
||||||
|
public string Abo { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string BloodConstituentTypeCode { get; set; } |
||||||
|
public string BloodConstituentTypeName { get; set; } |
||||||
|
public string BloodConstituentCode { get; set; } |
||||||
|
public string BloodConstituentName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,38 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Blood_TypeCheck |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> RID { get; set; } |
||||||
|
public Nullable<System.DateTime> TestDate { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string Barcode { get; set; } |
||||||
|
public string Abo { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string AboCheck { get; set; } |
||||||
|
public string RhCheck { get; set; } |
||||||
|
public string RheCheck { get; set; } |
||||||
|
public string RhcCheck { get; set; } |
||||||
|
public string Antibody1 { get; set; } |
||||||
|
public string Antibody2 { get; set; } |
||||||
|
public string Antibody3 { get; set; } |
||||||
|
public string Antibody { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckTime { get; set; } |
||||||
|
public Nullable<bool> IsSame { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,30 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class CGJYJGB |
||||||
|
{ |
||||||
|
public string TESTNO { get; set; } |
||||||
|
public Nullable<System.DateTime> RESULTDATE { get; set; } |
||||||
|
public string CODE { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string TESTRESULT { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public string REFERRANGE { get; set; } |
||||||
|
public string UPPERLIMIT { get; set; } |
||||||
|
public string LOWERLIMIT { get; set; } |
||||||
|
public Nullable<System.DateTime> CREATEDATE { get; set; } |
||||||
|
public Nullable<System.DateTime> UPDATEDATE { get; set; } |
||||||
|
public string HospitalCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,42 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <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; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,34 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Detail |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int CollectID { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string BarCode { get; set; } |
||||||
|
public string ConfirmFlag { get; set; } |
||||||
|
public string AccountFlag { get; set; } |
||||||
|
public string CostFlag { get; set; } |
||||||
|
public string ResultFlag { get; set; } |
||||||
|
public string ReviewFlag { get; set; } |
||||||
|
public Nullable<decimal> ResultValue { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public string ReporterCode { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public Nullable<System.DateTime> ReportDate { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,30 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Detail_History |
||||||
|
{ |
||||||
|
public int CollectDetailID { get; set; } |
||||||
|
public Nullable<int> CollectID { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string ConfirmFlag { get; set; } |
||||||
|
public string AccountFlag { get; set; } |
||||||
|
public string FeeFlag { get; set; } |
||||||
|
public string ResultFlag { get; set; } |
||||||
|
public string ReviewFlag { get; set; } |
||||||
|
public Nullable<decimal> ResultValue { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,34 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Detail_Return |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int CollectID { get; set; } |
||||||
|
public string BarCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string ConfirmFlag { get; set; } |
||||||
|
public string AccountFlag { get; set; } |
||||||
|
public string CostFlag { get; set; } |
||||||
|
public string ResultFlag { get; set; } |
||||||
|
public string ReviewFlag { get; set; } |
||||||
|
public Nullable<decimal> ResultValue { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public string ReporterCode { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public Nullable<System.DateTime> ReportDate { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,39 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_MoveRecord |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string BatchNo { get; set; } |
||||||
|
public string BarCode { get; set; } |
||||||
|
public Nullable<System.DateTime> SendTime { get; set; } |
||||||
|
public string SenderCode { get; set; } |
||||||
|
public string Sender { get; set; } |
||||||
|
public string SendRemark { get; set; } |
||||||
|
public Nullable<System.DateTime> ReceiveTime { get; set; } |
||||||
|
public string ReceiverCode { get; set; } |
||||||
|
public string Receiver { get; set; } |
||||||
|
public string ReceiveRemark { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
public string PatientName { get; set; } |
||||||
|
public string BedNo { get; set; } |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClassName { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public Nullable<bool> HasReturn { get; set; } |
||||||
|
public string SendDeptCode { get; set; } |
||||||
|
public string SendDeptName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,36 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_MoveRecord_Return |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string BarCode { get; set; } |
||||||
|
public Nullable<System.DateTime> SendTime { get; set; } |
||||||
|
public string SenderCode { get; set; } |
||||||
|
public string Sender { get; set; } |
||||||
|
public Nullable<System.DateTime> ReceiveTime { get; set; } |
||||||
|
public string ReceiverCode { get; set; } |
||||||
|
public string Receiver { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
public string PatientName { get; set; } |
||||||
|
public string BedNo { get; set; } |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClassName { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public Nullable<bool> HasReturn { get; set; } |
||||||
|
public string SendRemark { get; set; } |
||||||
|
public string ReceiveRemark { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,78 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Record |
||||||
|
{ |
||||||
|
public int CollectID { get; set; } |
||||||
|
public string SerialNum { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public string Barcode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public Nullable<System.DateTime> TestDate { get; set; } |
||||||
|
public Nullable<System.DateTime> CollectDate { get; set; } |
||||||
|
public string CollectorCode { get; set; } |
||||||
|
public string Collector { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckDate { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<decimal> Cost { get; set; } |
||||||
|
public string Position { get; set; } |
||||||
|
public string Diagnose { get; set; } |
||||||
|
public Nullable<System.DateTime> ChargeDate { get; set; } |
||||||
|
public string ChargerCode { get; set; } |
||||||
|
public string Charger { get; set; } |
||||||
|
public string ReporterCode { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public Nullable<System.DateTime> ReportDate { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClassName { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<System.DateTime> BirthDay { get; set; } |
||||||
|
public string BedNo { get; set; } |
||||||
|
public Nullable<System.DateTime> ReqDate { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public string DomainCode { get; set; } |
||||||
|
public string Domain { get; set; } |
||||||
|
public string DoctCode { get; set; } |
||||||
|
public string DoctName { get; set; } |
||||||
|
public string CostClass { get; set; } |
||||||
|
public Nullable<bool> HasChecked { get; set; } |
||||||
|
public Nullable<bool> HasCollected { get; set; } |
||||||
|
public Nullable<bool> HasCharged { get; set; } |
||||||
|
public Nullable<bool> HasPrinted { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public Nullable<decimal> Price { get; set; } |
||||||
|
public Nullable<decimal> Quantity { get; set; } |
||||||
|
public string BarCodeClassCode { get; set; } |
||||||
|
public string BarCodeClassName { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<int> StatusCode { get; set; } |
||||||
|
public Nullable<int> Age { get; set; } |
||||||
|
public string AgeClass { get; set; } |
||||||
|
public string HisId { get; set; } |
||||||
|
public string OrderNo { get; set; } |
||||||
|
public string OrderItemNo { get; set; } |
||||||
|
public string IDCardNo { get; set; } |
||||||
|
public string Address { get; set; } |
||||||
|
public string HisTel { get; set; } |
||||||
|
public Nullable<bool> HasPast { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,38 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Record_History |
||||||
|
{ |
||||||
|
public int CollectID { get; set; } |
||||||
|
public string CollectNo { get; set; } |
||||||
|
public Nullable<System.DateTime> CollectDate { get; set; } |
||||||
|
public string CollecterCode { get; set; } |
||||||
|
public string Collecter { get; set; } |
||||||
|
public string CollectCode { get; set; } |
||||||
|
public string Barcode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckDate { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<decimal> CheckFee { get; set; } |
||||||
|
public string Positon { get; set; } |
||||||
|
public string Diagnose { get; set; } |
||||||
|
public Nullable<System.DateTime> BillDate { get; set; } |
||||||
|
public string BillNo { get; set; } |
||||||
|
public string ChargerCode { get; set; } |
||||||
|
public string Charger { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,71 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Collect_Record_Return |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public int CollectID { get; set; } |
||||||
|
public string SerialNum { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public string Barcode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public Nullable<System.DateTime> TestDate { get; set; } |
||||||
|
public Nullable<System.DateTime> CollectDate { get; set; } |
||||||
|
public string CollectorCode { get; set; } |
||||||
|
public string Collector { get; set; } |
||||||
|
public Nullable<System.DateTime> CheckDate { get; set; } |
||||||
|
public string CheckerCode { get; set; } |
||||||
|
public string Checker { get; set; } |
||||||
|
public Nullable<decimal> Cost { get; set; } |
||||||
|
public string Position { get; set; } |
||||||
|
public string Diagnose { get; set; } |
||||||
|
public Nullable<System.DateTime> ChargeDate { get; set; } |
||||||
|
public string ChargerCode { get; set; } |
||||||
|
public string Charger { get; set; } |
||||||
|
public string ReporterCode { get; set; } |
||||||
|
public string Reporter { get; set; } |
||||||
|
public Nullable<System.DateTime> ReportDate { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClassName { get; set; } |
||||||
|
public string PatientID { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<System.DateTime> BirthDay { get; set; } |
||||||
|
public string BedNo { get; set; } |
||||||
|
public Nullable<System.DateTime> ReqDate { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public string DomainCode { get; set; } |
||||||
|
public string Domain { get; set; } |
||||||
|
public string DoctCode { get; set; } |
||||||
|
public string DoctName { get; set; } |
||||||
|
public string CostClass { get; set; } |
||||||
|
public Nullable<bool> HasChecked { get; set; } |
||||||
|
public Nullable<bool> HasCollected { get; set; } |
||||||
|
public Nullable<bool> HasCharged { get; set; } |
||||||
|
public Nullable<bool> HasPrinted { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public Nullable<decimal> Price { get; set; } |
||||||
|
public Nullable<decimal> Quantity { get; set; } |
||||||
|
public string BarCodeClassCode { get; set; } |
||||||
|
public string BarCodeClassName { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<int> StatusCode { get; set; } |
||||||
|
public string HisID { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Antibacteria |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string AntbCode { get; set; } |
||||||
|
public string BactCode { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
public string Value { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Antibiotic |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string AntbCode { get; set; } |
||||||
|
public string AntbName { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string AntbClass { get; set; } |
||||||
|
public string Medical1 { get; set; } |
||||||
|
public string Medical2 { get; set; } |
||||||
|
public string Hemal1 { get; set; } |
||||||
|
public string Hemal2 { get; set; } |
||||||
|
public string Emiction1 { get; set; } |
||||||
|
public string Emiction2 { get; set; } |
||||||
|
public string MICCode { get; set; } |
||||||
|
public string MIDCode { get; set; } |
||||||
|
public string AntbNameEn { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bact_Result |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Result { get; set; } |
||||||
|
public int Kind { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bacteria |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string BactCode { get; set; } |
||||||
|
public string BactName { get; set; } |
||||||
|
public string Family { get; set; } |
||||||
|
public string Genus { get; set; } |
||||||
|
public string Specise { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public string Whonet { get; set; } |
||||||
|
public string Gram { get; set; } |
||||||
|
public string DefaultValue { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string PreserveFluid { get; set; } |
||||||
|
public Nullable<int> TestBoardSeq { get; set; } |
||||||
|
public string BactNameEn { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bacteria_Result |
||||||
|
{ |
||||||
|
public int BacteriaResultID { get; set; } |
||||||
|
public string Result { get; set; } |
||||||
|
public bool ResultKind { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BarCode |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string BarCodeClassCode { get; set; } |
||||||
|
public decimal StartValue { get; set; } |
||||||
|
public decimal EndValue { get; set; } |
||||||
|
public decimal Value { get; set; } |
||||||
|
public int Turn { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,29 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BarCodeClass |
||||||
|
{ |
||||||
|
public string BarCodeClassCode { get; set; } |
||||||
|
public string BarCodeClassName { get; set; } |
||||||
|
public string PrintModel { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string Additive { get; set; } |
||||||
|
public string Cubage { get; set; } |
||||||
|
public string Range { get; set; } |
||||||
|
public Nullable<decimal> Fee { get; set; } |
||||||
|
public string PrintStr { get; set; } |
||||||
|
public Nullable<bool> IsAuto { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodCharacter |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public Nullable<bool> IsOperation { get; set; } |
||||||
|
public string Urgent { get; set; } |
||||||
|
public string Tip { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodCheckItem |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Type { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,42 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodConstituent |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string ShortName { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public Nullable<decimal> Spec { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<decimal> ConvertQuotiety { get; set; } |
||||||
|
public Nullable<int> StorageDays { get; set; } |
||||||
|
public Nullable<int> WarnDays { get; set; } |
||||||
|
public Nullable<int> StorageMinCount { get; set; } |
||||||
|
public Nullable<int> StorageSafeCount { get; set; } |
||||||
|
public Nullable<decimal> InPrice { get; set; } |
||||||
|
public Nullable<decimal> OutPrice { get; set; } |
||||||
|
public Nullable<int> SelfFlag { get; set; } |
||||||
|
public Nullable<int> ComponentFlag { get; set; } |
||||||
|
public string OutCode1 { get; set; } |
||||||
|
public string OutCode2 { get; set; } |
||||||
|
public string Method1Code { get; set; } |
||||||
|
public string TypeCode { get; set; } |
||||||
|
public string Method2Code { get; set; } |
||||||
|
public Nullable<decimal> DoctCheckValue { get; set; } |
||||||
|
public Nullable<decimal> ManageCheckValue { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodConstituentType |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public Nullable<decimal> Spec { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodCrip |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodMatchMethod |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Method { get; set; } |
||||||
|
public Nullable<bool> IsSameMatch { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string PrimaryMethodCode { get; set; } |
||||||
|
public string SecondaryMethodCode { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodMatchResult |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Result { get; set; } |
||||||
|
public Nullable<bool> IsSamePrimarySucc { get; set; } |
||||||
|
public Nullable<bool> IsSameSecondarySucc { get; set; } |
||||||
|
public Nullable<bool> IsDiffPrimarySucc { get; set; } |
||||||
|
public Nullable<bool> IsDiffSecondarySucc { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodPurpose |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodSpec |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string BloodConstituentCode { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public Nullable<decimal> Spec { get; set; } |
||||||
|
public Nullable<decimal> InPrice { get; set; } |
||||||
|
public Nullable<decimal> RhInPrice { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string FeeCode { get; set; } |
||||||
|
public string RhFeeCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodStation |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Name { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,28 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_BloodType |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Abo { get; set; } |
||||||
|
public string AboStr { get; set; } |
||||||
|
public string Rh { get; set; } |
||||||
|
public string RhStr { get; set; } |
||||||
|
public string TypeStr { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bone_CelClass |
||||||
|
{ |
||||||
|
public string CellClassCode { get; set; } |
||||||
|
public string CellClassName { get; set; } |
||||||
|
public string BackColor { get; set; } |
||||||
|
public string FontColor { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,29 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bone_Cell |
||||||
|
{ |
||||||
|
public string CellCode { get; set; } |
||||||
|
public string CellClassCode { get; set; } |
||||||
|
public string CellName { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public string RefValue { get; set; } |
||||||
|
public Nullable<decimal> BoneMax { get; set; } |
||||||
|
public Nullable<decimal> BoneMin { get; set; } |
||||||
|
public Nullable<decimal> BloodMax { get; set; } |
||||||
|
public Nullable<decimal> BloodMin { get; set; } |
||||||
|
public Nullable<bool> IsRelate { get; set; } |
||||||
|
public string ReportCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Bone_Templete |
||||||
|
{ |
||||||
|
public string BoneTemCode { get; set; } |
||||||
|
public string BoneTemName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string Suggest { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,23 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Common |
||||||
|
{ |
||||||
|
public string ClassCode { get; set; } |
||||||
|
public string ItemCode { get; set; } |
||||||
|
public string ItemName { get; set; } |
||||||
|
public Nullable<bool> IsDefault { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Config |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Key { get; set; } |
||||||
|
public string Value { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Dept |
||||||
|
{ |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DomainCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public bool IsIn { get; set; } |
||||||
|
public bool IsOut { get; set; } |
||||||
|
public bool IsEmer { get; set; } |
||||||
|
public bool IsObser { get; set; } |
||||||
|
public int BedCount { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Diagnose |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string Code { get; set; } |
||||||
|
public string Diagnose { get; set; } |
||||||
|
public string ICDCode { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Doctor |
||||||
|
{ |
||||||
|
public string DoctCode { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string DeptName { get; set; } |
||||||
|
public string DoctName { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string Tel { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Domain |
||||||
|
{ |
||||||
|
public string DomainCode { get; set; } |
||||||
|
public string DomainName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Group |
||||||
|
{ |
||||||
|
public string GroupCode { get; set; } |
||||||
|
public string DeptCode { get; set; } |
||||||
|
public string GroupName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<bool> IsLab { get; set; } |
||||||
|
public string Leader { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,28 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Hospital |
||||||
|
{ |
||||||
|
public string HospitalCode { get; set; } |
||||||
|
public string HospitalType { get; set; } |
||||||
|
public string HospitalName { get; set; } |
||||||
|
public string Tel { get; set; } |
||||||
|
public string Man { get; set; } |
||||||
|
public string Address { get; set; } |
||||||
|
public string PostNo { get; set; } |
||||||
|
public string ReportTitle { get; set; } |
||||||
|
public string EMail { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,33 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_InsToRptItem |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string InsCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public Nullable<decimal> Adjust { get; set; } |
||||||
|
public string ItemCode { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
public Nullable<decimal> X1 { get; set; } |
||||||
|
public Nullable<decimal> X0 { get; set; } |
||||||
|
public string OutFormat { get; set; } |
||||||
|
public string InsName { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Instrument |
||||||
|
{ |
||||||
|
public string InsCode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string InsName { get; set; } |
||||||
|
public string InsClassCode { get; set; } |
||||||
|
public string NameShort { get; set; } |
||||||
|
public string SN { get; set; } |
||||||
|
public Nullable<bool> IsDual { get; set; } |
||||||
|
public bool HasStoped { get; set; } |
||||||
|
public string CommVersion { get; set; } |
||||||
|
public string DecVersion { get; set; } |
||||||
|
public string BarCode { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string DecApp { get; set; } |
||||||
|
public string FileName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Menu |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> PID { get; set; } |
||||||
|
public string MenuCode { get; set; } |
||||||
|
public string MenuName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_PatientClass |
||||||
|
{ |
||||||
|
public string PatientClassCode { get; set; } |
||||||
|
public string PatientClassName { get; set; } |
||||||
|
public string DeptFlag { get; set; } |
||||||
|
public bool IsPrior { get; set; } |
||||||
|
public bool IsGenCost { get; set; } |
||||||
|
public bool IsCollect { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_QC_Position |
||||||
|
{ |
||||||
|
public int PositionID { get; set; } |
||||||
|
public string InsCode { get; set; } |
||||||
|
public Nullable<int> Postion { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReferenceGroup |
||||||
|
{ |
||||||
|
public string RefGroupCode { get; set; } |
||||||
|
public string RefGroupName { get; set; } |
||||||
|
public bool SexFlag { get; set; } |
||||||
|
public bool AgeFlag { get; set; } |
||||||
|
public bool SampleFlag { get; set; } |
||||||
|
public bool SpecimenFlag { get; set; } |
||||||
|
public bool EndDateFlag { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,35 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Report |
||||||
|
{ |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string SampleName { get; set; } |
||||||
|
public string GroupCode { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public Nullable<bool> IsLocal { get; set; } |
||||||
|
public string ReportClass { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string UniteCode { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
public string Title { get; set; } |
||||||
|
public string TitleEn { get; set; } |
||||||
|
public string FileName { get; set; } |
||||||
|
public Nullable<bool> IsBloodRoutine { get; set; } |
||||||
|
public Nullable<bool> IsUrineRoutine { get; set; } |
||||||
|
public Nullable<bool> IsStoolRoutine { get; set; } |
||||||
|
public Nullable<bool> IsCruor { get; set; } |
||||||
|
public Nullable<bool> IsNcov { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,37 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReportItem |
||||||
|
{ |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string ResultClassCode { get; set; } |
||||||
|
public string OutFormat { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
public string OverTip { get; set; } |
||||||
|
public string UnderTip { get; set; } |
||||||
|
public string Range { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<decimal> DefaultValue { get; set; } |
||||||
|
public Nullable<decimal> Price { get; set; } |
||||||
|
public string StdCode { get; set; } |
||||||
|
public string HelpDiagnose { get; set; } |
||||||
|
public string TestMethodCode { get; set; } |
||||||
|
public string UniteCode { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string SampleCodes { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,28 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReportToItem |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<bool> IsAutoIn { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public string SampleName { get; set; } |
||||||
|
public string TestMethodCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,31 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqItem |
||||||
|
{ |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string NameShort { get; set; } |
||||||
|
public Nullable<decimal> Price { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public string InsCode { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string CollectMin { get; set; } |
||||||
|
public string Tip { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<bool> HasStoped { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,30 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqItemToBarCodeClass |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string BarCodeClassCode { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<bool> IsNewTube { get; set; } |
||||||
|
public string Position { get; set; } |
||||||
|
public string BarCodeHead { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public string BarCodeClassName { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqItemToReport |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public Nullable<bool> IsLevel { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public string SampleName { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,26 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqItemToRptItem |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public string RptItemName { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqItem_Sub |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string ParentReqItemCode { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string Seq { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,31 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_ReqSheet |
||||||
|
{ |
||||||
|
public string ReqSheetCode { get; set; } |
||||||
|
public string ReqSheetName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<int> RowsCount { get; set; } |
||||||
|
public Nullable<int> ColsCount { get; set; } |
||||||
|
public Nullable<decimal> RowHeight { get; set; } |
||||||
|
public string Font { get; set; } |
||||||
|
public Nullable<int> FontSize { get; set; } |
||||||
|
public Nullable<bool> IsShow { get; set; } |
||||||
|
public Nullable<bool> IsEmer { get; set; } |
||||||
|
public Nullable<decimal> Color { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Req_SheetToItem |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string ReqSheetCode { get; set; } |
||||||
|
public string ReqSheetName { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string ReqItemName { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
public Nullable<bool> IsLevel { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateTime { get; set; } |
||||||
|
public string Operator { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RingDiameter |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string AntbCode { get; set; } |
||||||
|
public string BactCode { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
public Nullable<decimal> Value { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Role |
||||||
|
{ |
||||||
|
public string RoleCode { get; set; } |
||||||
|
public string RoleName { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,21 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RoleToMenu |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string RoleCode { get; set; } |
||||||
|
public string MenuCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,29 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RptItem_Formula |
||||||
|
{ |
||||||
|
public int FormulaID { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string Formula { get; set; } |
||||||
|
public Nullable<bool> Checked { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public Nullable<int> Sex { get; set; } |
||||||
|
public string RptItemCode1 { get; set; } |
||||||
|
public string RptItemCode2 { get; set; } |
||||||
|
public string RptItemCode3 { get; set; } |
||||||
|
public string RptItemCode4 { get; set; } |
||||||
|
public string RptItemCode5 { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,37 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RptItem_Reference |
||||||
|
{ |
||||||
|
public int RefID { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string RefGroupCode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<int> StartAge { get; set; } |
||||||
|
public Nullable<int> EndAge { get; set; } |
||||||
|
public Nullable<System.DateTime> EndDate { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
public string Unit { get; set; } |
||||||
|
public string OutRange { get; set; } |
||||||
|
public string OverTip { get; set; } |
||||||
|
public string UnderTip { get; set; } |
||||||
|
public string OutFormat { get; set; } |
||||||
|
public Nullable<bool> IsShow { get; set; } |
||||||
|
public string AgeClass { get; set; } |
||||||
|
public Nullable<bool> ReverseFlag { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,25 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RptItem_Result |
||||||
|
{ |
||||||
|
public int ResultID { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string TextResultCode { get; set; } |
||||||
|
public string OutTip { get; set; } |
||||||
|
public string InCode { get; set; } |
||||||
|
public Nullable<decimal> Max { get; set; } |
||||||
|
public Nullable<decimal> Min { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,26 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_RptItem_Warn |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string RptItemCode { get; set; } |
||||||
|
public string SampleCode { get; set; } |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public Nullable<decimal> OverMax { get; set; } |
||||||
|
public Nullable<decimal> OverMin { get; set; } |
||||||
|
public Nullable<decimal> UnderMax { get; set; } |
||||||
|
public Nullable<decimal> UnderMin { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,27 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_Specimen |
||||||
|
{ |
||||||
|
public string SpecimenCode { get; set; } |
||||||
|
public string SpecimenName { get; set; } |
||||||
|
public Nullable<int> WhonetNo { get; set; } |
||||||
|
public string WhonetCode { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public string HisCode { get; set; } |
||||||
|
public Nullable<bool> IsPrint { get; set; } |
||||||
|
public string PYM { get; set; } |
||||||
|
public string UniteCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,29 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_TestBoard |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<int> TestBoardSeq { get; set; } |
||||||
|
public string AntbCode { get; set; } |
||||||
|
public string TestBoardName { get; set; } |
||||||
|
public string MicMax { get; set; } |
||||||
|
public string MicMin { get; set; } |
||||||
|
public string Content { get; set; } |
||||||
|
public Nullable<decimal> KBMax { get; set; } |
||||||
|
public Nullable<decimal> KBMin { get; set; } |
||||||
|
public string Priority { get; set; } |
||||||
|
public Nullable<int> Seq { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,31 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_User |
||||||
|
{ |
||||||
|
public string UserCode { get; set; } |
||||||
|
public string RoleCode { get; set; } |
||||||
|
public string GroupCode { get; set; } |
||||||
|
public string UserName { get; set; } |
||||||
|
public string Password { get; set; } |
||||||
|
public string Sex { get; set; } |
||||||
|
public Nullable<System.DateTime> Birth { get; set; } |
||||||
|
public string Tel { get; set; } |
||||||
|
public string Description { get; set; } |
||||||
|
public byte[] Photo { get; set; } |
||||||
|
public byte[] SignImage { get; set; } |
||||||
|
public string RightCode { get; set; } |
||||||
|
public Nullable<bool> IsLab { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Dict_UserToMenu |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public string UserCode { get; set; } |
||||||
|
public string MenuCode { get; set; } |
||||||
|
public string MenuName { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,28 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class JCBYTB |
||||||
|
{ |
||||||
|
public string TESTNO { get; set; } |
||||||
|
public Nullable<System.DateTime> RESULTDATE { get; set; } |
||||||
|
public int ISYANG { get; set; } |
||||||
|
public string PATHOCODE { get; set; } |
||||||
|
public string PATHO_NAME { get; set; } |
||||||
|
public Nullable<bool> ISDCNY { get; set; } |
||||||
|
public string PY { get; set; } |
||||||
|
public string MEMO { get; set; } |
||||||
|
public Nullable<System.DateTime> UPDATEDATE { get; set; } |
||||||
|
public string HospitalCode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,32 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class JYSJXXB |
||||||
|
{ |
||||||
|
public string LISNO { get; set; } |
||||||
|
public string TESTNO { get; set; } |
||||||
|
public string TYPENAME { get; set; } |
||||||
|
public string NAME { get; set; } |
||||||
|
public Nullable<System.DateTime> SENDDATE { get; set; } |
||||||
|
public Nullable<System.DateTime> RESULTDATEE { get; set; } |
||||||
|
public string SENDDEPTCODE { get; set; } |
||||||
|
public string MEMO { get; set; } |
||||||
|
public Nullable<System.DateTime> UpdateDate { get; set; } |
||||||
|
public string BedCode { get; set; } |
||||||
|
public string chargedoccode { get; set; } |
||||||
|
public string ChargeDocName { get; set; } |
||||||
|
public string Bgys { get; set; } |
||||||
|
public string HospitalCode { get; set; } |
||||||
|
} |
||||||
|
} |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,158 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx"> |
||||||
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) --> |
||||||
|
<edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx"> |
||||||
|
<!-- Diagram content (shape and connector positions) --> |
||||||
|
<edmx:Diagrams> |
||||||
|
<Diagram DiagramId="9c425fe0e47447f390bc8253bb8697c6" Name="Diagram1"> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_CheckResult" Width="1.5" PointX="5.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Infusion" Width="1.5" PointX="5.75" PointY="4.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Infusion_Detail" Width="1.5" PointX="0.75" PointY="6.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Inspect" Width="1.5" PointX="2.75" PointY="6.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Match" Width="1.5" PointX="7.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Match_Detail" Width="1.5" PointX="9.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_OperationLog" Width="1.5" PointX="0.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Patient" Width="1.5" PointX="2.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Reaction" Width="1.5" PointX="9.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Reaction_Detail" Width="1.5" PointX="11.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Check_Advice" Width="1.5" PointX="11.75" PointY="3.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Detail_History" Width="1.5" PointX="11.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Detail_Return" Width="1.5" PointX="4.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_MoveRecord" Width="1.5" PointX="13.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_MoveRecord_Return" Width="1.5" PointX="13.75" PointY="6.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Record_History" Width="1.5" PointX="13.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Record_Return" Width="1.5" PointX="15.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Antibacteria" Width="1.5" PointX="6.75" PointY="15.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Antibiotic" Width="1.5" PointX="15.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bact_Result" Width="1.5" PointX="17.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bacteria" Width="1.5" PointX="17.75" PointY="3.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bacteria_Result" Width="1.5" PointX="17.75" PointY="8.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BarCode" Width="1.5" PointX="17.75" PointY="11.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BarCodeClass" Width="1.5" PointX="17.75" PointY="14.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bone_CelClass" Width="1.5" PointX="11.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bone_Cell" Width="1.5" PointX="13.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Bone_Templete" Width="1.5" PointX="15.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Common" Width="1.5" PointX="17.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Dept" Width="1.5" PointX="19.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Diagnose" Width="1.5" PointX="19.75" PointY="4.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Doctor" Width="1.5" PointX="4.75" PointY="19.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Domain" Width="1.5" PointX="6.75" PointY="19.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Group" Width="1.5" PointX="19.75" PointY="7.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Hospital" Width="1.5" PointX="8.75" PointY="19.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_InsToRptItem" Width="1.5" PointX="19.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Instrument" Width="1.5" PointX="19.75" PointY="15.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Menu" Width="1.5" PointX="19.75" PointY="20.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_PatientClass" Width="1.5" PointX="21.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_QC_Position" Width="1.5" PointX="0.75" PointY="21.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReferenceGroup" Width="1.5" PointX="21.75" PointY="3.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Report" Width="1.5" PointX="21.75" PointY="7.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReportItem" Width="1.5" PointX="10.75" PointY="21.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReportToItem" Width="1.5" PointX="21.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Req_SheetToItem" Width="1.5" PointX="15.75" PointY="21.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqItem" Width="1.5" PointX="21.75" PointY="16.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqItem_Sub" Width="1.5" PointX="21.75" PointY="21.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqItemToBarCodeClass" Width="1.5" PointX="2.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqItemToReport" Width="1.5" PointX="4.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqItemToRptItem" Width="1.5" PointX="12.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_ReqSheet" Width="1.5" PointX="23.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RingDiameter" Width="1.5" PointX="23.75" PointY="5.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Role" Width="1.5" PointX="6.75" PointY="23.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RoleToMenu" Width="1.5" PointX="23.75" PointY="9.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RptItem_Formula" Width="1.5" PointX="23.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RptItem_Reference" Width="1.5" PointX="23.75" PointY="16.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RptItem_Result" Width="1.5" PointX="17.75" PointY="23.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_RptItem_Warn" Width="1.5" PointX="23.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Specimen" Width="1.5" PointX="25.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_TestBoard" Width="1.5" PointX="25.75" PointY="4.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_User" Width="1.5" PointX="25.75" PointY="8.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_UserToMenu" Width="1.5" PointX="25.75" PointY="13.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Log_Err" Width="1.5" PointX="14.75" PointY="25.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_AutoCost" Width="1.5" PointX="25.75" PointY="16.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_CostParam" Width="1.5" PointX="19.75" PointY="25.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_InOutStore" Width="1.5" PointX="25.75" PointY="20.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_Material" Width="1.5" PointX="25.75" PointY="24.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_MaterialClass" Width="1.5" PointX="0.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_Require" Width="1.5" PointX="2.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Manage_Supplier" Width="1.5" PointX="4.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.MonitorAlarm" Width="1.5" PointX="6.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.MonitorJob" Width="1.5" PointX="21.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Performance" Width="1.5" PointX="27.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.QC_Item" Width="1.5" PointX="27.75" PointY="4.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Qc_Parameter" Width="1.5" PointX="27.75" PointY="8.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.QC_Product" Width="1.5" PointX="8.75" PointY="27.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Qc_Result" Width="1.5" PointX="10.75" PointY="27.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Approve" Width="1.5" PointX="27.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Approve_Status" Width="1.5" PointX="27.75" PointY="16.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Bad" Width="1.5" PointX="16.75" PointY="27.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Certification" Width="1.5" PointX="27.75" PointY="19.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Entry" Width="1.5" PointX="27.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Invalid" Width="1.5" PointX="12.75" PointY="28.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Log" Width="1.5" PointX="3" PointY="1" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Maker" Width="1.5" PointX="18.75" PointY="28.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Operating_Type" Width="1.5" PointX="27.75" PointY="28.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Position" Width="1.5" PointX="29.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Reagent" Width="1.5" PointX="0.75" PointY="1.25" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Receipt" Width="1.5" PointX="29.75" PointY="3.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Receipt_Status" Width="1.5" PointX="29.75" PointY="6.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Specification" Width="1.5" PointX="29.75" PointY="9.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Stock" Width="1.5" PointX="29.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Supplier" Width="1.5" PointX="29.75" PointY="17.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_TypeTable" Width="1.5" PointX="29.75" PointY="20.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Reagt_Unit" Width="1.5" PointX="29.75" PointY="23.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.RequestDetail" Width="1.5" PointX="23.75" PointY="29.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.RequestInfo" Width="1.5" PointX="29.75" PointY="26.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_AntbResult" Width="1.5" PointX="0.75" PointY="30.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_BactResult" Width="1.5" PointX="2.75" PointY="30.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_BarcodeDesign" Width="1.5" PointX="4.75" PointY="30.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_CheckCost_Other" Width="1.5" PointX="14.75" PointY="30.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_CheckResult_Review" Width="1.5" PointX="31.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_Comment" Width="1.5" PointX="31.75" PointY="5.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_CriticalRecord" Width="1.5" PointX="6.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_ImageResult" Width="1.5" PointX="8.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.SysConfig" Width="1.5" PointX="31.75" PointY="9.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.SysSequeue" Width="1.5" PointX="10.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.SysUser" Width="1.5" PointX="31.75" PointY="12.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Tpl_ReqItem_Detail" Width="1.5" PointX="31.75" PointY="15.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_InoutDetail" Width="1.5" PointX="16.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_InoutRecord" Width="1.5" PointX="31.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Inventory" Width="1.5" PointX="18.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_ItemResult" Width="1.5" PointX="20.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Request" Width="1.5" PointX="31.75" PointY="23.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_Request_Detail" Width="1.5" PointX="25.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Blood_TypeCheck" Width="1.5" PointX="27.75" PointY="31.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Detail" Width="1.5" PointX="33.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Collect_Record" Width="1.5" PointX="33.75" PointY="5.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodCharacter" Width="1.5" PointX="33.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodCheckItem" Width="1.5" PointX="33.75" PointY="22.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodConstituent" Width="1.5" PointX="22.75" PointY="33.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodConstituentType" Width="1.5" PointX="33.75" PointY="25.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodCrip" Width="1.5" PointX="33.75" PointY="29.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodMatchMethod" Width="1.5" PointX="33.75" PointY="32.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodMatchResult" Width="1.5" PointX="10.75" PointY="34.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodPurpose" Width="1.5" PointX="29.75" PointY="34.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodSpec" Width="1.5" PointX="35.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodStation" Width="1.5" PointX="0.75" PointY="35.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_BloodType" Width="1.5" PointX="2.75" PointY="35.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Dict_Config" Width="1.5" PointX="35.75" PointY="4.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.pbcatedt" Width="1.5" PointX="35.75" PointY="7.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.pbcatfmt" Width="1.5" PointX="35.75" PointY="11.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.pbcatvld" Width="1.5" PointX="35.75" PointY="14.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_CheckCost" Width="1.5" PointX="35.75" PointY="17.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_CheckResult" Width="1.5" PointX="35.75" PointY="25.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Rpt_Patient" Width="1.5" PointX="35.75" PointY="30.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.tmp" Width="1.5" PointX="24.75" PointY="36.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.Tpl_ReqItem" Width="1.5" PointX="31.75" PointY="36.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.BYTZDB" Width="1.5" PointX="37.75" PointY="0.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.CGJYJGB" Width="1.5" PointX="37.75" PointY="3.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.JCBYTB" Width="1.5" PointX="4.75" PointY="37.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.JYSJXXB" Width="1.5" PointX="6.75" PointY="37.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.SJBBZDB" Width="1.5" PointX="37.75" PointY="7.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.v_egent_data" Width="1.5" PointX="37.75" PointY="10.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.vw_result_to_peis1" Width="1.5" PointX="12.75" PointY="37.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.YMSYJG" Width="1.5" PointX="14.75" PointY="37.75" IsExpanded="true" /> |
||||||
|
<EntityTypeShape EntityType="lisdbModel.YMYWZDB" Width="1.5" PointX="37.75" PointY="18.75" IsExpanded="true" /> |
||||||
|
<AssociationConnector Association="lisdbModel.FK_REAGT_OP_REFERENCE_REAGT_RE" ManuallyRouted="false" /> |
||||||
|
</Diagram> |
||||||
|
</edmx:Diagrams> |
||||||
|
</edmx:Designer> |
||||||
|
</edmx:Edmx> |
@ -0,0 +1,22 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Log_Err |
||||||
|
{ |
||||||
|
public int ID { get; set; } |
||||||
|
public Nullable<System.DateTime> Time { get; set; } |
||||||
|
public string Content { get; set; } |
||||||
|
public string Key { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,26 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Manage_AutoCost |
||||||
|
{ |
||||||
|
public int CostID { get; set; } |
||||||
|
public Nullable<int> ReqItemID { get; set; } |
||||||
|
public Nullable<int> InsID { get; set; } |
||||||
|
public Nullable<int> MtID { get; set; } |
||||||
|
public Nullable<decimal> Fee { get; set; } |
||||||
|
public Nullable<decimal> Count { get; set; } |
||||||
|
public Nullable<System.DateTime> CostDate { get; set; } |
||||||
|
public Nullable<decimal> TotalCount { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,24 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Manage_CostParam |
||||||
|
{ |
||||||
|
public int ParamID { get; set; } |
||||||
|
public string ReqItemCode { get; set; } |
||||||
|
public string InsCode { get; set; } |
||||||
|
public Nullable<int> MtID { get; set; } |
||||||
|
public Nullable<decimal> Fee { get; set; } |
||||||
|
public string CostMode { get; set; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,26 @@ |
|||||||
|
//------------------------------------------------------------------------------ |
||||||
|
// <auto-generated> |
||||||
|
// 此代码已从模板生成。 |
||||||
|
// |
||||||
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
||||||
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
||||||
|
// </auto-generated> |
||||||
|
//------------------------------------------------------------------------------ |
||||||
|
|
||||||
|
namespace PEIS.Model |
||||||
|
{ |
||||||
|
using System; |
||||||
|
using System.Collections.Generic; |
||||||
|
|
||||||
|
public partial class Manage_InOutStore |
||||||
|
{ |
||||||
|
public int InID { get; set; } |
||||||
|
public string RequireCode { get; set; } |
||||||
|
public Nullable<int> MtID { get; set; } |
||||||
|
public Nullable<System.DateTime> InDate { get; set; } |
||||||
|
public Nullable<decimal> InCount { get; set; } |
||||||
|
public Nullable<decimal> InPrice { get; set; } |
||||||
|
public string InUserCode { get; set; } |
||||||
|
public Nullable<bool> IsOut { get; set; } |
||||||
|
} |
||||||
|
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue