 | HdsiServiceClientHistoryTModel Method |
Gets history of the specified object.
Namespace: SanteDB.Messaging.HDSI.ClientAssembly: SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 3.0.2081-alpha+cbc29d8899d643bca0b6921497a6c32801355dbe
Syntaxpublic 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 : IdentifiedDataParameters
- key Guid
- The key of the object.
Type Parameters
- TModel
- The type of object for which to retrieve history.
Return Value
BundleReturns a bundle containing the history of the object.
See Also