Click or drag to resize

BundleResourceHandler Constructor

Creates a new bundle resource handler

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public BundleResourceHandler(
	IRepositoryService<Bundle> bundleRepository,
	ILocalizationService localizationService
)

Parameters

bundleRepository  IRepositoryServiceBundle

[Missing <param name="bundleRepository"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.BundleResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Collection.Bundle},SanteDB.Core.Services.ILocalizationService)"]

localizationService  ILocalizationService

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

See Also