Click or drag to resize

NotificationInstanceResourceHandler Constructor

Initializes a new instance of the NotificationInstanceResourceHandler class

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public NotificationInstanceResourceHandler(
	ILocalizationService localizationService,
	IRepositoryService<NotificationInstance> repositoryService,
	IRepositoryService<NotificationInstanceParameter> instanceParameterRepositoryService,
	ISubscriptionExecutor subscriptionExecutor,
	IFreetextSearchService freetextSearchService = null
)

Parameters

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.NotificationInstanceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstanceParameter},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

repositoryService  IRepositoryServiceNotificationInstance

[Missing <param name="repositoryService"/> documentation for "M:SanteDB.Rest.AMI.Resources.NotificationInstanceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstanceParameter},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

instanceParameterRepositoryService  IRepositoryServiceNotificationInstanceParameter

[Missing <param name="instanceParameterRepositoryService"/> documentation for "M:SanteDB.Rest.AMI.Resources.NotificationInstanceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstanceParameter},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

subscriptionExecutor  ISubscriptionExecutor

[Missing <param name="subscriptionExecutor"/> documentation for "M:SanteDB.Rest.AMI.Resources.NotificationInstanceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstanceParameter},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

freetextSearchService  IFreetextSearchService  (Optional)

[Missing <param name="freetextSearchService"/> documentation for "M:SanteDB.Rest.AMI.Resources.NotificationInstanceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstanceParameter},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

See Also