Compare commits
4 Commits
cdbbe460ab
...
f8c3704c87
| Author | SHA1 | Date |
|---|---|---|
|
|
f8c3704c87 | |
|
|
4c21459e00 | |
|
|
45da1645e0 | |
|
|
9a1f4697c2 |
|
|
@ -15,7 +15,6 @@ 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>();
|
||||||
|
|
||||||
|
|
@ -62,6 +61,8 @@ 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