User Notification Template Repository
INotificationTemplateRepository
in assembly SanteDB.Core.Api version 2.1.151.0
Summary
Represents a service which takes / provides structured templates into structured message objects
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Insert | NotificationTemplate | NotificationTemplate template | Insert the specified template |
Update | NotificationTemplate | NotificationTemplate template | Updates the specified template |
Get | NotificationTemplate | String id String lang | Gets the specified template |
Find | IEnumerable<NotificationTemplate> | Expression<Func<NotificationTemplate,Boolean>> filter | Find the specified template |
Implementations
File System based Notification Template Repository - (SanteDB.Server.Core)
File notification template service
Service Registration
Example Implementation
References
Last updated