Posts by jasonslan

    Lucas this looks awesome, the only problem is I can't seem to get it working, (http://servername/cgi-bin/dgate.exe) works just fine, its just when I toss in your PHP file it doesnt work, I tried commenting out the auth portion (as I'm using APACHE, and it still blows up) can you point me in the right direction. (this looks very useful for setting the size of the viewer especially)


    Thanks!


    --Jason

    Code
    # Export
    ExportConverters = 1
    ExportConverter0 = between "18", "06"; forward to efilm


    this will forward every day between 1800 hours and 0600 hours.
    lets say its monday and the clock just turned 1800 hours, now everything will forward to your "efilm" destination until
    0600 hours on tuesday (this will repeat everyday of the week)

    hi, I'm interested in setting KPACS up as an external viewer (the actual KPACS not the watered down already included)
    how would I configure this in the dicom.ini file? (the documentation does not specify syntax or show examples)


    Thanks,


    --Jason

    I think I figured it out for those of you needing help
    (this met my needs anyways) to forward everything 24/7 to an efilm workstation


    Code
    # ExportExportConverters = 1ExportConverter0 = between "00", "00"; forward to efilm


    if you wanted to forward between say 6PM and 6AM it would look like


    Code
    # Export
    ExportConverters = 1
    ExportConverter0 = between "18", "06"; forward to efilm