Click or drag to resize

HdsiIntegrationServiceInsert Method

Inserts specified data.

Namespace:  SanteDB.DisconnectedClient.Interop.HDSI
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
The data to be inserted.

Implements

IIntegrationServiceInsert(IdentifiedData)
See Also