【入组增加一致性分析切换按钮】

This commit is contained in:
2024-03-01 14:08:27 +08:00
parent 1aa5e45694
commit d0c8df1452
5 changed files with 83 additions and 24 deletions
@@ -152,9 +152,20 @@ namespace IRaCIS.Application.Contracts
public List<ReadingCategory> ReadingCategorys { get; set; }
public bool IsJoinAnalysis { get; set; } = true;
}
public class SetCriterionJoinJoinAnalysisCommand
{
public Guid? Id { get; set; }
[NotDefault]
public Guid EnrollId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
public bool IsJoinAnalysis { get; set; }
}
public class SetEnrollEnableCommand
{
@@ -247,6 +258,10 @@ namespace IRaCIS.Application.Contracts
}
public class DoctorCriterionStatus : SetCriterionJoinJoinAnalysisCommand
{
}
public class WorkLoadAndAgreementDTO : WorkLoadAndTrainingDTO
{
@@ -270,6 +285,8 @@ namespace IRaCIS.Application.Contracts
public List<TrialReadingCriterionDto> TrialReadingCriterionList { get; set; }
public List<DoctorCriterionStatus> DoctorCriterionStatusList { get; set; }
public List<TrialCriterionReadingCategory> CriterionReadingCategoryList { get; set; }
//任务阅片状态