Uat_Study
parent
caba07deb3
commit
ea0a4005bc
|
@ -62,6 +62,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
/// 获取Sod的值
|
/// 获取Sod的值
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private decimal? sODData;
|
private decimal? sODData;
|
||||||
|
|
||||||
|
private string nAString = "NA";
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 删除病灶获取起始病灶序号
|
#region 删除病灶获取起始病灶序号
|
||||||
|
@ -391,7 +393,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
item.Answer = string.Empty;
|
item.Answer = this.nAString;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue