Click or drag to resize

AmiIntegrationServiceInsert Method

Inserts the specified identified data in the back-end

Namespace:  SanteDB.DisconnectedClient.Interop.AMI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void Insert(
	IdentifiedData data
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData

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

Implements

IIntegrationServiceInsert(IdentifiedData)
See Also