Click or drag to resize

AmiIntegrationServiceGetTModel Method (Guid, NullableGuid, IntegrationQueryOptions)

Perform the GET operation

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

Parameters

key
Type: SystemGuid

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

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Get``1(System.Guid,System.Nullable{System.Guid},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Return Value

Type: TModel

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

Implements

IIntegrationServiceGetTModel(Guid, NullableGuid, IntegrationQueryOptions)
See Also