Click or drag to resize

IIntegrationServiceUpdate Method

Updates specified data.

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

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData
The data to be updated.
forceUpdate (Optional)
Type: SystemBoolean
When true, indicates that update should not do a safety check
See Also