修改一版
parent
bac19f371b
commit
8a2d88d52d
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -87,6 +87,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// </summary>
|
||||
public string GlobalUpdateType { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 评估原因
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue