Click or drag to resize

HdsiServiceClientGetTModel Method

Gets a specified object by key and an optional version key.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public IdentifiedData Get<TModel>(
	Guid key,
	Guid? versionKey
)
where TModel : IdentifiedData

Parameters

key
Type: SystemGuid
The key of the data.
versionKey
Type: SystemNullableGuid
The version key of the data.

Type Parameters

TModel
The type of data for which to retrieve.

Return Value

Type: IdentifiedData
Returns the specified data.
See Also