The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Image::DCMTK - Interface to the DCMTK Dicom Toolkit

VERSION

Version 0.01

SYNOPSIS

Provides a set of interface functions to the Dicom Toolkit (dcmtk)

In most cases, the Dicom tags are treated as a hash to and from the various functions.

There is an included Dicom Dictionary, but you are free to add your own tags as well

EXPORT

SUBROUTINES/METHODS

returnTagAsXML

makeXMLElement

openXMLItem

closeXMLItem

openXMLSequence

closeXMLSequence

parseDCMXMLDumpForTagLists

parseDCMXMLDumpForSequences

parseDCMXMLDump

parseDCMDumpForSequences

parseDCMDumpForTagLists

parseDCMDump

modifyAnImage

AUTHOR

Robert Haxton, <robert.haxton at gmail.com>

BUGS

Please report any bugs or feature requests to bug-dcmtk-dicomtags at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Image-DCMTK. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Image::DCMTK

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2008-2012 Robert Haxton.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.