Uat_Study
parent
4640600df1
commit
3e440d9256
|
@ -561,6 +561,22 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
/// </summary>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue