Click or drag to resize

IIntegrationServiceGet Method (Type, Guid, NullableGuid, IntegrationQueryOptions)

Instructs the integration service to retrieve the specified object

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
IdentifiedData Get(
	Type modelType,
	Guid key,
	Guid? versionKey,
	IntegrationQueryOptions options = null
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

versionKey
Type: SystemNullableGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

options (Optional)
Type: SanteDB.DisconnectedClient.ServicesIntegrationQueryOptions

[Missing <param name="options"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

See Also