Click or drag to resize

HdsiIntegrationServiceGetTModel Method (Guid, NullableGuid, IntegrationQueryOptions)

Gets a specified model.

Namespace:  SanteDB.DisconnectedClient.Interop.HDSI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public 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.

Implements

IIntegrationServiceGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
See Also