The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DicomDumper - dump the content of a dicom file to stdout

SYNOPSIS

    use DicomPack::Util::DicomDumper;
    my $dumper  = DicomPack::Util::DicomDumper->new();
    my $inDicomFile = "your dicom file";
    $dumper->dump($inDicomFile, $verbose);

DESCRIPTION

This module dumps the content of a dicom file to stdout.

Methods

new

Returns a new DicomDumper object.

dump

Dump the content of a dicom file to stdout.

Input parameter(s):
  1. A path to a dicom file.

  2. Verbose level. Available values: 0, 1, 2. By default, 0.

AUTHOR

Baoshe Zhang, MCV Medical School, Virginia Commonwealth University