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: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
protected virtual IMessage CreateACK(
	Type ackType,
	IMessage request,
	string ackCode,
	string ackMessage
)

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