@@ -142,9 +142,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
|
||||
// ////读片任务显示是否顺序
|
||||
//// public bool IsReadingTaskViewInOrder { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁规则
|
||||
@@ -233,7 +230,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
public ReadingOrder IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
//public ReadingMethod ReadingType { get; set; }
|
||||
|
||||
@@ -269,7 +266,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
public ReadingOrder IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 阅片是否显示受试者信息
|
||||
@@ -418,7 +415,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public bool IsReadingShowPreviousResults { get; set; }
|
||||
|
||||
//读片任务显示是否顺序
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
public ReadingOrder IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
public List<Guid> GlobalAssessTypeIds { get; set; }
|
||||
|
||||
@@ -918,7 +915,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public bool IsImageIabeled { get; set; }
|
||||
|
||||
//读片任务显示是否顺序
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
public ReadingOrder IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// IR阅片是否显示受试者信息
|
||||
@@ -1061,9 +1058,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
////阅片类型
|
||||
//public int ReadingType { get; set; }
|
||||
|
||||
//读片任务显示是否顺序
|
||||
//public bool IsReadingTaskViewInOrder { get; set; }
|
||||
|
||||
|
||||
|
||||
//public string DocumentConfirmSignText { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user