Click or drag to resize

RemoteBiService.ExecuteQuery Method (BiQueryDefinition, IDictionary<String, Object>,BiAggregationDefinition[], Int32, Nullable<Int32>)

Execute the specified query definition remotely

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public BisResultContext ExecuteQuery(
	BiQueryDefinition queryDefinition,
	IDictionary<string, Object> parameters,
	BiAggregationDefinition[] aggregation,
	int offset,
	int? count
)

Parameters

queryDefinition
Type: SanteDB.BI.Model.BiQueryDefinition

[Missing <param name="queryDefinition"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

parameters
Type: System.Collections.Generic.IDictionary<String, Object>

[Missing <param name="parameters"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

aggregation
Type:SanteDB.BI.Model.BiAggregationDefinition[]

[Missing <param name="aggregation"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

offset
Type: System.Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

count
Type: System.Nullable<Int32>

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

Return Value

Type: BisResultContext

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteBiService.ExecuteQuery(SanteDB.BI.Model.BiQueryDefinition,System.Collections.Generic.IDictionary{System.String,System.Object},SanteDB.BI.Model.BiAggregationDefinition[],System.Int32,System.Nullable{System.Int32})"]

Implements

IBiDataSource.ExecuteQuery(BiQueryDefinition, IDictionary<String, Object>,BiAggregationDefinition[], Int32, Nullable<Int32>)
See Also