 | IAliasProvider Interface |
Provider for name and place aliasing
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic interface IAliasProvider : IServiceImplementation
Public Interface IAliasProvider
Inherits IServiceImplementation
public interface class IAliasProvider : IServiceImplementation
type IAliasProvider =
interface
interface IServiceImplementation
endThe IAliasProvider type exposes the following members.
Properties
Methods
Remarks
Some implementations of the SanteDB engine allow for searching of data based on aliases. This aliasing
allows SanteDB to map an inbound query parameter like 'Bob' to 'Robert' or 'Will' to 'Bill' and 'William'.
The service is responsible for providing the known aliases for each name into the SanteDB infrastructure, and
these can be accessed using the HDSI extended query filter: name.component.value=:(alias|Bob)>=1.0
which indicates that the aliases of the stored name should match Bob.
See Also