Click or drag to resize

AuditSubmissionResourceHandler Constructor

Initializes the audit resource handler

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public AuditSubmissionResourceHandler(
	ILocalizationService localizationService,
	IRepositoryService<AuditEventData> repositoryService,
	IAuditDispatchService dispatchService = null
)

Parameters

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.AuditSubmissionResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Audit.AuditEventData},SanteDB.Core.Services.IAuditDispatchService)"]

repositoryService  IRepositoryServiceAuditEventData

[Missing <param name="repositoryService"/> documentation for "M:SanteDB.Rest.AMI.Resources.AuditSubmissionResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Audit.AuditEventData},SanteDB.Core.Services.IAuditDispatchService)"]

dispatchService  IAuditDispatchService  (Optional)

[Missing <param name="dispatchService"/> documentation for "M:SanteDB.Rest.AMI.Resources.AuditSubmissionResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Audit.AuditEventData},SanteDB.Core.Services.IAuditDispatchService)"]

See Also