This commit is contained in:
he
2025-02-25 14:07:25 +08:00
parent cc17816dae
commit 51f21805be
11 changed files with 19287 additions and 1 deletions
@@ -13,6 +13,8 @@ namespace IRaCIS.Core.Application.Contracts
public int FileCount { get; set; }
public bool IsCriticalSequence { get; set; } = false;
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();