Click or drag to resize

HdsiServiceClientObsoleteTModel Method

Obsoletes the specified data.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public TModel Obsolete<TModel>(
	TModel data
)
where TModel : IdentifiedData

Parameters

data
Type: TModel
The data to obsolete.

Type Parameters

TModel
The type of data to be obsoleted.

Return Value

Type: TModel
Returns the obsoleted data.
See Also