Click or drag to resize

IIntegrationServiceFind Method (Type, NameValueCollection, Int32, NullableInt32, IntegrationQueryOptions)

Find the specified filtered object

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
Bundle Find(
	Type modelType,
	NameValueCollection filter,
	int offset,
	int? count,
	IntegrationQueryOptions options = null
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Find(System.Type,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

filter
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Find(System.Type,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.Services.IIntegrationService.Find(System.Type,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.Services.IIntegrationService.Find(System.Type,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.Services.IIntegrationService.Find(System.Type,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.Services.IIntegrationService.Find(System.Type,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

See Also