| 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
)
Function History (
resourceType As String,
id As String
) As IdentifiedData
IdentifiedData^ History(
String^ resourceType,
String^ id
)
abstract History :
resourceType : string *
id : string -> IdentifiedData
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