访视阅片任务生成和列表展示

This commit is contained in:
2022-06-07 15:47:02 +08:00
parent 49d9cc9a0a
commit a25cb0827b
21 changed files with 750 additions and 50 deletions
@@ -266,7 +266,6 @@ namespace IRaCIS.Core.Application.Contracts
public class CheckQuery : PageInput
{
public string SubjectInfo { get; set; } = String.Empty;
//public string VisitPlanInfo { get; set; } = String.Empty;
public string[]? VisitPlanArray { get; set; }
@@ -277,6 +276,8 @@ namespace IRaCIS.Core.Application.Contracts
public Guid TrialId { get; set; }
public Guid? SiteId { get; set; }
public string SubjectInfo { get; set; } = String.Empty;
//public bool? IsClosed { get; set; }
}