Dear Ilan and Salim,
Yes, I agree, accessing SUV information is really painful despite the existence of the DICOM standard (I also work with nuclear medicine images).
You will find enclosed with this message two documents, of which the first originates from the QIBA task force within RSNA (check out their Appendix G) [1], and the second from the 3D Slicer project. Those two documents are really helpful to correctly extract SUV information from most modalities (notably for GE and Philips). A while ago, I initiated an Orthanc plugin to do this computation, but time is definitely a sparse resource and this is still work-in-progress…
Back to your original question, here is how to write the “Dictionary” section of the Orthanc configuration file so that the tags you need from Philips are readily available:
“Dictionary” : {
“7053,1000” : [ “LO”, “SUVScaleFactor”, 1, 1, “Philips PET Private Group” ],
“7053,1003” : [ “ST”, “OriginalImageFileName”, 1, 1, “Philips PET Private Group” ],
“7053,1009” : [ “DS”, “ActivityConcentrationScaleFactor”, 1, 1, “Philips PET Private Group” ]
}
Note that this syntax will only work with the Orthanc mainline (in other words, release 1.1.0 is too old). For future reference, I extracted the VR (value representations) for these private tags from the DICOM conformance statement of “GEMINI TF Version 3.1”.
HTH,
Sébastien-
[1] http://qibawiki.rsna.org/index.php/FDG-PET_Biomarker_Ctte
QIBA_FDG-PET_Profile_v111-edits.doc (2.8 MB)
HowToReadPETDICOMFiles.doc (44.5 KB)