多帧合并然后遮盖

This commit is contained in:
2026-05-07 10:50:04 +08:00
parent 3179fca112
commit d38ce06f90
7 changed files with 156 additions and 16 deletions
@@ -741,6 +741,7 @@ namespace IRaCIS.Core.Application.Contracts
public class DownloadDicomInstanceDto
{
public int NumberOfFrames { get; set; }
public bool IsEncapsulated { get; set; }
public Guid InstanceId { get; set; }
public string FileName { get; set; }
@@ -1171,4 +1172,6 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; }
}
}