I am using the OFFIS DICOM dcmdump tool to extract information from a DICOM image: http://support.dcmtk.org/docs/dcmdump.html
I use DICOM dcmdump.exe -M -L +Qn
for dcmdump.exe -M -L +Qn
information.
The output looks like
Dicom-file-format
(0002,0000) UL 164
(0002,0001) OB 00\01
(0002,0002) UI =DigitalXRayImageStorageForPresentation
(0002,0003) UI [1.2.826.0.1.3680043.2.876.8598.1.4.0.20160428091911.2.2]
(0002,0010) UI =JPEGLSLossless
(0002,0012) UI [1.2.276.0.64]
Why did dcmdump convert (0002,0010) to a value JPEGLSLossless
instead 1.2.840.10008.1.2.4.80
?
Is there a switch to do this?
source
share