1Image::ExifTool::DICOM(U3s)er Contributed Perl DocumentatIimoange::ExifTool::DICOM(3)
2
3
4
6 Image::ExifTool::DICOM - Read DICOM and ACR-NEMA medical images
7
9 This module is used by Image::ExifTool
10
12 This module contains routines required by Image::ExifTool to extract
13 meta information from DICOM (Digital Imaging and Communications in
14 Medicine) DCM and ACR-NEMA (American College of Radiology - National
15 Electrical Manufacturer's Association) ACR medical images.
16
18 Values of retired elements in implicit VR format files are intepreted
19 as strings, hence they may not be displayed properly. This is because
20 the specification no longer lists these VR's, but simply lists 'RET'
21 for these elements. (Doh. Who's idea was that? :P)
22
23 Images compressed using the DICOM deflated transfer syntax will be
24 decoded if Compress::Zlib is installed.
25
26 No translation of special characters sets is done.
27
29 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
35 <http://medical.nema.org/dicom/2004.html>
36 <http://www.sph.sc.edu/comd/rorden/dicom.html>
37 <http://www.dclunie.com/>
38
40 "DICOM Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
41
42
43
44perl v5.8.8 2007-09-12 Image::ExifTool::DICOM(3)