| MessageHandlerBaseCreateACK Method |
Create an acknowledge message
Namespace:
SanteDB.Messaging.HL7.Messages
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax protected virtual IMessage CreateACK(
Type ackType,
IMessage request,
string ackCode,
string ackMessage
)
Protected Overridable Function CreateACK (
ackType As Type,
request As IMessage,
ackCode As String,
ackMessage As String
) As IMessage
protected:
virtual IMessage^ CreateACK(
Type^ ackType,
IMessage^ request,
String^ ackCode,
String^ ackMessage
)
abstract CreateACK :
ackType : Type *
request : IMessage *
ackCode : string *
ackMessage : string -> IMessage
override CreateACK :
ackType : Type *
request : IMessage *
ackCode : string *
ackMessage : string -> IMessage
Parameters
- ackType
- Type: SystemType
[Missing <param name="ackType"/> documentation for "M:SanteDB.Messaging.HL7.Messages.MessageHandlerBase.CreateACK(System.Type,NHapi.Base.Model.IMessage,System.String,System.String)"]
- request
- Type: IMessage
The request which triggered this - ackCode
- Type: SystemString
The acknowledgemode code - ackMessage
- Type: SystemString
The message to append to the ACK
Return Value
Type:
IMessage[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.Messages.MessageHandlerBase.CreateACK(System.Type,NHapi.Base.Model.IMessage,System.String,System.String)"]
See Also