Click or drag to resize

AmiIntegrationServiceGet Method (Type, Guid, NullableGuid, IntegrationQueryOptions)

Get the specified data

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

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.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.Interop.AMI.AmiIntegrationService.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.Interop.AMI.AmiIntegrationService.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.Interop.AMI.AmiIntegrationService.Get(System.Type,System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Return Value

Type: IdentifiedData

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

Implements

IIntegrationServiceGet(Type, Guid, NullableGuid, IntegrationQueryOptions)
See Also