From 240a77f65de4a4e646891ef4e616b0ffd793e2fc Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 2 Jun 2022 16:48:29 +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/Reading/ReadingPeriodSetService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs index eff7e466..6ee41187 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs @@ -102,7 +102,7 @@ namespace IRaCIS.Application.Services .Select(x => new PreviewTheReadingListOutDto { ExpirationDate= readset.ExpirationDate, - SubjectVisitId=x.Id, + SubjectVisitId= x.Id, TrialSiteCode = x.TrialSite.TrialSiteCode, LatestScanDate=x.LatestScanDate, ReadingPeriodName= readset.ReadingPeriodName, @@ -129,7 +129,6 @@ namespace IRaCIS.Application.Services { readModules.Add(new ReadModule() { - Id = NewId.NextGuid(), SubjectId = item.SubjectId, ModuleType = readset.ReadingSetType == ReadingSetType.ImageReading ? ModuleTypeEnum.Read : ModuleTypeEnum.Oncology,