This commit is contained in:
he
2022-12-19 13:06:30 +08:00
committed by {872297557@qq.com}
parent 067fd8f49d
commit 1ff6f32e8d
3 changed files with 56 additions and 6 deletions
@@ -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; }