@@ -473,6 +473,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid? StudyId { get; set; }
|
||||
|
||||
public string StudyInstanceUid { get; set; }
|
||||
public string SopInstanceUid { get; set; }
|
||||
}
|
||||
|
||||
public class GetCustomTagInDto
|
||||
|
||||
@@ -457,6 +457,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
InstanceId = x.InstanceId,
|
||||
SeriesId = x.SeriesId,
|
||||
StudyId = x.StudyId,
|
||||
SopInstanceUid = x.Instance.SopInstanceUid,
|
||||
StudyInstanceUid = x.Instance.StudyInstanceUid,
|
||||
|
||||
}).ToListAsync();
|
||||
@@ -471,6 +472,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
InstanceId = x.InstanceId,
|
||||
SeriesId = x.SeriesId,
|
||||
StudyId = x.StudyId,
|
||||
SopInstanceUid = x.Instance.SopInstanceUid,
|
||||
StudyInstanceUid = x.Instance.StudyInstanceUid,
|
||||
|
||||
}).ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user