dCDR Subscription Definition Provider
ISubscriptionRepository
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a repository which maintains subscription definitions
Description
This service is used to maintain instances of SubscriptionDefinition which contain SQL (or other query grammar) to allow dCDR instances to easily query data on the HDSI interface using the _subscription
parameter. The HDSI maps the subscription ID with the local data provider and then executes the appopriate query against the persistence layer to ensure fast synchronization of new data.
Implementations
AppletSubscriptionRepository - (SanteDB.Core.Applets)
An implementation of the ISubscriptionRepository that loads definitions from applets
Service Registration
Example Implementation
References
Last updated