增加多帧展示字段
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-05-17 09:38:46 +08:00
parent a4b9c44cfa
commit ac799688d3
2 changed files with 5 additions and 1 deletions

View File

@ -68,6 +68,8 @@
public string HtmlPath { get; set; }
public int NumberOfFrames { get; set; }
public int InstanceNumber { get; set; }
}
public class DicomSeriesWithLabelDTO : DicomSeriesDTO

View File

@ -288,7 +288,9 @@ namespace IRaCIS.Core.Application.Services
Id = k.Id,
NumberOfFrames = k.NumberOfFrames,
HtmlPath = k.HtmlPath,
Path = k.Path
Path = k.Path,
InstanceNumber=k.InstanceNumber,
}).ToList();
}