Click or drag to resize

MedicationResourceHandler Constructor

Initializes a new instance of the MedicationResourceHandler class.

Namespace: SanteDB.Messaging.FHIR.Handlers
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public MedicationResourceHandler(
	IRepositoryService<ManufacturedMaterial> repositoryService,
	IRepositoryService<EntityRelationship> entityRelationshipRepository,
	ILocalizationService localizationService
)

Parameters

repositoryService  IRepositoryServiceManufacturedMaterial
The repository service.
entityRelationshipRepository  IRepositoryServiceEntityRelationship

[Missing <param name="entityRelationshipRepository"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.MedicationResourceHandler.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.ManufacturedMaterial},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityRelationship},SanteDB.Core.Services.ILocalizationService)"]

localizationService  ILocalizationService
The localization service.
See Also