修改
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user