Click or drag to resize

IIntegrationServiceObsolete Method

Obsoletes specified data.

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
void Obsolete(
	IdentifiedData data,
	bool forceObsolete = false
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData
The data to be obsoleted.
forceObsolete (Optional)
Type: SystemBoolean

[Missing <param name="forceObsolete"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Obsolete(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

See Also