【入组增加一致性分析切换按钮】
This commit is contained in:
@@ -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; }
|
||||
|
||||
//任务阅片状态
|
||||
|
||||
Reference in New Issue
Block a user