Click or drag to resize

IResourcePointerServiceGeneratePointerTEntity Method

Generate a structured pointer for the identified object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
string GeneratePointer<TEntity>(
	IEnumerable<IdentifierBase<TEntity>> identifer
)
where TEntity : new(), VersionedEntityData<TEntity>

Parameters

identifer
Type: System.Collections.GenericIEnumerableIdentifierBaseTEntity
The list of identifiers to include in the pointer

Type Parameters

TEntity
Type of entity

Return Value

Type: String
The structured pointer
See Also