修改按照标记时间排序
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-05-26 14:11:54 +08:00
parent 44536b803f
commit 0c28f85f49
2 changed files with 8 additions and 2 deletions
@@ -66,6 +66,8 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public Guid? InstanceId { get; set; }
public int? NumberOfFrames { get; set; }
public DateTime CreateTime { get; set; }
}
public class InstanceBasicInfo
{
@@ -98,6 +100,8 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public string WindowCenter { get; set; }
[JsonIgnore]
public string WindowWidth { get; set; }
public DateTime? RowDate { get; set; }
}
public class DicomSeriesWithLabelDTO : DicomSeriesDTO