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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
MessageState GetMessageState(
	string messageId
)

Parameters

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

Return Value

MessageState
The current status of the message
See Also