Click or drag to resize

HdsiServiceBehaviorGetVersion Method

Get a specific version of the object

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override IdentifiedData GetVersion(
	string resourceType,
	string id,
	string versionId
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]

versionId
Type: SystemString

[Missing <param name="versionId"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.GetVersion(System.String,System.String,System.String)"]

Implements

IHdsiServiceContractGetVersion(String, String, String)
See Also