无序修改字段类型
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-16 14:54:34 +08:00
parent 4552a24caa
commit a93bbebb61
22 changed files with 46 additions and 52 deletions
@@ -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;