This commit is contained in:
he
2024-04-12 10:31:23 +08:00
parent 87776513fb
commit 146fc916d1
2 changed files with 12 additions and 2 deletions
@@ -72,7 +72,17 @@ namespace IRaCIS.Core.Application.Contracts
}
public class TrialProcessConfig
public class ConfigTrialProcessInfoVerificationInDto
{
public Guid TrialId { get; set; }
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
public List<Guid> ClinicalDataTrialSetIds { get; set; } = new List<Guid>();
}
public class TrialProcessConfig
{
public List<Guid> CriterionIds { get; set; } = new List<Guid>();