.TH "gdcmxml" 1 "Mon Sep 5 2016" "Version 2.4.4" "GDCM" \" -*- nroff -*- .ad l .nh .SH NAME gdcmxml \- provides a tool to convert a DICOM file into a XML infoset and vice-versa\&. .SH "SYNOPSIS" .PP .PP .nf gdcmxml [options] file-in[DICOM or XML] file-out[XML or DICOM] .fi .PP .SH "DESCRIPTION" .PP The \fBgdcmxml\fP command line program converts a DICOM file (DataSet) into an XML file (according to the Native DICOM Model) or vice-versa\&. For those familiar with DCMTK, this provides binary capabilities (i\&.e\&. functionality of both dcm2xml and xml2dcm)\&. .PP The XML infoset which is from the DICOM file gdcmXMLPrintet Class\&. This is in strict compliance with the Native DICOM Model as given in Supp 118\&. .SH "PARAMETERS" .PP .PP .nf file-in DICOM or XML input filename ( cannot be absent) file-out output filename (can be absent) .fi .PP .SH "OPTIONS" .PP .SS "PARAMETERS" .PP .nf -i --input DICOM filename -o --output DICOM filename .fi .PP .SS "Options for DICOM to XML:" .PP .nf -B --loadBulkData Loads bulk data into a binary file named "UUID" (by default UUID are written). .fi .PP .SS "Options for XML to DICOM:" .PP .nf -B --loadBulkData Loads bulk data from a binary file named as the "UUID" in XML file (by default UUID are written). -T --TransferSyntax Loads transfer syntax from file (default is LittleEndianImplicit) .fi .PP .SS "general options" .PP .nf -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 .fi .PP .SH "SEE ALSO" .PP \fBgdcmdump\fP(1), \fBgdcmconv\fP(1) .SH "COPYRIGHT" .PP Copyright (c) 2006-2011 Mathieu Malaterre