Click or drag to resize

LocalBatchRepositoryInsert Method

Insert the bundle

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override Bundle Insert(
	Bundle data
)

Parameters

data
Type: SanteDB.Core.Model.CollectionBundle

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Insert(SanteDB.Core.Model.Collection.Bundle)"]

Return Value

Type: Bundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Insert(SanteDB.Core.Model.Collection.Bundle)"]

Implements

IRepositoryServiceTModelInsert(TModel)
See Also