Click or drag to resize

IBusinessRulesServiceTModelAfterRetrieve Method (TModel)

Called after retrieve of an object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel AfterRetrieve(
	TModel result
)

Parameters

result
Type: TModel
The result that was retrieved by the repository

Return Value

Type: TModel
The result which is to be passed to the caller
See Also