Compare commits
No commits in common. "7d7027a753a342db73df2464bf917c05a7a794a0" and "fd9af4760674d83d482ba301512e6fa1b54e72da" have entirely different histories.
7d7027a753
...
fd9af47606
|
@ -79,10 +79,6 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
|
||||||
|
|
||||||
public int InstanceNumber { get; set; }
|
public int InstanceNumber { get; set; }
|
||||||
|
|
||||||
public Guid? StudyId { get; set; }
|
|
||||||
|
|
||||||
public Guid? SeriesId { get; set; }
|
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public int ShowOrder { get; set; }
|
public int ShowOrder { get; set; }
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
|
|
|
@ -637,8 +637,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
HtmlPath = k.HtmlPath,
|
HtmlPath = k.HtmlPath,
|
||||||
Path = k.Path,
|
Path = k.Path,
|
||||||
InstanceNumber = k.InstanceNumber,
|
InstanceNumber = k.InstanceNumber,
|
||||||
StudyId = k.StudyId,
|
|
||||||
SeriesId = k.SeriesId,
|
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
item.InstanceInfoList.ForEach(x =>
|
item.InstanceInfoList.ForEach(x =>
|
||||||
|
|
Loading…
Reference in New Issue