The file can be loaded by applications like Sante and can also be loaded by DcmFileFormat class when its loadFile function is called. However, when I try to use a DRTDose object to load the file by using its loadFile function, it complains the following:
The SOP Class UID, however has the value, 1.2.840.10008.5.1.4.1.1.2, which is, according to in the following link, a CT Image storage.E: Invalid value for attribute SOPClassUID (0008,0016)
Error: cannot load RT Dose object (Invalid Value)
http://dicom.nema.org/Dicom/2013/output ... t_I.4.html
I was actually using the second example I got in the DCMTK documentation for DCMRT in the following link:
http://support.dcmtk.org/docs-snapshot/mod_dcmrt.html
In fact, I get the same issue for sample DICOM files with RT structure I found in the following link:
https://subversion.assembla.com/svn/sli ... bePhantom/
Am I missing something?