From ea0a4005bcea30eb380de8066b03f7417fa5ad93 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 6 Dec 2022 11:25:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/RECIST1Point1CalculateService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs index 78e7c2c79..fbe8e839e 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs @@ -62,6 +62,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate /// 获取Sod的值 /// private decimal? sODData; + + private string nAString = "NA"; #endregion #region 删除病灶获取起始病灶序号 @@ -391,7 +393,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate } else { - item.Answer = string.Empty; + item.Answer = this.nAString; }