[This is preliminary documentation and is subject to change.]
Handle an HL7 Transation from the given Actor Name.
| C# | Visual Basic | Visual C++ |
protected override void HandleTransactionFrom( ActorName actorName, Hl7Transaction hl7Transaction )
Protected Overrides Sub HandleTransactionFrom ( _ actorName As ActorName, _ hl7Transaction As Hl7Transaction _ )
protected: virtual void HandleTransactionFrom( ActorName^ actorName, Hl7Transaction^ hl7Transaction ) override
- actorName (ActorName)
- Source Actor Name.
- hl7Transaction (Hl7Transaction)
- HL7 Transaction.