Click or drag to resize

AdtMessageHandler Constructor

DI constructor

Namespace: SanteDB.Messaging.HL7.Messages
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public AdtMessageHandler(
	ILocalizationService localizationService,
	IRecordMergingService<Patient> mergeService,
	IRepositoryService<Bundle> bundleService,
	IAuditService auditService
)

Parameters

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRecordMergingService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Collection.Bundle},SanteDB.Core.Security.Services.IAuditService)"]

mergeService  IRecordMergingServicePatient

[Missing <param name="mergeService"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRecordMergingService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Collection.Bundle},SanteDB.Core.Security.Services.IAuditService)"]

bundleService  IRepositoryServiceBundle

[Missing <param name="bundleService"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRecordMergingService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Collection.Bundle},SanteDB.Core.Security.Services.IAuditService)"]

auditService  IAuditService

[Missing <param name="auditService"/> documentation for "M:SanteDB.Messaging.HL7.Messages.AdtMessageHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRecordMergingService{SanteDB.Core.Model.Roles.Patient},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Collection.Bundle},SanteDB.Core.Security.Services.IAuditService)"]

See Also