增加搜索条件
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user