Click or drag to resize

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
)

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