Uat_Study
he 2022-12-06 11:25:12 +08:00
parent caba07deb3
commit ea0a4005bc
1 changed files with 3 additions and 1 deletions

View File

@ -62,6 +62,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
/// 获取Sod的值
/// </summary>
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;
}