修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3d0f0b0f52
commit
b179a2fa49
|
@ -2039,7 +2039,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
}
|
||||
|
||||
// 本访视病灶的 max SUVmax(所有病灶中最大的)> 2 * 肝脏血池SUVmax
|
||||
else if (maxSUVmax >2* LiverSUVmax&& LiverSUVmax != 0)
|
||||
else if (maxSUVmax >2* LiverSUVmax&& LiverSUVmax != 0m)
|
||||
{
|
||||
result = PET5PSScore.Five;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue