From 8a2d88d52dad1a13bdae095c03654f860fcfef7b Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 11 Oct 2022 17:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TrialSiteUser/DTO/TrialConfigDTO.cs | 6 ++++++ .../Service/TrialSiteUser/TrialConfigService.cs | 1 + IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs | 1 + 3 files changed, 8 insertions(+) diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs index 022957148..d91ac95a2 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/TrialConfigDTO.cs @@ -331,6 +331,9 @@ namespace IRaCIS.Core.Application.Contracts /// public int ImagePlatform { get; set; } = 1; + + public string GlobalUpdateType { get; set; } = string.Empty; + /// /// 任务组织级别 /// @@ -773,6 +776,9 @@ namespace IRaCIS.Core.Application.Contracts /// public Guid TrialReadingCriterionId { get; set; } + + public string GlobalUpdateType { get; set; } = string.Empty; + /// /// 阅片工具 /// diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs index cc0dcdba8..a3006e80e 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialConfigService.cs @@ -327,6 +327,7 @@ namespace IRaCIS.Core.Application //IsImageIabeled = inDto.IsImageIabeled, IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo, IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults, + GlobalUpdateType=inDto.GlobalUpdateType, ImagePlatform=inDto.ImagePlatform, ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA, ReadingType = inDto.ReadingType, diff --git a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs index 126ed3c6d..38170bcf6 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingQuestionCriterionTrial.cs @@ -87,6 +87,7 @@ namespace IRaCIS.Core.Domain.Models /// public string GlobalUpdateType { get; set; } = string.Empty; + /// /// 评估原因 ///