Click or drag to resize

IHdsiServiceContractGetVersion Method

Retrieves a specific version of the specified resource

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
IdentifiedData GetVersion(
	string resourceType,
	string id,
	string versionId
)

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

versionId
Type: SystemString

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

Return Value

Type: IdentifiedData

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

Remarks
This method allows the caller to retrieve a specific version of the identified object, which is useful for loading a previous copy of a resource for reference.
See Also