| IRepositoryServiceObsolete Method |
Obsoletes the specified data.
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax IdentifiedData Obsolete(
Guid key
)
Function Obsolete (
key As Guid
) As IdentifiedData
IdentifiedData^ Obsolete(
Guid key
)
abstract Obsolete :
key : Guid -> IdentifiedData
Parameters
- key
- Type: SystemGuid
The key.
Return Value
Type:
IdentifiedDataReturns the model.
See Also