This commit is contained in:
he
2022-07-13 11:50:00 +08:00
parent 481db380de
commit 768c7432ae
5 changed files with 8 additions and 4 deletions
@@ -305,7 +305,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 影像是否有标注
/// </summary>
public bool IsImageStandard { get; set; }
public bool IsImageLabled { get; set; }
/// <summary>
/// IR阅片是否显示受试者信息
@@ -563,7 +563,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 影像是否有标注
/// </summary>
public bool IsImageStandard { get; set; }
public bool IsImageLabled { get; set; }
//读片任务显示是否顺序
public bool IsReadingTaskViewInOrder { get; set; } = true;
@@ -88,7 +88,7 @@ namespace IRaCIS.Core.Application
//DigitPlaces=inDto.DigitPlaces,
IsReadingTaskViewInOrder=inDto.IsReadingTaskViewInOrder,
ReadingTaskViewEnum = inDto.ReadingTaskViewEnum,
IsImageStandard = inDto.IsImageStandard,
IsImageLabled = inDto.IsImageLabled,
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
ImagePlatform=inDto.ImagePlatform,