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

ddo_store utility


Use the ddo_store utility to transmit a DICOM image object to a DICOM device by C-STORE.

Synopsis

ddo_store [-f log_file_name] [-l {debug | info | error | audit}] [-s] [-C calling_title] [-D called_title][-p port] [-h host] [-S max_packet_size] [-F source_file] [-u] [-X [acoqs]] [-z]

Options

‑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.

‑s  

Logs output to stderr.

‑C   calling_title

Sets the calling title of this station to calling_title.

‑D called_title

Specifies the called AE title of the station. The default value is the same as the -h option.

‑p port

Specifies the port on the called device to which the study is transmitted.

‑h  host

Specifies the hostname of the remote device.

‑S  max_packet_size

Maximum length of each data packet transmitted over the network.

‑F  source_file

Specifies the name of the file to store. To specify all the files in the current directory, use a period (.).

‑u  

Unlinks the name of the file after sending successfully

‑X  [acoqs]

DICOM debugging options. To enable all DICOM logging, use -X acoqs.

a = Contents of association.

c = Contents of command objects.

o = Contents of data objects.

q = Contents of query objects.

s = Changes in DICOM state machine.

Example

ddo_store -h web1 -p 104 -F image99.dcm


See also


Topic number: 47511

Applies to: IMPAX 6.5.1 Server Knowledge Base