Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcherNotifyUnMergedTModel Method

Notify that a subscribed type was unmerged

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

Parameters

primary  TModel
The primary record which was unmerged (the remaining record)
unMerged  IEnumerableTModel
The records which were un-merged

Type Parameters

TModel

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

Implements

IPubSubDispatcherNotifyUnMergedTModel(TModel, IEnumerableTModel)
See Also