Click or drag to resize

AdtMessageHandlerHandleMessageInternal Method

Handle the message internally

Namespace:  SanteDB.Messaging.HL7.Messages
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
protected override IMessage HandleMessageInternal(
	Hl7MessageReceivedEventArgs e,
	Bundle parsed
)

Parameters

e
Type: SanteDB.Messaging.HL7.TransportProtocolHl7MessageReceivedEventArgs
The message receive events
parsed
Type: SanteDB.Core.Model.CollectionBundle
The parsed message

Return Value

Type: IMessage
The response to the ADT message
See Also