@@ -71,8 +71,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }
|
||||
|
||||
[Comment("阅片任务产生之前 采集影像")]
|
||||
public CollectImagesType CollectImagesEnum { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class ConfigTrialProcessInfoVerificationInDto
|
||||
@@ -164,7 +163,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||
|
||||
|
||||
[Comment("阅片任务产生之前 采集影像")]
|
||||
public CollectImagesType CollectImagesEnum { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -1028,6 +1028,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class TrialConfigDTO : BasicTrialConfig
|
||||
{
|
||||
[Comment("阅片任务产生之前 采集影像")]
|
||||
public CollectImagesType CollectImagesEnum { get; set; }
|
||||
|
||||
[Comment("SPM 参与中心调研")]
|
||||
public bool IsSPMJoinSiteSurvey { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user