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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public AdverseEventResourceHandler(
	IRepositoryService<Act> repo,
	IConceptRepositoryService conceptRepositoryService,
	ILocalizationService localizationService
)

Parameters

repo  IRepositoryServiceAct

[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.IConceptRepositoryService,SanteDB.Core.Services.ILocalizationService)"]

conceptRepositoryService  IConceptRepositoryService

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

localizationService  ILocalizationService

[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.IConceptRepositoryService,SanteDB.Core.Services.ILocalizationService)"]

See Also