新加阅片关键点

This commit is contained in:
he
2025-11-12 15:21:31 +08:00
parent 0e0ce59d74
commit 1d7b28e7f9
13 changed files with 458 additions and 1 deletions
@@ -446,6 +446,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
public class SetReadKeyFileInDto
{
public Guid TrialCriterionId { get; set; }
}
public class ViewStudyPartInDto
{
public Guid VisitTaskId { get; set; }
@@ -1947,6 +1951,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool IsConvertedTask { get; set; } = false;
public bool IsReadKeyFile { get; set; } = false;
}
public class GetReadingImgInDto