查询增加 subject退出状态

This commit is contained in:
2025-06-24 13:43:26 +08:00
parent d9326a1e8e
commit 814f27244a
16 changed files with 57 additions and 15 deletions
@@ -58,7 +58,7 @@ namespace IRaCIS.Core.Application.Contracts
//public string VisitPlanInfo { get; set; } = string.Empty;
public string[]? VisitPlanArray { get; set; }
public bool? IsSubjectQuit { get; set; }
}
public class GetNextQCInfoInDto
@@ -96,6 +96,8 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? BeginAuditTime { get; set; }
public DateTime? EndAuditTime { get; set; }
public bool? IsSubjectQuit { get; set; }
}
public class GetNextIQCQualityInDto
@@ -1752,6 +1754,7 @@ namespace IRaCIS.Core.Application.Contracts
public class ImageBackViewModel
{
public bool IsSubjectQuit { get; set; }
public Guid Id { get; set; }
public DateTime CreateTime { get; set; }
@@ -1867,6 +1870,8 @@ namespace IRaCIS.Core.Application.Contracts
public class QCCRCChallengeViewModel
{
public bool IsSubjectQuit { get; set; }
public Guid? PreliminaryAuditUserId { get; set; }
public Guid? CurrentActionUserId { get; set; }
@@ -2068,6 +2073,7 @@ namespace IRaCIS.Core.Application.Contracts
public class QCCheckViewModel
{
public bool IsSubjectQuit { get; set; }
public string? TalkContent { get; set; } = String.Empty;
public string BlindName { get; set; } = String.Empty;
public bool IsUrgent { get; set; }
@@ -2161,6 +2167,7 @@ namespace IRaCIS.Core.Application.Contracts
public class QCVisitBasicListViewModel
{
public bool IsSubjectQuit { get; set; }
public ChallengeStateEnum ChallengeState { get; set; }
public bool? IsConfirmedClinicalData { get; set; }
public bool IsQCConfirmedReupload { get; set; }