Reference EnsLib.HL7.Message.Source in Router
I have a router that is feed by a file adapter service. I want to evaluate the subfolder in the source property within the router. Any ideas?
Discussion (2)0
Comments
I found it. HL7.Source
Inside of a MessageRouter you can refer to Document.Source.
For a HL7-MessageRouter it can also expressed (as you mentioned in your comment) HL7.Source.
EnsLib.HL7.MessageRouter.RoutineEngine implements:
Method HL7Get() As EnsLib.HL7.Message [ CodeMode = expression ]
{
..Document
}