修改site关联

This commit is contained in:
2024-06-03 14:37:38 +08:00
parent 4db3860ade
commit 0e23719c7b
101 changed files with 354 additions and 3290 deletions
@@ -6,7 +6,7 @@ namespace IRaCIS.Application.Contracts
public class WorkloadTPDTO
{
public Guid Id { get; set; }
public Guid SiteId { get; set; }
public Guid TrialSiteId { get; set; }
public string SiteName { get; set; } = String.Empty;
public Guid SubjectId { get; set; }
public string SubjectCode { get; set; } = String.Empty;
@@ -30,7 +30,7 @@ namespace IRaCIS.Application.Contracts
public class WorkloadGlobalDTO
{
public Guid Id { get; set; }
public Guid SiteId { get; set; }
public Guid TrialSiteId { get; set; }
public string SiteName { get; set; } = String.Empty;
public Guid VisitId { get; set; }
public string VisitName { get; set; } = String.Empty;
@@ -56,7 +56,7 @@ namespace IRaCIS.Application.Contracts
{
public Guid Id { get; set; }
public Guid TrialId { get; set; }
public Guid SiteId { get; set; }
public Guid TrialSiteId { get; set; }
public string SiteName { get; set; }=String.Empty;
public Guid SubjectId { get; set; }
public string SubjectCode { get; set; } = String.Empty;
@@ -76,7 +76,7 @@ namespace IRaCIS.Application.Contracts
public class WorkloadDistributionQueryParam : PageInput
{
public Guid TrialId { get; set; } = Guid.Empty;
public Guid? SiteId { get; set; } = Guid.Empty;
public Guid? TrialSiteId { get; set; } = Guid.Empty;
public string SubjectCode { get; set; } = string.Empty;
public string WorkloadCode { get; set; } = string.Empty;
public string Reviewer { get; set; } = string.Empty;