dcm2txt

dcm2txt

Overview 

Dump a DICOM file and data set to text output.

Usage

dcm2txt [-cVh] [-l <max>] [-w <max>] <dcmfile>

Options

-V,--version print the version information and exit -c,--compact dump without attribute names -h,--help print this message -l,--vallen <max> limit value prompt to <maxlen> characters, by default: 64 -w,--width <max> maximal number of characters per line, by default: 80

Example

dcm2txt image.dcm

Dump all of the tags and values of the DICOM file named image.dcm.