Click or drag to resize

QueuedDiagnosticReportServiceQuery(ExpressionFuncDiagnosticReport, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortDiagnosticReport) Method

Query the specified data

Namespace: SanteDB.Client.Disconnected.Services
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<DiagnosticReport> Query(
	Expression<Func<DiagnosticReport, bool>> query,
	int offset,
	int? count,
	out int totalResults,
	IPrincipal principal,
	params ModelSort<DiagnosticReport>[] orderBy
)

Parameters

query  ExpressionFuncDiagnosticReport, Boolean
Query.
offset  Int32
The offset of the first result
count  NullableInt32
The count of results to include in the response set
totalResults  Int32
The total number of results matching the query
principal  IPrincipal
The security principal under which the query is occurring
orderBy  ModelSortDiagnosticReport
The ordering instrutions to send the query

Return Value

IEnumerableDiagnosticReport

[Missing <returns> documentation for "M:SanteDB.Client.Disconnected.Services.QueuedDiagnosticReportService.Query(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.AMI.Diagnostics.DiagnosticReport,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Model.AMI.Diagnostics.DiagnosticReport}[])"]

Implements

IDataPersistenceServiceTDataQuery(ExpressionFuncTData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData)
See Also