Click or drag to resize

UpstreamHdsiServiceBehaviorGetVersion Method

Retrieves a specific version of the specified resource

Namespace: SanteDB.Messaging.HDSI.Wcf
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override IdentifiedData GetVersion(
	string resourceType,
	string id,
	string versionId
)

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.Messaging.HDSI.Wcf.UpstreamHdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]

Implements

IHdsiServiceContractGetVersion(String, String, 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