@@ -81,7 +81,7 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
|
||||
|
||||
public Guid? StudyId { get; set; }
|
||||
|
||||
public List<int?> KeyFramesList{ get; set; }
|
||||
public List<int?> KeyFramesList{ get; set; }=new List<int?> { };
|
||||
|
||||
public Guid? SeriesId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user