Click or drag to resize

HdsiIntegrationServiceObsolete Method

Obsoletes specified data.

Namespace:  SanteDB.DisconnectedClient.Interop.HDSI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void Obsolete(
	IdentifiedData data,
	bool unsafeObsolete = false
)

Parameters

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

[Missing <param name="unsafeObsolete"/> documentation for "M:SanteDB.DisconnectedClient.Interop.HDSI.HdsiIntegrationService.Obsolete(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

Implements

IIntegrationServiceObsolete(IdentifiedData, Boolean)
See Also