Click or drag to resize

IResourcePointerServiceGeneratePointer Method

Generate a structured pointer for the identified object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
string GeneratePointer(
	IHasIdentifiers entity
)

Parameters

entity
Type: SanteDB.Core.Model.InterfacesIHasIdentifiers
The object to generate a pointer to

Return Value

Type: String
The structured pointer
See Also