diff --git a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs index 45b227e61..d92302e1d 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/NoneDicomStudyViewModel.cs @@ -15,7 +15,6 @@ namespace IRaCIS.Core.Application.Contracts public bool IsCriticalSequence { get; set; } = false; - public string StudyName { get; set; } public List NoneDicomStudyFileList { get; set; } = new List(); @@ -62,6 +61,8 @@ namespace IRaCIS.Core.Application.Contracts public int Code { get; set; } + public string StudyName { get; set; } + public string VideoName { get; set; } = string.Empty; public string VideoObjectName { get; set; } = string.Empty;