Click or drag to resize

QbpMessageHandlerGetMapping Method

Get the specified mapping for the specified trigger

Namespace:  SanteDB.Messaging.HL7.Messages
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
protected virtual Hl7QueryParameterType GetMapping(
	string triggerEvent
)

Parameters

triggerEvent
Type: SystemString
The trigger event

Return Value

Type: Hl7QueryParameterType

[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.Messages.QbpMessageHandler.GetMapping(System.String)"]

Remarks
Allows overides to change the IQueryHandler and query parameter mapping
See Also