User Notification Template Filler
INotificationTemplateFiller in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a service that can fill the template
Operations
Operation
Response/Return
Input/Parameter
Description
FillTemplate
NotificationTemplate
String id String lang Object model
Fill the template
Implementations
SimpleNotificationTemplateFiller - (SanteDB.Core.Api)
A simple notification template filler that uses ${value} for inputs
Service Registration
...
<section xsi:type="ApplicationServiceContextConfigurationSection" threadPoolSize="4">
<serviceProviders>
...
<add type="SanteDB.Core.Notifications.Templating.SimpleNotificationTemplateFiller, SanteDB.Core.Api, Version=3.0.1980.0, Culture=neutral, PublicKeyToken=null" />
...
</serviceProviders>Example Implementation
References
Last updated
Was this helpful?