Click or drag to resize

AdverseEventResourceHandler Constructor

Adverse event repo

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public AdverseEventResourceHandler(
	IRepositoryService<Act> repo,
	ILocalizationService localizationService
)

Parameters

repo
Type: SanteDB.Core.ServicesIRepositoryServiceAct

[Missing <param name="repo"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.AdverseEventResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.Act},SanteDB.Core.Services.ILocalizationService)"]

localizationService
Type: SanteDB.Core.ServicesILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.AdverseEventResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Acts.Act},SanteDB.Core.Services.ILocalizationService)"]

See Also