添加查看检查部位

This commit is contained in:
he
2025-09-16 16:00:52 +08:00
parent 197aa9bf0a
commit 2eec5f02da
8 changed files with 20074 additions and 1 deletions
@@ -446,6 +446,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
}
public class ViewStudyPartInDto
{
public Guid VisitTaskId { get; set; }
}
public class DeleteSingleTableQuestionMarkInDto
{
[NotDefault]
@@ -1863,6 +1868,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public int? DigitPlaces { get; set; } = 2;
/// <summary>
/// 是否查看检查部位
/// </summary>
public bool IsViewStudyPart { get; set; } = false;
/// <summary>
/// 标准类型
@@ -12,6 +12,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TaskBlindName { get; set; } = string.Empty;
/// <summary>
/// 是否查看检查部位
/// </summary>
public bool IsViewStudyPart { get; set; } = false;
//任务来源访视Id 方便回更访视读片状态
public Guid? SourceSubjectVisitId { get; set; }
public Guid? SouceReadModuleId { get; set; }