Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUV conversion error - Can’t find tag 18 1072 - but tag 18 1078 available #20

Open
samcyce opened this issue Aug 28, 2022 · 2 comments

Comments

@samcyce
Copy link

samcyce commented Aug 28, 2022

Hello,

I can’t convert my DICOM files in Bq/mL into SUV.
I think the problem comes from the metadata of my data which do not contain the tag (0018,1072) RadiopharmaceuticalStartTime, as the error message of the “SUV Factor Calculator” module tells me:
itk::ExceptionObject (0000005A9AB9D0D0)
Location: “unknown”
File: D:\D\S\S-0-E-b\PETDICOMExtension\SUVFactorCalculatorCLI\itkDCMTKFileReader.cxx
Line: 89
Description: ITK ERROR: Can’t find tag 18 1072

However, in the documentation of this module, they mention that the tag (0018,1078) RadiopharmaceuticalStartDateTime​ can be interchangeable with the tag (0018,1072) RadiopharmaceuticalStartTime, and my metadata contains this tag.

How can I overcome this error message?

Thank you very much for your attention !

@toan1612
Copy link

same problem. Please how to fix this problem I have filled out the tag (0018,1072) but this error persists

@toan1612
Copy link

created a tag with pydicom >>ds.add_new('0x00181072', 'TM', '105650.000') didn't work even though tag (0018,1072) shown up in the metadata
The solution is to create the tag under the (0054,0016) RadiopharmaceuticalInformationSequence

ds[0x0054,0x0016][0].RadiopharmaceuticalStartTime = '105650.000'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants