Posts by henry2711

    Good Morning everyone,


    we have a problem in our radiation oncology center that I hope someone of you could solve.
    In the conquest manual (windowsmanual 2016) the following text explains how to install a DICOM Router without database:
    DICOM Routing without database


    The following demonstrates database-less DICOM routing using ImportConverters:
    SQLHost =
    SQLServer =
    Username =
    Password =
    ForwardAssociationLevel = SERIES
    ImportConverter0 = ifequal “%m”, “CT”; { forward to AE1 channel *; destroy; }
    ImportConverter1 = ifequal “%m”, “MRI”; { forward to AE2 channel *; destroy; }


    Furthermore it says that the clause "channel*" would be able to split simultaneous incoming connections over multiple outgoing connections. Could someone explain ho to create a channel? I would like to send incomming images, depending on the source, to two different locations.


    Thanks a lot!