logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gdcmdiff - dumps differences of two DICOM files

Author

MathieuMalaterre
           Main developer

Description

       The gdcmdiff command line program takes as input two DICOM files: file1 and file2.

Name

       gdcmdiff - dumps differences of two DICOM files

Options

specificoptions
             -m      --meta          Compare metainformation. Default is off.
             -t <n>  --truncate <n>  String values trimmed to n characters.

   generaloptions
             -h   --help
                    print this help text and exit

             -v   --version
                    print version information and exit

             -V   --verbose
                    verbose mode (warning+error).

             -W   --warning
                    warning mode, print warning information

             -E   --error
                    error mode, print error information

             -D   --debug
                    debug mode, print debug information

Parameters

           file1   DICOM input filename

           file2   DICOM output filename

See Also

gdcmdump(1), gdcminfo(1)

Simple Usage

gdcmdiff is a great tool to produce a diff in between two DICOM files. Usage is simply:

           $ gdcmdiff input1.dcm input2.dcm

Synopsis

           gdcmdiff [options] file1 file2

See Also