1GDCMXML(1) DICOM Manipulation. GDCMXML(1)
2
3
4
6 gdcmxml - provides a tool to convert a DICOM file into a XML infoset
7 and vice-versa.
8
10 gdcmxml [options] file-in[DICOM or XML] file-out[XML or DICOM]
11
13 The gdcmxml command line program converts a DICOM file (DataSet) into
14 an XML file (according to the Native DICOM Model) or vice-versa. For
15 those familiar with DCMTK, this provides binary capabilities (i.e.
16 functionality of both dcm2xml and xml2dcm).
17
18 The XML infoset which is from the DICOM file gdcmXMLPrintet Class. This
19 is in strict compliance with the Native DICOM Model as given in Supp
20 118.
21
23 file-in DICOM or XML input filename ( cannot be absent)
24
25 file-out output filename (can be absent)
26
28 -i --input DICOM filename
29 -o --output DICOM filename
30
32 -B --loadBulkData Loads bulk data into a binary file named "UUID" (by default UUID are written).
33
35 -B --loadBulkData Loads bulk data from a binary file named as the "UUID" in XML file (by default UUID are written).
36 -T --TransferSyntax Loads transfer syntax from file (default is LittleEndianImplicit)
37
39 -h --help
40 print this help text and exit
41
42 -v --version
43 print version information and exit
44
45 -V --verbose
46 verbose mode (warning+error).
47
48 -W --warning
49 warning mode, print warning information
50
51 -E --error
52 error mode, print error information
53
54 -D --debug
55 debug mode, print debug information
56
58 gdcmdump(1), gdcmconv(1)
59
61 Mathieu Malaterre
62 Main developer
63
65 Copyright © 2006, 2011 Mathieu Malaterre
66
67
68
69GDCM 3.0.21 02/06/2023 GDCMXML(1)