I am trying to insert our propreitary tags in DICOM dataset using
Leadtools. I am giving proper value representation for the tags.
But most of the private tags value is displayed as unknown in dcmdump
and i am unable to read the private tags using DCMTK, becoz it says
unknown and returns null value.
But the same I could able to read with Leadtools.
But this change in private tags VR occurs only for some Single Frame
DICOM files and mostly for all the multiframe files...
please could anyone help regarding this....
thanking you,
sirisha.
Maybe Leadtools is saving the file using an implicit VR transfer
syntax. If possible you should set a transfer syntax that specifies
the VR (explicit VR).
Paolo