Click or drag to resize

IRepositoryServiceTModelObsolete Method

Obsoletes the specified object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
TModel Obsolete(
	Guid key
)

Parameters

key
Type: SystemGuid
The key of the object to be obsoleted

Return Value

Type: TModel
The obsoleted data (including obsoletion time and provenance data)
See Also