Send message various destination

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mberges
    OBX.2 Kenobi
    • Jan 2018
    • 82

    Send message various destination

    Good. I have a channel with a source and several destinations. What I want is in a filter function to send the message to one destination or another. I have a defined variable that with a switch I want to send to a destination or another
  • sgrimard
    What's HL7?
    • Mar 2019
    • 1

    #2
    I think what you want to do here is add a filter on each of your destination. That filter could contain your shared function that you are describing.

    Comment

    • agermano
      Mirth Guru
      • Apr 2017
      • 1496

      #3
      In your source transformer, you can use a destinationSet filter to do this. If you are on version 3.5 or higher there is a transformer step designed for this. In most 3.x versions you can also do it in javascript using the DestinationSet class from the User API.

      Comment

      Working...
      X