修改一版
This commit is contained in:
@@ -16,7 +16,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public string SubjectCodeRule { get; set; } = string.Empty;
|
||||
|
||||
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
public List<string> TrialCriterionNames { get; set; } = new List<string>();
|
||||
|
||||
public List<Guid> ClinicalDataTrialSetIds { get; set; } = new List<Guid>();
|
||||
|
||||
@@ -80,6 +82,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public List<Guid> CriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
@@ -218,6 +222,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public class TrialConfigDTO: BasicTrialConfig
|
||||
{
|
||||
|
||||
|
||||
public List<Guid> CriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
public List<string> ClinicalDataSetNames { get; set; } = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user