提交
This commit is contained in:
@@ -189,6 +189,20 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public Guid? VisitTaskId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class TempInstance
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Path { get; set; }
|
||||
public int NumberOfFrames { get; set; }
|
||||
public int InstanceNumber { get; set; }
|
||||
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
public decimal RowIndex { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class VisitStudyDTO
|
||||
{
|
||||
public Guid StudyId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user