Click or drag to resize

IRepositoryServiceSave Method

Saves the specified data.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IdentifiedData Save(
	Object data
)

Parameters

data
Type: SystemObject
The data.

Return Value

Type: IdentifiedData
Returns the model.
See Also