IRC_NewDev
he 2024-07-30 14:15:50 +08:00
parent ee4b4a62ac
commit e9a90a4c3a
2 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,10 @@ 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,6 +637,8 @@ 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 =>