Closed thisKing closed 2 years ago
When I used UNITED IMAGE to test LBM, I found it was not correct. There was an algorithm reference link in the code, and I found that the male and female 120 and 148 in the code were written in reverse with the reference algorithm, so I changed it. The final value is the same as the equipment manufacturer UNITED IMAGE
Interresting, following the EANM recommandation SUL should be calculated using Janmahasatian for LBM computation
LBMM = 9,270 × weight/(6,680 + 216 × BMI)
LBMF = 9,270 × weight/(8,780 + 244 × BMI)
https://link.springer.com/article/10.1007/s00259-014-2961-x
We will probably need two flavor of SUL computation
So the actual computation is following James PE here a paper confirming the actual value are inverted in the code https://ejnmmiphys.springeropen.com/articles/10.1186/s40658-021-00358-7
:tada: This issue has been resolved in version 1.0.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thanks for the report!
Regarding the different SUV LBM types. This is the link to the DICOM standard: *https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_c.8.9.html
So currently SUV LBM is implemented (using James method), but there is also SUV LBMJANMA which would use Janmahasatian method. Something to look into for the future...
M is -120 F is -148
I use UNITED IMAGE Manufacturer Software(上海联影) tested