Click or drag to resize

IHdsiServiceContractHistory Method

Gets a complete history of all changes made to the specified resource

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
IdentifiedData History(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource for which history should be retrieved
id  String
The identifier of the resource to retrieve

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.History(System.String,System.String)"]

Remarks
The result of the history operation is a Bundle which contains a complete list of all previous versions associated with the specified object
See Also