Compare commits

..

No commits in common. "f69c7af9d6b4f4e936ce1c4b76315f27e979e85d" and "39eade67f099dbc3f377acf3b40dbde1ffeb4717" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -474,9 +474,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string StudyInstanceUid { get; set; }
public string SopInstanceUid { get; set; }
public int NumberOfFrames { get; set; }
}
public class GetCustomTagInDto

View File

@ -459,7 +459,7 @@ namespace IRaCIS.Core.Application.Service
StudyId = x.StudyId,
SopInstanceUid = x.Instance.SopInstanceUid,
StudyInstanceUid = x.Instance.StudyInstanceUid,
NumberOfFrames= x.Instance.NumberOfFrames,
}).ToListAsync();
@ -474,7 +474,7 @@ namespace IRaCIS.Core.Application.Service
StudyId = x.StudyId,
SopInstanceUid = x.Instance.SopInstanceUid,
StudyInstanceUid = x.Instance.StudyInstanceUid,
NumberOfFrames = x.Instance.NumberOfFrames,
}).ToListAsync();