Click or drag to resize

IQueryPersistenceServiceGetQueryTag Method

Retrieves the query tag stored when the query was registered, for the specified queryId

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
Object GetQueryTag(
	Guid queryId
)

Parameters

queryId
Type: SystemGuid
The UUID of the stateful query for which the query tag should be returned

Return Value

Type: Object
The registered tag on the query
See Also