修改一版

This commit is contained in:
he
2022-06-14 15:20:49 +08:00
parent 6070dbca25
commit e50db3f317
8 changed files with 38 additions and 8 deletions
@@ -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>();