Compare commits
No commits in common. "f8c3704c87742265da6534d274359d2e208bf2eb" and "cdbbe460ab0f290b93b950e99e0d00f7a71dc9fb" have entirely different histories.
f8c3704c87
...
cdbbe460ab
|
|
@ -15,6 +15,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public bool IsCriticalSequence { get; set; } = false;
|
public bool IsCriticalSequence { get; set; } = false;
|
||||||
|
|
||||||
|
public string StudyName { get; set; }
|
||||||
|
|
||||||
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();
|
public List<NoneDicomStudyFileView> NoneDicomStudyFileList { get; set; } = new List<NoneDicomStudyFileView>();
|
||||||
|
|
||||||
|
|
@ -61,8 +62,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public int Code { get; set; }
|
public int Code { get; set; }
|
||||||
|
|
||||||
public string StudyName { get; set; }
|
|
||||||
|
|
||||||
public string VideoName { get; set; } = string.Empty;
|
public string VideoName { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string VideoObjectName { get; set; } = string.Empty;
|
public string VideoObjectName { get; set; } = string.Empty;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue