Schedule Auto Routing

  • Hi


    I want all the scans that are performed today and saved on PACS Server to be auto routed or copy to another DICOM Station in a specific period for time (say every night start data routing at 1900 hrs till all data copy is complete) with some compression technique.


    Please guide.


    --HM

  • Hi,


    Exportconverters can take a 'between' and compressed clause, e.g.


    QueueSize = 1000
    ExportConverters = 1
    ExportConverter0 = between "9", "17"; defer; forward compressed as JL to SERVER


    This would store up to 1000 forward requests (images) in the queue (one queue per exportconverter). I am not sure this is suitable for very high loads. Please experiment.


    Another technique would be to use


    QueueSize = 1000
    ExportConverters = 1
    ExportConverter0 = forward study compressed as JL after 20000 to SERVER


    This would start forwarding the whole study after 20000s, and store up to 1000 studies to be sent, but uses a global queue.


    Marcel




    regards,


    Marcel

Participate now!

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