PM阅片跟踪列表

This commit is contained in:
2022-06-14 13:58:08 +08:00
parent 09fc253d67
commit 2d8f739f12
10 changed files with 359 additions and 118 deletions
@@ -142,6 +142,15 @@ namespace IRaCIS.Core.Application.Contracts
}
public class TrialReadingTaskViewConfig
{
public Guid TrialId { get; set; }
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
public bool IsReadingTaskViewInOrder { get; set; } = true;
}
public class TrialUrgentConfig
{
public Guid TrialId { get; set; }