diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingPeriodSetService.cs index eff7e4667..6ee411877 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,