Click or drag to resize

IRepositoryServiceExTModelNullify Method

Nullifies the specified object (mark as "Entered in Error")

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

Parameters

id
Type: SystemGuid
The identifier of the TModel to be nullified

Return Value

Type: TModel
The nullified object
See Also