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: 2.2.1
Syntax
IdentifiedData History(
	string resourceType,
	string id
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.History(System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.History(System.String,System.String)"]

Return Value

Type: 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