Click or drag to resize

IRepositoryServiceTModelGet Method (Guid)

Gets the specified model data

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel Get(
	Guid key
)

Parameters

key
Type: SystemGuid
The key.

Return Value

Type: TModel
Returns the model.
See Also