From: Lorenzo V. <Lor...@ev...> - 2018-02-13 12:17:22
|
Hi at all. I need some help about the technique of receiving messages. In this page (https://hapifhir.github.io/hapi-hl7v2/xref/ca/uhn/hl7v2/examples/SendAndReceiveAMessage.html, line 87) I have read that exist a method to get all the incoming messages without specifies the typologies. Unfortunately, it seems that not work as expected. In fact, I get the below error: No appropriate destination could be found to which this message could be routed. Instead, If I set the typologies for the incoming messages then all seems to works. Then, my question is if there is really a method to get all the incoming messages without specifies the typologies. Thanks for your help, Lorenzo. |