Click or drag to resize

AmiIntegrationServiceUpdate Method

Attempt an update on the specified resource

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

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData

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

forceUpdate (Optional)
Type: SystemBoolean

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

Implements

IIntegrationServiceUpdate(IdentifiedData, Boolean)
See Also