1GDCMPAP3(1) DICOM Manipulation. GDCMPAP3(1)
2
3
4
6 gdcmpap3 - Tool to convert PAPYRUS 3.0 to DICOM.
7
9 gdcmpap3 [options] file-in file-out
10
12 The gdcmpap3 command line program takes as input a PAPYRUS 3.0 file
13 (file-in) and process it to generate an output (pseudo) DICOM file
14 (file-out). The command line option dictate the type of operation(s)
15 gdcmpap3 will use to generate the output file.
16
18 file-in DICOM input filename
19
20 file-out DICOM output filename
21
23 -i --input DICOM filename
24 -o --output DICOM filename
25
27 -S --split Split multiframes PAPYRUS 3.0 into multiples DICOM files
28 --decomp-pap3 Use PAPYRUS 3.0 for decompressing (can be combined with --split).
29 --check-iop Check that the Image Orientation (Patient) Attribute is ok (see --split).
30
32 -h --help
33 print this help text and exit
34
35 -v --version
36 print version information and exit
37
38 -V --verbose
39 verbose mode (warning+error).
40
41 -W --warning
42 warning mode, print warning information
43
44 -E --error
45 error mode, print error information
46
47 -D --debug
48 debug mode, print debug information
49
51 GDCM_ROOT_UID Root UID
52
54 gdcmpap3 is a great tool to convert broken PAPYRUS 3.0 implementation
55 into properly parsable DICOM file. Usage is simply:
56
57 $ gdcmpap3 input.pa3 output.dcm
58
59 or if you prefer being explicit:
60
61 $ gdcmpap3 -i input.pa3 -o output.dcm
62
63 Even though gdcmpap3 can overwrite directly on the same file (input.pa3
64 = output.dcm), it is recommended that user should first convert into a
65 different file to make sure the bug is properly handled by GDCM.
66
68 gdcmdump(1), gdcmconv(1), gdcminfo(1)
69
71 Mathieu Malaterre
72 Main developer
73
75 Copyright © 2006, 2011 Mathieu Malaterre
76
77
78
79GDCM 3.0.12 04/02/2022 GDCMPAP3(1)