NAME
DicomDumper - dump the content of a dicom file to stdout
SYNOPSIS
use DicomPack::Util::DicomDumper;
my $dumper = 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.
AUTHOR
Baoshe Zhang, MCV Medical School, Virginia Commonwealth University