Click or drag to resize

UpstreamForeignDataManagementGet(Guid, Guid) Method

Gets the specified model data at the specified version

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public ForeignDataMap Get(
	Guid key,
	Guid versionKey
)

Parameters

key  Guid
The key.
versionKey  Guid
The key of the version.

Return Value

ForeignDataMap
Returns the model.

Implements

IRepositoryServiceTModelGet(Guid, Guid)
See Also