Click or drag to resize

PatientIdentitySourceDIspatcherFactoryDispatcherNotifyCreatedTModel Method

Notify that a subscription data object has been created

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

Parameters

data  TModel
The data that was created

Type Parameters

TModel

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

Implements

IPubSubDispatcherNotifyCreatedTModel(TModel)
See Also