Click or drag to resize

IIntegrationServiceFindTModel Method (ExpressionFuncTModel, Boolean, Int32, NullableInt32, IntegrationQueryOptions)

Instructs the integration service to locate a specified object(s)

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
Bundle Find<TModel>(
	Expression<Func<TModel, bool>> predicate,
	int offset,
	int? count,
	IntegrationQueryOptions options = null
)
where TModel : IdentifiedData

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTModel, Boolean

[Missing <param name="predicate"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Find``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},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``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},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``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},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``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Type Parameters

TModel

[Missing <typeparam name="TModel"/> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Find``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

Return Value

Type: Bundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.IIntegrationService.Find``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32},SanteDB.DisconnectedClient.Services.IntegrationQueryOptions)"]

See Also