修改邮件和阅片跟踪

This commit is contained in:
2023-03-09 10:51:32 +08:00
parent a489350d21
commit aad722603a
5 changed files with 41 additions and 41 deletions
@@ -220,36 +220,7 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialTaskConfigView : TrialTaskConfig
{
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
public bool IsReadingTaskViewInOrder { get; set; } = true;
//public ReadingMethod ReadingType { get; set; }
/// <summary>
/// 阅片是否显示受试者信息
/// </summary>
public bool IsReadingShowSubjectInfo { get; set; }
/// <summary>
/// 阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; }
public ReadingTool ReadingTool { get; set; }
/// <summary>
/// QC流程 0 不审,1 单审,2双审
/// </summary>
public TrialQCProcess QCProcessEnum { get; set; } = TrialQCProcess.DoubleAudit;
/// <summary>
/// 影像一致性核查
/// </summary>
public bool IsImageConsistencyVerification { get; set; } = true;
}
public class TrialReadingTaskViewConfig