 | MedicationResourceHandler Constructor |
Namespace: SanteDB.Messaging.FHIR.HandlersAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic MedicationResourceHandler(
IRepositoryService<ManufacturedMaterial> repositoryService,
IRepositoryService<EntityRelationship> entityRelationshipRepository,
ILocalizationService localizationService
)
Public Sub New (
repositoryService As IRepositoryService(Of ManufacturedMaterial),
entityRelationshipRepository As IRepositoryService(Of EntityRelationship),
localizationService As ILocalizationService
)
public:
MedicationResourceHandler(
IRepositoryService<ManufacturedMaterial^>^ repositoryService,
IRepositoryService<EntityRelationship^>^ entityRelationshipRepository,
ILocalizationService^ localizationService
)
new :
repositoryService : IRepositoryService<ManufacturedMaterial> *
entityRelationshipRepository : IRepositoryService<EntityRelationship> *
localizationService : ILocalizationService -> MedicationResourceHandlerParameters
- 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