diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs index 4a19798f6..993673c75 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs @@ -155,6 +155,11 @@ namespace IRaCIS.Core.Application.Contracts public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; } + public bool IsMedicalReview { get; set; } + + + + } @@ -302,6 +307,10 @@ namespace IRaCIS.Core.Application.Contracts public bool IsPDProgressView { get; set; } + public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; } + + public UserTypeEnum? PDProgressDefaultUserType { get; set; } + } @@ -1017,6 +1026,13 @@ namespace IRaCIS.Core.Application.Contracts public List ClinicalDataSetNames { get; set; } = new List(); + public bool IsMedicalReview { get; set; } + + public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; } + + public UserTypeEnum? PDProgressDefaultUserType { get; set; } + + //public bool IsTrialStart { get; set; } = false; diff --git a/IRaCIS.Core.Domain/Trial/Trial.cs b/IRaCIS.Core.Domain/Trial/Trial.cs index ef9ab437f..d97656e2f 100644 --- a/IRaCIS.Core.Domain/Trial/Trial.cs +++ b/IRaCIS.Core.Domain/Trial/Trial.cs @@ -361,6 +361,10 @@ namespace IRaCIS.Core.Domain.Models public bool IsMedicalReview { get; set; } + public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; } + + public UserTypeEnum? PDProgressDefaultUserType { get; set; } + #region ÓʼþÅäÖà /// /// ·¢¼þÏäÕ˺Å