访视阅片任务生成和列表展示
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user