Click or drag to resize

MessageHandlerBaseHandleMessage Method

Handle the message generic handler

Namespace:  SanteDB.Messaging.HL7.Messages
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public virtual IMessage HandleMessage(
	Hl7MessageReceivedEventArgs e
)

Parameters

e
Type: SanteDB.Messaging.HL7.TransportProtocolHl7MessageReceivedEventArgs
The message event information

Return Value

Type: IMessage
The result of the message handling

Implements

IHL7MessageHandlerHandleMessage(Hl7MessageReceivedEventArgs)
See Also