增加搜索条件

This commit is contained in:
2025-12-12 13:31:49 +08:00
parent deb7e77263
commit 6ee51a7f43
3 changed files with 40 additions and 18 deletions
@@ -13,6 +13,8 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid TrialId { get; set; }
public Guid? TrialSiteId { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
}
@@ -42,6 +44,8 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid TrialId { get; set; }
public Guid? TrialSiteId { get; set; }
}
public class VisitQuestionViewModel
@@ -83,10 +87,13 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
public Guid? TrialSiteId { get; set; }
}
public class EfficacyEvaluationStatViewModel
{
public string? DictionaryCode { get; set; }
public string OverallTumorEvaluation { get; set; }
public int SubjectCount { get; set; }
@@ -139,7 +146,7 @@ namespace IRaCIS.Core.Application.ViewModel
public List<decimal> SubjectCriterionReadingPeriodVisitNumList { get; set; }
public string? DictionaryCode { get; set; }
public string OverallTumorEvaluation { get; set; }