@@ -15,7 +15,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public bool IsCriticalSequence { get; set; } = false;
|
||||
|
||||
public string StudyName { get; set; }
|
||||
|
||||
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user