修改一版
parent
bac19f371b
commit
8a2d88d52d
|
@ -331,6 +331,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int ImagePlatform { get; set; } = 1;
|
public int ImagePlatform { get; set; } = 1;
|
||||||
|
|
||||||
|
|
||||||
|
public string GlobalUpdateType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 任务组织级别
|
/// 任务组织级别
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -773,6 +776,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Guid TrialReadingCriterionId { get; set; }
|
public Guid TrialReadingCriterionId { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
public string GlobalUpdateType { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 阅片工具
|
/// 阅片工具
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -327,6 +327,7 @@ namespace IRaCIS.Core.Application
|
||||||
//IsImageIabeled = inDto.IsImageIabeled,
|
//IsImageIabeled = inDto.IsImageIabeled,
|
||||||
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
|
IsReadingShowSubjectInfo = inDto.IsReadingShowSubjectInfo,
|
||||||
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
|
IsReadingShowPreviousResults = inDto.IsReadingShowPreviousResults,
|
||||||
|
GlobalUpdateType=inDto.GlobalUpdateType,
|
||||||
ImagePlatform=inDto.ImagePlatform,
|
ImagePlatform=inDto.ImagePlatform,
|
||||||
ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA,
|
ArbitrationRule= inDto.IsReadingTaskViewInOrder? ArbitrationRule.Visit:ArbitrationRule.NA,
|
||||||
ReadingType = inDto.ReadingType,
|
ReadingType = inDto.ReadingType,
|
||||||
|
|
|
@ -87,6 +87,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string GlobalUpdateType { get; set; } = string.Empty;
|
public string GlobalUpdateType { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 评估原因
|
/// 评估原因
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue