Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcher Constructor

Initializes a new instance of the PatientIdentitySourceDIspatcherFactoryDispatcher class

Namespace: SanteDB.Messaging.HL7.PubSub
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public Dispatcher(
	Guid channelKey,
	Uri endpoint,
	IDictionary<string, string> settings
)

Parameters

channelKey  Guid

[Missing <param name="channelKey"/> documentation for "M:SanteDB.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.#ctor(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

endpoint  Uri

[Missing <param name="endpoint"/> documentation for "M:SanteDB.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.#ctor(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

settings  IDictionaryString, String

[Missing <param name="settings"/> documentation for "M:SanteDB.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.#ctor(System.Guid,System.Uri,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also