1GDCMDIFF(1)                   DICOM Manipulation.                  GDCMDIFF(1)
2
3
4

NAME

6       gdcmdiff - dumps differences of two DICOM files
7

SYNOPSIS

9           gdcmdiff [options] file1 file2
10

DESCRIPTION

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

PARAMETERS

16           file1   DICOM input filename
17
18           file2   DICOM output filename
19

OPTIONS

21   specific options
22             -m      --meta          Compare metainformation. Default is off.
23             -t <n>  --truncate <n>  String values trimmed to n characters.
24
25   general options
26             -h   --help
27                    print this help text and exit
28
29             -v   --version
30                    print version information and exit
31
32             -V   --verbose
33                    verbose mode (warning+error).
34
35             -W   --warning
36                    warning mode, print warning information
37
38             -E   --error
39                    error mode, print error information
40
41             -D   --debug
42                    debug mode, print debug information
43

SIMPLE USAGE

45       gdcmdiff is a great tool to produce a diff in between two DICOM files.
46       Usage is simply:
47
48           $ gdcmdiff input1.dcm input2.dcm
49

SEE ALSO

51       gdcmdump(1), gdcminfo(1)
52

AUTHOR

54       Mathieu Malaterre
55           Main developer
56
58       Copyright © 2006, 2011 Mathieu Malaterre
59
60
61
62GDCM 3.0.8                        12/05/2020                       GDCMDIFF(1)
Impressum