@@ -1285,7 +1285,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
||||
|
||||
ArmEnum = t.ArmEnum,
|
||||
|
||||
ReadingNoneDicomMarkPathList = t.ReadingNoneDicomMarkList.Select(t => t.Path).ToList(),
|
||||
ReadingNoneDicomMarkPathList = t.ReadingNoneDicomMarkList.Select(c => new TrialKeyPicturePath { PicturePath = c.Path, OtherPicturePath = string.Empty }).ToList(),
|
||||
|
||||
QuestionMarkPictureList = t.ReadingTaskQuestionMarkList.Select(c => new TrialKeyPicturePath { PicturePath = c.PicturePath, OtherPicturePath = c.OtherPicturePath }).ToList(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user