This commit is contained in:
2023-05-06 09:30:37 +08:00
parent f9a46561e8
commit 39f14c8d11
2 changed files with 41 additions and 38 deletions
@@ -187,9 +187,13 @@ namespace IRaCIS.Core.Application.Contracts
[NotDefault]
public Guid SubjectVisitId { get; set; }
public int FailedFileCount { get; set; }
public decimal FileSize { get; set; }
public bool IsDicomReUpload { get; set; }
public int FileCount { get; set; }
}
@@ -207,7 +211,7 @@ namespace IRaCIS.Core.Application.Contracts
[NotDefault]
public Guid StudyMonitorId { get; set; }
public bool IsAdd { get; set; }
public int FailedFileCount { get; set; }
public AddOrUpdateStudyDto Study { get; set; }