IMPAX 6.5.1 Server Knowledge Base home > Modifying DICOM image and header data

ddo_verify utility


The ddo_verify utility validates all of the elements and groups within a DICOM object. This utility can handle DICOM objects that have a DICOM group 2 file header information.

Synopsis

ddo_verify [-B {Big_endian | Little_endian}] [-f log_file_name] [-F image_file_name] [-l {debug | info | error | audit}] [-r] [-s] [-V {Explicit | Implicit}] image_file_name

Options

‑B   {Big_endian | Little_endian}

Specifies the byte order of the object you are verifying: either Big_endian or the default Little_endian.

‑f  log_file_name

Logs output to the file log_file_name.

‑F  image_file_name

Specifies the name of one of the files to verify. This is for backwards compatibility. Now the file name can be specified at the end of the command line.

‑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_verify 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  {Explicit | Implicit}

Specifies the value representation of the object: either Explicit or the default Implicit.

Example

ddo_verify 1.2.124.113432.1.1.1.1.dcm


See also


Topic number: 47514

Applies to: IMPAX 6.5.1 Server Knowledge Base