Passing DICOM elements to external script (Linux)

  • I've got dgate (1.4.16, build Mon Jun 24 09:35:20 2013, bits 64) running on CentOS 6.4, and part of my configuration is intended to pass the accession, StuInsUID, and SerInsUID to an external script for Key Images series. Here's the relevant ImportConverter:


    Code
    ImportConverter0 = ifequal "%V0008,103E", "KEY IMAGES"; system /opt/tools/KeyImages/insertSOPs.sh %VAccessionNumber %VStudyInstanceUID %VSeriesInstanceUID &; destroy


    The equals test seems to be satisfied, as destruction occurs, but I see nothing for the system call, nor any error.



    Is the "system" ImportConverter command supported?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!