IMPAX 6.5.1 Server Knowledge Base home > Modifying DICOM image and header data
The ddo_print utility displays the DICOM header information contained within a DICOM image object. This utility can handle DICOM objects that have the DICOM Group 2 file header information.
Synopsis
ddo_print [-B Big_endian | Little_endian] [-f log_file_name] [-l debug | info | error | audit] [-r] [-s] [-v] [-V Explicit | Implicit] [-x] image_file_name
Options | ||
|---|---|---|
| ‑B | Big_endian | Little_endian |
Specifies the byte order of the object you are printing: either Big_endian or the default Little_endian. |
| ‑f | log_file_name | Logs output to the file log_file_name. |
| ‑l | audit | error | info | debug | Sets the log level to one of audit, error, info, or debug, where each successive log level increases the amount of information that is output. The default log level is error. |
| ‑r | Recurses through subdirectories. This option causes ddo_print to walk through the directory structure within the directory specified by image-file-name. This recursion does not include hidden files or hidden directories (files/directories starting with a period). | |
| ‑s | Logs output to stderr. | |
| ‑v | Performs data validation on every element. | |
| ‑V | Explicit | Implicit | Specifies the value representation of the object: either Explicit or the default Implicit. |
| ‑x | Prints out the hex values of all elements. Only the first 32 bytes and the last 32 bytes of an element are printed. All other parts of an element are represented as "...". | |
See also
Running the utilities to modify DICOM images
Topic number: 47505 Applies to: IMPAX 6.5.1 Server Knowledge Base |