Click or drag to resize

IIntegrationServiceGetTModel Method (Guid, NullableGuid, IntegrationQueryOptions)

Gets a specified model.

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
TModel Get<TModel>(
	Guid key,
	Guid? versionKey,
	IntegrationQueryOptions options = null
)
where TModel : IdentifiedData

Parameters

key
Type: SystemGuid
The key of the model.
versionKey
Type: SystemNullableGuid
The version key of the model.
options (Optional)
Type: SanteDB.DisconnectedClient.ServicesIntegrationQueryOptions
The integrations query options.

Type Parameters

TModel
The type of model data to retrieve.

Return Value

Type: TModel
Returns a model.
See Also