Uat_Study
parent
0fcaa46aae
commit
e8b518a7df
|
@ -1284,7 +1284,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TargetAssessment result = TargetAssessment.NA;
|
TargetAssessment result = TargetAssessment.NE;
|
||||||
if (resultData.SumOfDiameter == 0 && resultData.DiameterLessThan10 && !resultData.ExixtsNETargetLesion)
|
if (resultData.SumOfDiameter == 0 && resultData.DiameterLessThan10 && !resultData.ExixtsNETargetLesion)
|
||||||
{
|
{
|
||||||
result = TargetAssessment.CR;
|
result = TargetAssessment.CR;
|
||||||
|
|
|
@ -750,13 +750,13 @@ namespace IRaCIS.Core.Domain.Share
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 结节靶病灶
|
/// 淋巴结病灶
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NodularTargetLesions = 1,
|
NodularTargetLesions = 1,
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 非结节靶病灶
|
/// 非淋巴结靶病灶
|
||||||
/// </summary>
|
/// </summary>
|
||||||
NonNodularTargetLesions = 2,
|
NonNodularTargetLesions = 2,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue