Click or drag to resize

HdsiIntegrationServiceUpdate Method

Updates specified data.

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

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData
The data to be updated.
unsafeUpdate (Optional)
Type: SystemBoolean

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

Implements

IIntegrationServiceUpdate(IdentifiedData, Boolean)
See Also