|
|
@ -85,16 +85,30 @@ public partial class Asbitem:AuditedEntity, IHasConcurrencyStamp |
|
|
public string? Warn { get; set; } |
|
|
public string? Warn { get; set; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 备孕期间禁止检查
|
|
|
|
|
|
|
|
|
/// 备孕标志
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public char IsDisablePreparePregnancy { get; set; } |
|
|
|
|
|
|
|
|
public char PregnantFlag { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
|
///// 备孕期间禁止检查
|
|
|
|
|
|
///// </summary>
|
|
|
|
|
|
//public char IsDisablePreparePregnancy { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
|
///// 怀孕期间禁止检查
|
|
|
|
|
|
///// </summary>
|
|
|
|
|
|
//public char IsDisablePregnancy { get; set; }
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 怀孕期间禁止检查
|
|
|
|
|
|
|
|
|
/// 疾病筛查类别
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public char IsDisablePregnancy { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public Guid? DiseaseScreeningTypeId { get; set; } |
|
|
public Guid? DiseaseScreeningTypeId { get; set; } |
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 是否网上预约
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
|
|
|
|
public char? IsWebAppoint { get; set; } |
|
|
public string? SimpleCode { get; set; } |
|
|
public string? SimpleCode { get; set; } |
|
|
|
|
|
|
|
|
public int DisplayOrder { get; set; } |
|
|
public int DisplayOrder { get; set; } |
|
|
@ -102,7 +116,7 @@ public partial class Asbitem:AuditedEntity, IHasConcurrencyStamp |
|
|
public string? ConcurrencyStamp { get; set; } |
|
|
public string? ConcurrencyStamp { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public char? IsWebAppoint { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public virtual ICollection<AsbitemDetail> AsbitemDetails { get; set; } = new List<AsbitemDetail>(); |
|
|
public virtual ICollection<AsbitemDetail> AsbitemDetails { get; set; } = new List<AsbitemDetail>(); |
|
|
|
|
|
|
|
|
|