Uat_Study
he 2022-08-25 16:19:13 +08:00
parent daf014576f
commit cc60c4f9f0
3 changed files with 31 additions and 0 deletions

View File

@ -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;
}

View File

@ -119,6 +119,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// 创建人
/// </summary>

View File

@ -157,6 +157,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsShowInDicom { get; set; } = false;
/// <summary>
/// 序号标记
/// </summary>
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// 分页标准
/// </summary>