Click or drag to resize

HdsiServiceClientHistoryTModel Method

Gets history of the specified object.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public Bundle History<TModel>(
	Guid key
)
where TModel : IdentifiedData

Parameters

key
Type: SystemGuid
The key of the object.

Type Parameters

TModel
The type of object for which to retrieve history.

Return Value

Type: Bundle
Returns a bundle containing the history of the object.
See Also