修改一版

Uat_Study
he 2022-06-02 16:48:29 +08:00
parent a61cf48e6c
commit 240a77f65d
1 changed files with 1 additions and 2 deletions

View File

@ -102,7 +102,7 @@ namespace IRaCIS.Application.Services
.Select(x => new PreviewTheReadingListOutDto .Select(x => new PreviewTheReadingListOutDto
{ {
ExpirationDate= readset.ExpirationDate, ExpirationDate= readset.ExpirationDate,
SubjectVisitId=x.Id, SubjectVisitId= x.Id,
TrialSiteCode = x.TrialSite.TrialSiteCode, TrialSiteCode = x.TrialSite.TrialSiteCode,
LatestScanDate=x.LatestScanDate, LatestScanDate=x.LatestScanDate,
ReadingPeriodName= readset.ReadingPeriodName, ReadingPeriodName= readset.ReadingPeriodName,
@ -129,7 +129,6 @@ namespace IRaCIS.Application.Services
{ {
readModules.Add(new ReadModule() readModules.Add(new ReadModule()
{ {
Id = NewId.NextGuid(), Id = NewId.NextGuid(),
SubjectId = item.SubjectId, SubjectId = item.SubjectId,
ModuleType = readset.ReadingSetType == ReadingSetType.ImageReading ? ModuleTypeEnum.Read : ModuleTypeEnum.Oncology, ModuleType = readset.ReadingSetType == ReadingSetType.ImageReading ? ModuleTypeEnum.Read : ModuleTypeEnum.Oncology,