Uat_Study
parent
419453a8c5
commit
2b766e216c
|
@ -1484,6 +1484,10 @@
|
|||
{
|
||||
疗效为 疑似
|
||||
}
|
||||
else
|
||||
{
|
||||
//错误级别日志:项目、标准、受试者、阅片人、任务。输出其它既往新病灶数据:
|
||||
}
|
||||
</remarks>
|
||||
<param name="inDto"></param>
|
||||
<returns></returns>
|
||||
|
|
|
@ -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());
|
||||
|
||||
)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue