Click or drag to resize

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
)

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: Object
The object as it existed at that version
See Also