修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user