| 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
)
Function GeneratePointer (
entity As IHasIdentifiers
) As String
String^ GeneratePointer(
IHasIdentifiers^ entity
)
abstract GeneratePointer :
entity : IHasIdentifiers -> string
Parameters
- entity
- Type: SanteDB.Core.Model.InterfacesIHasIdentifiers
The object to generate a pointer to
Return Value
Type:
StringThe structured pointer
See Also