Click or drag to resize

AppletResourceHandlerQuery Method (NameValueCollection, Int32, Int32, Int32)

Perform a query of applets with restrictions

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 to apply
offset
Type: SystemInt32
The offset of the first result
count
Type: SystemInt32
The count of objects
totalCount
Type: SystemInt32
The total matching results

Return Value

Type: IEnumerableObject
The applet manifests

Implements

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