Uat_Study
parent
0a142d5c76
commit
2b8cf76a9c
|
@ -589,10 +589,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
{
|
||||
public Guid OncologyTaskId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 评估结果
|
||||
/// </summary>
|
||||
public string TrialEvaluationResult { get; set; } = string.Empty;
|
||||
///// <summary>
|
||||
///// 评估结果
|
||||
///// </summary>
|
||||
//public string TrialEvaluationResult { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 评估原因
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
GetOncologyReadingInfoOutDto result = new GetOncologyReadingInfoOutDto()
|
||||
{
|
||||
TrialEvaluationResult = trialCriterion.EvaluationResult,
|
||||
//TrialEvaluationResult = trialCriterion.EvaluationResult,
|
||||
IsShowDetail = trialCriterion.IsShowDetail,
|
||||
TrialEvaluationReason = trialCriterion.EvaluationReason.IsNullOrEmpty() ? ReadingCommon.EvaluationReason : trialCriterion.EvaluationReason,
|
||||
OncologyTaskId = inDto.VisitTaskId,
|
||||
|
|
Loading…
Reference in New Issue