修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user