 | IHdsiServiceContractGetVersion Method |
Retrieves a specific version of the specified resource
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxIdentifiedData GetVersion(
string resourceType,
string id,
string versionId
)
Function GetVersion (
resourceType As String,
id As String,
versionId As String
) As IdentifiedData
IdentifiedData^ GetVersion(
String^ resourceType,
String^ id,
String^ versionId
)
abstract GetVersion :
resourceType : string *
id : string *
versionId : string -> IdentifiedData Parameters
- resourceType String
- The type of resource for which history should be retrieved
- id String
- The identifier of the resource for which history sould be retrieved
- versionId String
- The version of the resource to retrieve
Return Value
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.GetVersion(System.String,System.String,System.String)"]
RemarksThis 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