This commit is contained in:
he
2022-08-01 15:10:35 +08:00
parent 16c52af21f
commit 483219bda1
7 changed files with 106 additions and 9 deletions
@@ -381,6 +381,7 @@ namespace IRaCIS.Core.Application.Contracts
}
public bool IsClinicalReading { get; set; }
/// <summary>
/// 仲裁阅片
@@ -641,9 +642,9 @@ namespace IRaCIS.Core.Application.Contracts
public class SetOncologySetInDto
{
/// <summary>
/// 项目标准ID
/// 项目ID
/// </summary>
public Guid TrialCriterionId { get; set; }
public Guid TrialId { get; set; }
/// <summary>
/// 评估结果
@@ -671,7 +672,7 @@ namespace IRaCIS.Core.Application.Contracts
public class GetOncologySetInDto
{
public Guid TrialCriterionId { get; set; }
public Guid TrialId { get; set; }
}
public class GetTrialReadingInfoInDto