HealthConnect : queue messages and then send by message type
Hi Community,
I need to find a good way to queue messages and then send them later by document type where document type is an HL7 attribute of the message.
Any suggestions?
Thanks
Regards
Mike
I would send the message to a Business Operation and set state as deferred, then "later" (when? what trigger? from where?) using some logic, choose the message(es) and send response to that BO from somewhere (Business Service? Any other Business Host? ...to little info to know) to continue the process.
Not enough info to elaborate it further.
Enrico
Hi Enrico,
Thanks for your suggestion. In the end I sent the messages to an EnsLib.HL7.Operation.FileOperation and then wrote some custom criteria in the Message viewer to select the subsets of messages based on 2.4TXA DocumentType and then resent the messages to a different target.
Regards
Mike