Click or drag to resize

IUpstreamIntegrationServiceUpdate Method

Updates specified data.

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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)
See Also