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: 3.0.2081-alpha+cbc29d8899d643bca0b6921497a6c32801355dbe
Syntax
public Bundle History<TModel>(
	Guid key
)
where TModel : IdentifiedData

Parameters

key  Guid
The key of the object.

Type Parameters

TModel
The type of object for which to retrieve history.

Return Value

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