Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcherNotifyMergedTModel Method

Notify that a subscribed type was merged

Namespace: SanteDB.Messaging.HL7.PubSub
Assembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public void NotifyMerged<TModel>(
	TModel survivor,
	IEnumerable<TModel> subsumed
)
where TModel : IdentifiedData

Parameters

survivor  TModel
The record which survived the merge
subsumed  IEnumerableTModel
The record(s) which were consumed

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.Messaging.HL7.PubSub.PatientIdentitySourceDIspatcherFactory.Dispatcher.NotifyMerged``1(``0,System.Collections.Generic.IEnumerable{``0})"]

Implements

IPubSubDispatcherNotifyMergedTModel(TModel, IEnumerableTModel)
See Also