修改一版

Uat_Study
he 2022-10-11 17:50:02 +08:00
parent bac19f371b
commit 8a2d88d52d
3 changed files with 8 additions and 0 deletions

View File

@ -331,6 +331,9 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public int ImagePlatform { get; set; } = 1;
public string GlobalUpdateType { get; set; } = string.Empty;
/// <summary>
/// 任务组织级别
/// </summary>
@ -773,6 +776,9 @@ namespace IRaCIS.Core.Application.Contracts
/// </summary>
public Guid TrialReadingCriterionId { get; set; }
public string GlobalUpdateType { get; set; } = string.Empty;
/// <summary>
/// 阅片工具
/// </summary>

View File

@ -327,6 +327,7 @@ namespace IRaCIS.Core.Application
//IsImageIabeled = inDto.IsImageIabeled,
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
GlobalUpdateType=inDto.GlobalUpdateType,
ImagePlatform=inDto.ImagePlatform,
ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA,
ReadingType = inDto.ReadingType,

View File

@ -87,6 +87,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string GlobalUpdateType { get; set; } = string.Empty;
/// <summary>
/// 评估原因
/// </summary>