.TH "gdcmpap3" 1 "Mon Sep 5 2016" "Version 2.4.4" "GDCM" \" -*- nroff -*- .ad l .nh .SH NAME gdcmpap3 \- Tool to convert PAPYRUS 3\&.0 to DICOM\&. .SH "SYNOPSIS" .PP .PP .nf gdcmconv [options] file-in file-out .fi .PP .SH "DESCRIPTION" .PP The \fBgdcmconv\fP command line program takes as input a PAPYRUS 3\&.0 file (file-in) and process it to generate an output (pseudo) DICOM file (file-out)\&. The command line option dictate the type of operation(s) gdcmconv will use to generate the output file\&. .SH "PARAMETERS" .PP .PP .nf file-in DICOM input filename file-out DICOM output filename .fi .PP .SH "OPTIONS" .PP .SS "PARAMETERS" .PP .nf -i --input DICOM filename -o --output DICOM filename .fi .PP .SS "OPTIONS" .PP .nf -S --split Split multiframes PAPYRUS 3.0 into multiples DICOM files --decomp-pap3 Use PAPYRUS 3.0 for decompressing (can be combined with --split). --check-iop Check that the Image Orientation (Patient) Attribute is ok (see --split). .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 .SS "environment variable" .PP .nf GDCM_ROOT_UID Root UID .fi .PP .SH "Simple usage" .PP \fBgdcmconv\fP is a great tool to convert broken PAPYRUS 3\&.0 implementation into properly parsable DICOM file\&. Usage is simply: .PP .PP .nf $ gdcmconv input.pa3 output.dcm .fi .PP .PP or if you prefer being explicit: .PP .PP .nf $ gdcmconv -i input.pa3 -o output.dcm .fi .PP .PP Even though gdcmpap3 can overwrite directly on the same file (input\&.pa3 = output\&.dcm), it is recommended that user should first convert into a different file to make sure the bug is properly handled by GDCM\&. .SH "SEE ALSO" .PP \fBgdcmdump\fP(1), \fBgdcmconv\fP(1), \fBgdcminfo\fP(1) .SH "COPYRIGHT" .PP Copyright (c) 2006-2011 Mathieu Malaterre