Resource Pointer Service
IResourcePointerService
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Represents a service which is tasked with generating verified pointers to data
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GeneratePointer | String | IEnumerable<IdentifierBase<TEntity>> identifer | Generate a structured pointer for the identified object |
ResolveResource | IdentifiedData | String pointerData Boolean validate | Resolve the specified resource |
Implementations
JWS Resource Pointer - (SanteDB.Core.Api)
Represents a record pointer service using JWS
Service Registration
Example Implementation
References
Last updated