QbpMessageHandler Methods |
The QbpMessageHandler type exposes the following members.
Name | Description | |
---|---|---|
CreateACK |
Create an acknowledge message
(Inherited from MessageHandlerBase.) | |
CreateNACK |
Create a NACK which
(Overrides MessageHandlerBaseCreateNACK(Type, IMessage, Exception, Hl7MessageReceivedEventArgs).) | |
CreateQueryResponse |
Create an appropriate response given the results
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMapping |
Get the specified mapping for the specified trigger
| |
GetType | (Inherited from Object.) | |
HandleMessage |
Handle the message generic handler
(Inherited from MessageHandlerBase.) | |
HandleMessageInternal |
Handle message internally
(Overrides MessageHandlerBaseHandleMessageInternal(Hl7MessageReceivedEventArgs, Bundle).) | |
MemberwiseClone | (Inherited from Object.) | |
SendAuditQuery |
Send audit for querying
| |
ToString | (Inherited from Object.) | |
Validate |
Validate that this message can be processed
(Overrides MessageHandlerBaseValidate(IMessage).) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |