@@ -104,12 +104,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid? SponsorId { get; set; } = Guid.Empty;
|
||||
public Guid? ReviewModeId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
[StringLength(500)]
|
||||
public string ProjectCycle { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public int ExpectedPatients { get; set; }
|
||||
|
||||
public decimal TimePointsPerPatient { get; set; }
|
||||
@@ -125,14 +121,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string MessageFromClient { get; set; } = string.Empty;
|
||||
|
||||
public string Note { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string ReviewProtocolName { get; set; } = string.Empty;
|
||||
public string MessageFromClientName { get; set; } = string.Empty;
|
||||
public int Expedited { get; set; }
|
||||
|
||||
|
||||
|
||||
public string DeclarationTypes { get; set; } = string.Empty;
|
||||
|
||||
[NotMapped]
|
||||
@@ -167,27 +158,18 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// 是否有 受试者年龄
|
||||
/// </summary>
|
||||
public bool IsHaveSubjectAge { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否有 入组性确认
|
||||
/// </summary>
|
||||
public bool IsEnrollementQualificationConfirm { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 出组后计划外访视名称
|
||||
/// </summary>
|
||||
public string OutEnrollmentVisitName { get; set; } = "EOT";
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否 验证拍片日期
|
||||
/// </summary>
|
||||
public bool IsVerifyVisitImageDate { get; set; } = true;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 临床信息传输 1:系统录入 2:系统录入+PDF 0:无
|
||||
/// </summary>
|
||||
@@ -214,8 +196,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsImageExport { get; set; } = false;
|
||||
|
||||
public bool IsSubjectSecondCodeView { get; set; }
|
||||
|
||||
|
||||
//阅片方式
|
||||
public int ReadingMode { get; set; } = 1;
|
||||
|
||||
@@ -225,24 +205,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// 跨项目复制
|
||||
/// </summary>
|
||||
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
||||
|
||||
|
||||
public string BodyPartTypes { get; set; } = "鼻咽部|脑部|颈部|胸部|上/下腹部|盆腔|全身|其他";
|
||||
|
||||
|
||||
|
||||
public string Modalitys { get; set; } = string.Empty;
|
||||
|
||||
[NotMapped]
|
||||
public List<string> ModalityList => Modalitys.Split('|', StringSplitOptions.RemoveEmptyEntries).Where(t => !string.IsNullOrEmpty(t)).ToList();
|
||||
|
||||
|
||||
public string PreliminaryAuditReuploadText { get; set; } = string.Empty;
|
||||
|
||||
public string ReviewAuditReuploadText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
//PD 进展是否显示 配置访视 是否显示 PD进展 (从而可以设置状态)
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
@@ -264,9 +234,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// 项目类型 1 正式项目、0 非正式项目 2是培训项目
|
||||
/// </summary>time
|
||||
public TrialType TrialType { get; set; }
|
||||
|
||||
|
||||
|
||||
public int PlanSiteCount { get; set; }
|
||||
|
||||
public int PlanVisitCount { get; set; }
|
||||
@@ -279,8 +246,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsSubjectExpeditedView { get; set; } = false;
|
||||
|
||||
public bool IsTrialStart { get; set; } = false;
|
||||
|
||||
|
||||
//QC 问题流程
|
||||
|
||||
public User QCQuestionConfirmedUser { get; set; }
|
||||
@@ -299,14 +264,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsTrialUrgentConfirmed { get; set; }
|
||||
|
||||
public bool IsQCQuestionConfirmed { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 同步临床数据时间
|
||||
/// </summary>
|
||||
public DateTime? SyncClinicalDataTime { get; set; }
|
||||
|
||||
|
||||
public string BlindBaseLineName { get; set; } = "Baseline";
|
||||
|
||||
public string BlindFollowUpPrefix { get; set; } = "Follow-up";
|
||||
@@ -346,12 +307,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public bool IsConfigureEmail { get; set; } = false;
|
||||
#endregion
|
||||
|
||||
|
||||
public bool IsPACSConnect { get; set; }
|
||||
|
||||
public bool IsTrialPACSConfirmed { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user