代码修改

IRC_NewDev
he 2023-10-08 10:01:47 +08:00
parent 11395d8e5f
commit 3d60c3af49
2 changed files with 32 additions and 4 deletions

View File

@ -812,9 +812,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string GroupName { get; set; }
/// <summary>
/// 分类算法
/// </summary>
public string ClassifyAlgorithms { get; set; } = string.Empty;
public Guid? GroupId { get; set; }
/// <summary>
/// 分类问题Id
/// </summary>
public Guid? ClassifyQuestionId { get; set; }
public Guid? GroupId { get; set; }
/// <summary>
/// 全局阅片显示类型
@ -1775,6 +1783,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? Id { get; set; }
public bool IsAdditional { get; set; }
/// <summary>
/// 分类算法
/// </summary>
public string ClassifyAlgorithms { get; set; } = string.Empty;
/// <summary>
/// 分类问题Id
/// </summary>
public Guid? ClassifyQuestionId { get; set; }
public Guid TrialId { get; set; }
/// <summary>

View File

@ -252,9 +252,19 @@ namespace IRaCIS.Core.Domain.Models
public string GroupEnName { get; set; } = string.Empty;
/// <summary>
/// 是否复制病灶
/// 分类算法
/// </summary>
public bool IsCopyLesions { get; set; } = false;
public string ClassifyAlgorithms { get; set; } = string.Empty;
/// <summary>
/// 分类问题Id
/// </summary>
public Guid? ClassifyQuestionId { get; set; }
/// <summary>
/// 是否复制病灶
/// </summary>
public bool IsCopyLesions { get; set; } = false;
/// <summary>
/// 分组ID