This commit is contained in:
he
2023-03-24 14:26:47 +08:00
parent 6be7076bce
commit 3f3a9093b2
3 changed files with 17 additions and 0 deletions
@@ -1053,6 +1053,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? VisitId { get; set; }
public bool IsCurrentTask { get; set; }
/// <summary>
/// 是否是转变的任务(转为IRECIST)
/// </summary>
public bool IsConvertedTask { get; set; } = false;
/// <summary>
/// 是否是第一次转化的任务
/// </summary>
public bool IsFirstChangeTask { get; set; } = false;
}
public class GetVisitReadingQuestionOutDto