@@ -1,4 +1,6 @@
|
||||
namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
|
||||
{
|
||||
public class DicomSeriesDTO
|
||||
{
|
||||
@@ -70,6 +72,11 @@
|
||||
public int NumberOfFrames { get; set; }
|
||||
|
||||
public int InstanceNumber { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public int ShowOrder { get; set; }
|
||||
[JsonIgnore]
|
||||
public decimal RowIndex { get; set; }
|
||||
}
|
||||
|
||||
public class DicomSeriesWithLabelDTO : DicomSeriesDTO
|
||||
|
||||
Reference in New Issue
Block a user