修改
This commit is contained in:
@@ -75,7 +75,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string BlindName { get; set; } = string.Empty;
|
||||
|
||||
public Guid RowId { get; set; }
|
||||
public Guid? RowId { get; set; }
|
||||
|
||||
public string SplitOrMergeLesionName { get; set; }
|
||||
|
||||
@@ -495,6 +495,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public QuestionMark? QuestionMark { get; set; }
|
||||
|
||||
public bool IsCopy { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 问题Id
|
||||
@@ -585,6 +587,18 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 病灶Index
|
||||
/// </summary>
|
||||
public class lesionsIndexDto
|
||||
{
|
||||
|
||||
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public List<decimal> Rowindexs { get; set; }
|
||||
}
|
||||
|
||||
public class TableAnsweRowInfo : ReadingTableAnswerRowInfo
|
||||
{
|
||||
public string SplitName { get; set; }
|
||||
|
||||
@@ -327,7 +327,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public IsRequired IsRequired { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 复制病灶的时候 是否复制这个问题
|
||||
/// </summary>
|
||||
public bool IsCopy { get; set; } = false;
|
||||
|
||||
public int ShowOrder { get; set; }
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
@@ -765,6 +768,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public Guid ReadingQuestionCriterionTrialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否复制病灶
|
||||
/// </summary>
|
||||
public bool IsCopyLesions { get; set; } = false;
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -1600,6 +1608,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否复制病灶
|
||||
/// </summary>
|
||||
public bool IsCopyLesions { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 全局阅片显示类型
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user