Click or drag to resize

MaterialResourceHandlerQuery Method (NameValueCollection, Int32, Int32, Int32)

Query for the specified material with restrictions

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

Parameters

queryParameters
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="queryParameters"/> documentation for "M:SanteDB.Rest.HDSI.Resources.MaterialResourceHandler.Query(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Rest.HDSI.Resources.MaterialResourceHandler.Query(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Rest.HDSI.Resources.MaterialResourceHandler.Query(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

totalCount
Type: SystemInt32

[Missing <param name="totalCount"/> documentation for "M:SanteDB.Rest.HDSI.Resources.MaterialResourceHandler.Query(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.Resources.MaterialResourceHandler.Query(SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

Implements

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