增加多帧展示字段
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a4b9c44cfa
commit
ac799688d3
|
@ -68,6 +68,8 @@
|
||||||
public string HtmlPath { get; set; }
|
public string HtmlPath { get; set; }
|
||||||
|
|
||||||
public int NumberOfFrames { get; set; }
|
public int NumberOfFrames { get; set; }
|
||||||
|
|
||||||
|
public int InstanceNumber { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class DicomSeriesWithLabelDTO : DicomSeriesDTO
|
public class DicomSeriesWithLabelDTO : DicomSeriesDTO
|
||||||
|
|
|
@ -288,7 +288,9 @@ namespace IRaCIS.Core.Application.Services
|
||||||
Id = k.Id,
|
Id = k.Id,
|
||||||
NumberOfFrames = k.NumberOfFrames,
|
NumberOfFrames = k.NumberOfFrames,
|
||||||
HtmlPath = k.HtmlPath,
|
HtmlPath = k.HtmlPath,
|
||||||
Path = k.Path
|
Path = k.Path,
|
||||||
|
InstanceNumber=k.InstanceNumber,
|
||||||
|
|
||||||
}).ToList();
|
}).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue