Conquest as router

  • Hi,


    we have a Problem with the Conquest Server (150D).


    We want to use the Server to recive DICOM an RT Data vorm 2 Servers A and B and send the data to some other Servers C and D.

    I have try many things in the dicom.ini file, sometimes i get the CT pictures on Server C and D but never get also the Dicom File with the RT Data.

    May you could help me, here is the Dicom.ini file:


    [sscscp]

    MicroPACS = sscscp


    # Network configuration: server name and TCP/IP port#

    MyACRNema = CONQUESTSRV1

    TCPPort = 5678


    # Host, database, username and password for database

    SQLHost = localhost

    SQLServer = C:\temp\150d\dicomserver150d\Data\dbase\conquest.db3

    Username =

    Password =

    SqLite = 1

    DoubleBackSlashToDB = 0

    UseEscapeStringConstants = 0


    # Configure server

    ImportExportDragAndDrop = 1

    ZipTime = 05:

    UIDPrefix = 1.2.826.0.1.3680043.2.135.738715.48258851

    EnableComputedFields = 1


    FileNameSyntax = 4


    # Configuration of compression for incoming images and archival

    DroppedFileCompression = un

    IncomingCompression = un

    ArchiveCompression = as


    # For debug information

    PACSName = CONQUESTSRV1

    OperatorConsole = 127.0.0.1

    DebugLevel = 0


    # Configuration of disk(s) to store images

    MAGDeviceFullThreshold = 30

    MAGDevices = 1

    MAGDevice0 = d:\conquest\


    # Configuration of forwarding and/or converter programs to export DICOM slices

    ForwardAssociationLevel = GLOBAL

    ForwardAssociationCloseDelay = 5

    ForwardAssociationRefreshDelay = 3600

    DelayedForwarderThreads = 1

    ExportConverters = 2

    ExportModality0 = *

    ExportConverter0 = forward to "Server A" after 10;

    ExportModality1 = *

    ExportConverter1 = forward to "Server B" after 10;


    CU

    Ralf

  • Ralf0815

    Changed the title of the thread from “Canquest as router” to “Conquest as router”.
  • Hi,


    there can be no spaces in an AE, furthermore start with all defaults, i.e.,

    Code
    # Configuration of forwarding and/or converter programs to export DICOM slices
    ExportConverters = 2
    ExportConverter0 = forward to ServerA after 10
    ExportConverter1 = forward to ServerB after 10

    Conquest is very particular about its syntax, use exactly what is stated in the manual. Make sure ServerA and ServerB are defined in ACRNEMA.MAP.


    Hope this helps,


    Marcel

  • Hi Marcel,


    thanks for your answer, sorry yes the AE is a name without spaces.


    Here is my ACRNEMA.MAP:



    CONQUESTSRV1 10.X.X.X 5678 un

    ServerA 10.X.X.X 104 un

    ServerB 10.X.X.X 32321 un

    ServerC 10.X.X.X 10001 un

    ServerD 10.X.X.X 5678 un

    V* * 1234 un

    W* * 666 un

    S* * 5678 un

  • The Ip`are naturally without a X (i don`t want to show the real names and IP Adresses in the web).

    The Server Name is only Letters and Numbers without Space.


    I try also this :


    # Configuration of forwarding and/or converter programs to export DICOM slices

    ForwardAssociationLevel = SERIES

    ForwardAssociationRefreshDelay = 3600

    VirtualServerFor0 = ServerA

    VirtualServerFor1 = ServerB


    but with the Dicom files come to the Conquest Server, but the Conquest did not send anything forward

    In Fact i don`t want to Change anything in the Date only recive and send it without any change.

  • i had change to SERIES, but still the same Problem.

    Here is my dicom.ini so far :


    [sscscp]

    MicroPACS = sscscp


    # Network configuration: server name and TCP/IP port#

    MyACRNema = CONQUESTSRV1

    TCPPort = 5678


    # Host, database, username and password for database

    SQLHost = localhost

    SQLServer = C:\temp\150d\dicomserver150d\Data\dbase\conquest.db3

    Username =

    Password =

    SqLite = 1

    DoubleBackSlashToDB = 0

    UseEscapeStringConstants = 0


    # Configure server

    ImportExportDragAndDrop = 1

    ZipTime = 05:

    UIDPrefix = 1.2.826.0.1.3680043.2.135.738715.48258851

    EnableComputedFields = 1


    FileNameSyntax = 4


    # Configuration of compression for incoming images and archival

    DroppedFileCompression = un

    IncomingCompression = un

    ArchiveCompression = as


    # For debug information

    PACSName = CONQUESTSRV1

    OperatorConsole = 127.0.0.1

    DebugLevel = 0


    # Configuration of disk(s) to store images

    MAGDeviceFullThreshold = 30

    MAGDevices = 1

    MAGDevice0 = d:\conquest\


    # Configuration of forwarding and/or converter programs to export DICOM slices

    ForwardAssociationLevel = SERIES

    ForwardAssociationCloseDelay = 5

    ForwardAssociationRefreshDelay = 3600

    DelayedForwarderThreads = 1

    ExportConverters = 2

    ExportModality0 = *

    ExportConverter0 = forward to veriqascp2 after 10;

    ExportModality1 = *

    ExportConverter1 = forward to Mobius3d after 10;



    and here my acrnema.map:


    CONQUESTSRV1 10.27.17.216 5678 un

    Mobius3d 10.60.0.10 104 un

    veriqascp2 10.60.0.17 32321 un

    VMSSFN02.HAP1053.onprem.varian.com 10.60.1.165 10001 un

    VMSSFN03.HAP1053.onprem.varian.com 10.60.1.166 5678 un

    V* * 1234 un

    W* * 666 un

    S* * 5678 un


    here a Part from the LOG


    [CONQUESTSRV1] ExportConverter1.0: forward d:\conquest\06871313\1.2.840.113704.1.111.8160.1690371341.14_0002_000046_16945196570089.dcm to Mobius3d

    [CONQUESTSRV1] ExportConverter0.0: forward d:\conquest\06871313\1.2.840.113704.1.111.8160.1690371341.14_0002_000046_16945196570089.dcm to veriqascp2


    best regarts

    Ralf

  • And there is no log entry for RTSTRUCT or RTPLAN?


    In any case, the correct form of the statement is simply:


    # Configuration of forwarding and/or converter programs to export DICOM slices

    ForwardAssociationLevel = SERIES

    ExportConverters = 2

    ExportConverter0 = forward to veriqascp2

    ExportConverter1 = forward to Mobius3d


    The semicolon is only used if you have multiple statements, the after clause only for delayed export by e.g. series. This may be the problem, use only exactly the syntax as stated in the manual. Conquest is not very forgiving.


    Marcel

Participate now!

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