Uat_Study
he 2023-05-31 16:33:33 +08:00
parent 419453a8c5
commit 2b766e216c
2 changed files with 6 additions and 1 deletions

View File

@ -1484,6 +1484,10 @@
{
疗效为 疑似
}
else
{
//错误级别日志:项目、标准、受试者、阅片人、任务。输出其它既往新病灶数据:
}
</remarks>
<param name="inDto"></param>
<returns></returns>

View File

@ -11,6 +11,7 @@ using Microsoft.Extensions.Logging;
using IRaCIS.Core.Infrastructure;
using MassTransit;
using System.Linq;
using System.Text;
namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
@ -2590,7 +2591,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
builder.AppendLine($"【触发iRECIST后新病灶评估】:【{inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.IRECISTNewTargetLesion).Select(x => x.Answer).FirstIsNullReturnEmpty()}】");
_logger.LogError(builder.ToString());
)
}