Click or drag to resize

MessageHandlerBaseValidate Method

Validate the specified message

Namespace:  SanteDB.Messaging.HL7.Messages
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
protected abstract bool Validate(
	IMessage message
)

Parameters

message
Type: IMessage
The message to be validated

Return Value

Type: Boolean
True if the message is valid
See Also