Uat_Study
he 2022-08-29 09:43:41 +08:00
parent 4640600df1
commit 3e440d9256
1 changed files with 16 additions and 0 deletions

View File

@ -561,6 +561,22 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary> /// </summary>
public LesionType? LesionType { get; set; } public LesionType? LesionType { get; set; }
/// <summary>
/// 最大问题数
/// </summary>
public int? MaxQuestionCount { get; set; }
/// <summary>
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
} }
public class TrialJudgeQuestion public class TrialJudgeQuestion