This commit is contained in:
@@ -101,6 +101,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class TrialProcessConfig
|
||||
{
|
||||
public TrialDataStore TrialDataStoreType { get; set; }
|
||||
|
||||
public List<Guid> CriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
@@ -1084,6 +1085,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class TrialConfigDTO : BasicTrialConfig
|
||||
{
|
||||
public TrialDataStore TrialDataStoreType { get; set; }
|
||||
|
||||
[Comment("阅片任务产生之前 采集影像")]
|
||||
public CollectImagesType CollectImagesEnum { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user