修改
This commit is contained in:
@@ -171,7 +171,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsOncologyReading { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务展示访视
|
||||
/// 任务展示访视 读片任务显示是否顺序
|
||||
/// </summary>
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[JsonIgnore]
|
||||
public List<TrialSiteSurvey> TrialSiteSurveyList { get; set; } = new List<TrialSiteSurvey>();
|
||||
|
||||
[JsonIgnore]
|
||||
[JsonIgnore]
|
||||
public List<TrialDocument> TrialDocumentList { get; set; }
|
||||
[JsonIgnore]
|
||||
public List<Enroll> EnrollList { get; set; } = new List<Enroll>();
|
||||
@@ -216,33 +216,33 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsSubjectSecondCodeView { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 1 Mint、2 PACS
|
||||
/// </summary>
|
||||
///// <summary>
|
||||
///// 1 Mint、2 PACS
|
||||
///// </summary>
|
||||
|
||||
public int ImagePlatform { get; set; } = 1;
|
||||
//public int ImagePlatform { get; set; } = 1;
|
||||
|
||||
//阅片方式
|
||||
public int ReadingMode { get; set; } = 1;
|
||||
|
||||
//阅片类型
|
||||
public ReadingMethod ReadingType { get; set; } = ReadingMethod.Double;
|
||||
////阅片类型
|
||||
//public ReadingMethod ReadingType { get; set; } = ReadingMethod.Double;
|
||||
|
||||
|
||||
public bool IsGlobalReading { get; set; } = true;
|
||||
//public bool IsGlobalReading { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁阅片
|
||||
/// </summary>
|
||||
public bool? IsArbitrationReading { get; set; } = true;
|
||||
///// <summary>
|
||||
///// 仲裁阅片
|
||||
///// </summary>
|
||||
//public bool? IsArbitrationReading { get; set; } = true;
|
||||
|
||||
public bool IsClinicalReading { get; set; }
|
||||
//public bool IsClinicalReading { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 仲裁规则
|
||||
/// </summary>
|
||||
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.None;
|
||||
///// <summary>
|
||||
///// 仲裁规则
|
||||
///// </summary>
|
||||
//public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.None;
|
||||
|
||||
|
||||
public int ChangeDefalutDays { get; set; } = 5;
|
||||
@@ -356,22 +356,22 @@ namespace IRaCIS.Core.Domain.Models
|
||||
//后续全局自动分配默认状态
|
||||
public TaskAllocateDefaultState FollowGlobalVisitAutoAssignDefaultState { get; set; } = TaskAllocateDefaultState.Allocated;
|
||||
|
||||
//读片任务显示规则
|
||||
////读片任务显示规则
|
||||
|
||||
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||
//public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||
|
||||
//读片任务显示是否顺序
|
||||
public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
////读片任务显示是否顺序
|
||||
//public bool IsReadingTaskViewInOrder { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 阅片是否显示受试者信息
|
||||
/// </summary>
|
||||
public bool IsReadingShowSubjectInfo { get; set; } = false;
|
||||
///// <summary>
|
||||
///// 阅片是否显示受试者信息
|
||||
///// </summary>
|
||||
//public bool IsReadingShowSubjectInfo { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 阅片是否显示既往结果
|
||||
/// </summary>
|
||||
public bool IsReadingShowPreviousResults { get; set; } = false;
|
||||
///// <summary>
|
||||
///// 阅片是否显示既往结果
|
||||
///// </summary>
|
||||
//public bool IsReadingShowPreviousResults { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -396,10 +396,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// </summary>
|
||||
public DateTime? ReadingInfoSignTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 阅片工具
|
||||
/// </summary>
|
||||
public ReadingTool? ReadingTool { get; set; }
|
||||
///// <summary>
|
||||
///// 阅片工具
|
||||
///// </summary>
|
||||
//public ReadingTool? ReadingTool { get; set; }
|
||||
|
||||
//public Guid? ReviewTypeId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user