| IAmiServiceContractGetVersion Method |
Gets the specified versioned copy of the data
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object GetVersion(
string resourceType,
string key,
string versionKey
)
Function GetVersion (
resourceType As String,
key As String,
versionKey As String
) As Object
Object^ GetVersion(
String^ resourceType,
String^ key,
String^ versionKey
)
abstract GetVersion :
resourceType : string *
key : string *
versionKey : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource - key
- Type: SystemString
The key of the resource - versionKey
- Type: SystemString
The version key to retrieve
Return Value
Type:
ObjectThe object as it existed at that version
See Also