multiple sends in one rule

  • I did see something in the PDF about RF*, but a wild card after a modility make much sense, can you shed some light on how you do it? Maybe give me an example of your code in your .ini file? Thanks!

  • here are my add ons to the dicom.ini


    # Configuration of converter programs to export DICOM slices
    ExportConverters = 2
    ExportModality0 = *
    ExportStationName0 = *
    ExportFilter0 = ReferPhysi LIKE 'DrX%'
    ExportConverter0 = forward to PACS1
    ExportCalledAE0 = *
    ExportCallingAE0 = *
    ExportModality1 = *
    ExportStationName1 = *
    ExportFilter1 = *
    ExportConverter1 = forward to PACS2
    ExportCalledAE1 = *
    ExportCallingAE1 = *



    PACS1 is the AETITLE of your Pacs, PACS1 in my case
    DrX in this case is the name of the referring physician, if you want to split, ottherwise you set a wildcard *
    apart from that you can seperate converning your modality
    I am sending to 3 workstations simultanously, even to remote workstations via internet, ts workimg fine.
    For further questions just post.

  • Okay if I were to use 1.4.12c now and have mutiple sens in one rule, would this be a working example?


    ForwardAssociationLevel = STUDY
    ForwardAssociationCloseDelay = 5
    ForwardAssociationRefreshDelay = 3600
    ExportConverters = 1
    ExportModality0 = MG
    ExportFilter0 = StationName LIKE 'SJBR%'
    ExportConverter0 = forward to 'MAMMORD%'


    and this would be the case if I have 3 read stations named MAMMORD1, MAMMORD2, & MAMMORD3? correct?


    or how would I route to multiple AEs with one export converter?

  • I'm trying to forward to 4 devices.
    Here's what I have for a rule...
    ForwardAssociationLevel = IMAGE
    ForwardAssociationCloseDelay = 5
    ForwardAssociationRefreshDelay = 3600
    ExportConverters = 1
    ExportCallingAE0 = VISTA_QR_SCU
    EXPORTMODALITY0 = CT
    EXPORTCONVERTER0 = forward to IOW_CTSW1_PHI;IOW_SRV01_BRI;IOW_WS01_VIT;IOW_WS02_VIT


    I get this error message
    ***Exportconverter0: Spawning 'IOW_CTSW1_PHI' failed (argv=C:\dicomgateway\data\


    It will only send to two devices. If I rearrange the order of devices in the rule, it will send to the other devices. Any ideas?

  • I think your problem could be solved by specifying 'forward to" (without the quotes) for each destination and keeping a space between the ; and 'forward'.


    Also, just in case, make sure the export destinations know conquest correctly.


    Just out of curiosity, why would you forwardassociationlevel on image?
    Matt



    (of course I could be totally wrong)

Participate now!

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