How do I go about configuring an inbound channel (LLP listener) to process different type of messages ?
Suppose my channel at LLP port 8080 listens to various type of ADT messages. I'd like to process each type of messages differently depending on the event code. How do I go about doing it ?
As a novice, my plan is that i would create a filter that recognize the ADT event type, and use Destination to resend the message to various Mirth channels (eg A01, A04, A13 etc) i created in order to handle the different message types. Doing it this way ensures that I can create customized transformers, database destinations for the different message types.
Is there a better way of doing this ?
-badrul
Suppose my channel at LLP port 8080 listens to various type of ADT messages. I'd like to process each type of messages differently depending on the event code. How do I go about doing it ?
As a novice, my plan is that i would create a filter that recognize the ADT event type, and use Destination to resend the message to various Mirth channels (eg A01, A04, A13 etc) i created in order to handle the different message types. Doing it this way ensures that I can create customized transformers, database destinations for the different message types.
Is there a better way of doing this ?
-badrul
Comment