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: 2.2.1
Syntax
public BundleResourceHandler(
	IRepositoryService<Bundle> bundleRepository,
	ILocalizationService localizationService
)

Parameters

bundleRepository
Type: SanteDB.Core.ServicesIRepositoryServiceBundle

[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
Type: SanteDB.Core.ServicesILocalizationService

[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