This commit is contained in:
he
2022-08-25 16:19:13 +08:00
parent daf014576f
commit cc60c4f9f0
3 changed files with 31 additions and 0 deletions
@@ -488,6 +488,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; }
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
}
public class ReadingQuestionSystemView
@@ -605,6 +610,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; }
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
}
@@ -898,6 +908,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
}
@@ -1022,6 +1037,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 是否显示在Dicom阅片中
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
}