问题修复
parent
87aaefadf6
commit
0da09da45e
|
@ -2602,8 +2602,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
{
|
{
|
||||||
result = PET5PSScore.Three;
|
result = PET5PSScore.Three;
|
||||||
}
|
}
|
||||||
//本访视点病灶的SUVmax(所有病灶中最大的)<纵隔血池SUVmax
|
//本访视点病灶的SUVmax(所有病灶中最大的)<=纵隔血池SUVmax
|
||||||
else if (maxSUVmax < MediastinumSUVmax && maxSUVmax != 0)
|
else if (maxSUVmax <= MediastinumSUVmax && maxSUVmax != 0)
|
||||||
{
|
{
|
||||||
result = PET5PSScore.Two;
|
result = PET5PSScore.Two;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue