Click or drag to resize

AmiIntegrationServiceFindTModel Method (NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)

Find the specified object with query filters

Namespace:  SanteDB.DisconnectedClient.Interop.AMI
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public Bundle Find<TModel>(
	NameValueCollection filter,
	int offset,
	int? count,
	IntegrationQueryOptions options = null
)
where TModel : IdentifiedData

Parameters

filter
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Find``1(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Find``1(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Find``1(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

options (Optional)
Type: SanteDB.DisconnectedClient.ServicesIntegrationQueryOptions

[Missing <param name="options"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Find``1(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Type Parameters

TModel

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

Return Value

Type: Bundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Find``1(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Implements

IIntegrationServiceFindTModel(NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)
See Also