代码提交

IRC_NewDev
he 2024-02-28 15:15:33 +08:00
parent 4f978863e4
commit e5f2d1cde9
3 changed files with 13 additions and 5 deletions

View File

@ -360,10 +360,12 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public bool IsUrgent { get; set; } = false;
/// <summary>
/// 阅片平台
/// </summary>
public int ImagePlatform { get; set; } = 1;
public bool IsSystemSetOncology { get; set; } = false;
/// <summary>
/// 阅片平台
/// </summary>
public int ImagePlatform { get; set; } = 1;
/// <summary>
/// 修约小数点

View File

@ -321,7 +321,8 @@ namespace IRaCIS.Core.Application
await _readingQuestionCriterionTrialRepository.BatchUpdateNoTrackingAsync(x => x.Id == inDto.TrialReadingCriterionId, x => new ReadingQuestionCriterionTrial()
{
IsOncologyReading = systemCriterion.IsOncologyReading,
IseCRFShowInDicomReading = systemCriterion.IseCRFShowInDicomReading,
IsSystemSetOncology = systemCriterion.IsOncologyReading,
IseCRFShowInDicomReading = systemCriterion.IseCRFShowInDicomReading,
});

View File

@ -201,6 +201,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsOncologyReading { get; set; }
/// <summary>
/// 是否系统设置了 肿瘤学
/// </summary>
public bool IsSystemSetOncology { get; set; } = true;
/// <summary>
/// 任务展示访视 读片任务显示是否顺序
/// </summary>