From 3d60c3af49cb97ecb8b6fa3580d3871da4bec641 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Sun, 8 Oct 2023 10:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/Dto/ReadingQuestionViewModel.cs | 22 +++++++++++++++++-- .../ReadingQuestionTrial.cs | 14 ++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) 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