diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 89b0b5bb0..37b96be24 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -812,9 +812,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public string GroupName { get; set; } + /// + /// 分类算法 + /// + public string ClassifyAlgorithms { get; set; } = string.Empty; - - public Guid? GroupId { get; set; } + /// + /// 分类问题Id + /// + public Guid? ClassifyQuestionId { get; set; } + + public Guid? GroupId { get; set; } /// /// 全局阅片显示类型 @@ -1775,6 +1783,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Guid? Id { get; set; } public bool IsAdditional { get; set; } + + /// + /// 分类算法 + /// + public string ClassifyAlgorithms { get; set; } = string.Empty; + + /// + /// 分类问题Id + /// + public Guid? ClassifyQuestionId { get; set; } public Guid TrialId { get; set; } /// diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs index 771a12133..959790ed5 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs @@ -252,9 +252,19 @@ namespace IRaCIS.Core.Domain.Models public string GroupEnName { get; set; } = string.Empty; /// - /// 是否复制病灶 + /// 分类算法 /// - public bool IsCopyLesions { get; set; } = false; + public string ClassifyAlgorithms { get; set; } = string.Empty; + + /// + /// 分类问题Id + /// + public Guid? ClassifyQuestionId { get; set; } + + /// + /// 是否复制病灶 + /// + public bool IsCopyLesions { get; set; } = false; /// /// 分组ID