Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcherNotifyLinkedTModel Method

Notify subscribers that two objects have been linked together

Namespace: SanteDB.Messaging.HL7.PubSub
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public void NotifyLinked<TModel>(
	TModel primary,
	TModel target
)
where TModel : IdentifiedData

Parameters

primary  TModel
The primary data that was the focus of the link
target  TModel
The link that was established

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.NotifyLinked``1(``0,``0)"]

Implements

IPubSubDispatcherNotifyLinkedTModel(TModel, TModel)
See Also