Click or drag to resize

IMessagePersistenceServiceGetMessageState Method

Get the current state of a message processing by the unique identifier of the message

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
MessageState GetMessageState(
	string messageId
)

Parameters

messageId
Type: SystemString
The identification of the message (either WS-RM ID, HDSI ID, or HL7 MSH10)

Return Value

Type: MessageState
The current status of the message
See Also