Click or drag to resize

DefaultUpstreamIntegrationServiceGet(Type, Guid, NullableGuid, UpstreamIntegrationQueryControlOptions) Method

Instructs the integration service to retrieve the specified object

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IdentifiedData Get(
	Type modelType,
	Guid key,
	Guid? versionKey,
	UpstreamIntegrationQueryControlOptions options = null
)

Parameters

modelType  Type

[Missing <param name="modelType"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

versionKey  NullableGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

options  UpstreamIntegrationQueryControlOptions  (Optional)

[Missing <param name="options"/> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.DefaultUpstreamIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.Core.Services.UpstreamIntegrationQueryControlOptions)"]

Implements

IUpstreamIntegrationServiceGet(Type, Guid, NullableGuid, UpstreamIntegrationQueryControlOptions)
See Also