Click or drag to resize

DefaultUpstreamIntegrationServiceUpdate Method

Updates specified data.

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void Update(
	IdentifiedData data,
	bool forceUpdate = false,
	bool autoResolveConflict = false
)

Parameters

data  IdentifiedData
The data to be updated.
forceUpdate  Boolean  (Optional)
When true, indicates that update should not do a safety check
autoResolveConflict  Boolean  (Optional)
When true indicates that the implementation should attempt to automatically resolve any conflicts with the server (note: this may increase bandwidth use)

Implements

IUpstreamIntegrationServiceUpdate(IdentifiedData, Boolean, Boolean)
See Also