| 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 Function Get (
key As Guid
) As TModel
abstract Get :
key : Guid -> 'TModel
Parameters
- key
- Type: SystemGuid
The key.
Return Value
Type:
TModelReturns the model.
See Also