增加dicom 显示文件大小,以及修改影像下载列表适配 随机阅片

This commit is contained in:
2024-09-26 11:29:11 +08:00
parent 3fc7b72a45
commit 33b02be6ed
3 changed files with 98 additions and 73 deletions
@@ -15,6 +15,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid CreateUserId { get; set; }
public Guid NoneDicomStudyId { get; set; }
public long? FileSize { get; set; }
public string FullFilePath => Path;
public string FileType { get; set; }