Compare commits

..

No commits in common. "7d7027a753a342db73df2464bf917c05a7a794a0" and "fd9af4760674d83d482ba301512e6fa1b54e72da" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -79,10 +79,6 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public int InstanceNumber { get; set; }
public Guid? StudyId { get; set; }
public Guid? SeriesId { get; set; }
[JsonIgnore]
public int ShowOrder { get; set; }
[JsonIgnore]

View File

@ -637,8 +637,7 @@ namespace IRaCIS.Core.Application.Services
HtmlPath = k.HtmlPath,
Path = k.Path,
InstanceNumber = k.InstanceNumber,
StudyId = k.StudyId,
SeriesId = k.SeriesId,
}).ToListAsync();
item.InstanceInfoList.ForEach(x =>