Click or drag to resize

AuditResourceHandlerQuery Method (NameValueCollection, Int32, Int32, Int32)

Perform the query for audits

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public IEnumerable<Object> Query(
	NameValueCollection queryParameters,
	int offset,
	int count,
	out int totalCount
)

Parameters

queryParameters
Type: SanteDB.Core.Model.QueryNameValueCollection
The filter parameters for the audit
offset
Type: SystemInt32
The first result to retrieve
count
Type: SystemInt32
The count of objects to retrieve
totalCount
Type: SystemInt32
The total counts of objects

Return Value

Type: IEnumerableObject
An array of objects matching the query

Implements

IApiResourceHandlerQuery(NameValueCollection, Int32, Int32, Int32)
See Also