 | MessageHandlerBaseCreateACK Method |
Create an acknowledge message
Namespace: SanteDB.Messaging.HL7.MessagesAssembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntaxprotected 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
- The acknowledgement type
- request IMessage
- The request which triggered this
- ackCode String
- The acknowledgemode code
- ackMessage String
- The message to append to the ACK
Return Value
IMessage[Missing <returns> documentation for "M:SanteDB.Messaging.HL7.Messages.MessageHandlerBase.CreateACK(System.Type,NHapi.Base.Model.IMessage,System.String,System.String)"]
See Also