| 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
Public Function History(Of TModel As IdentifiedData) (
key As Guid
) As Bundle
public:
generic<typename TModel>
where TModel : IdentifiedData
Bundle^ History(
Guid key
)
member History :
key : Guid -> Bundle when '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:
BundleReturns a bundle containing the history of the object.
See Also