修改一版

This commit is contained in:
he
2022-06-23 17:24:12 +08:00
parent 2741678aeb
commit 2d9a6898fa
5 changed files with 55 additions and 0 deletions
@@ -194,6 +194,16 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsFollowJudgeTaskAutoAssign { get; set; }
/// <summary>
/// 阅片是否显示受试者信息
/// </summary>
public bool IsReadingShowSubjectInfo { get; set; }
/// <summary>
/// 阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; }
public TaskAllocateDefaultState FollowJudgeTaskAutoAssignDefaultState { get; set; }
}
@@ -204,6 +214,16 @@ namespace IRaCIS.Core.Application.Contracts
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
public bool IsReadingTaskViewInOrder { get; set; } = true;
/// <summary>
/// 阅片是否显示受试者信息
/// </summary>
public bool IsReadingShowSubjectInfo { get; set; }
/// <summary>
/// 阅片是否显示既往结果
/// </summary>
public bool IsReadingShowPreviousResults { get; set; }
}
public class TrialJudgeTaskConfig