Written by

Question Paul Riker · Dec 1, 2016

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?

Comments

Markus Mechnich · Dec 12, 2016

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
}
 

0