Click or drag to resize

AllergyIntoleranceResourceHandler Constructor

Type concepts

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public AllergyIntoleranceResourceHandler(
	IRepositoryService<CodedObservation> repo,
	IRepositoryService<Concept> conceptRepo,
	ILocalizationService localizationService
)

Parameters

repo  IRepositoryServiceCodedObservation

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

conceptRepo  IRepositoryServiceConcept

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

localizationService  ILocalizationService

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

See Also