Click or drag to resize

AdverseEventResourceHandlerQuery Method (ExpressionFuncAct, Boolean, Guid, Int32, Int32, Int32)

Query for patients.

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
protected override IEnumerable<Act> Query(
	Expression<Func<Act, bool>> query,
	Guid queryId,
	int offset,
	int count,
	out int totalResults
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncAct, Boolean
The query.
queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.AdverseEventResourceHandler.Query(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Acts.Act,System.Boolean}},System.Guid,System.Int32,System.Int32,System.Int32@)"]

offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.
totalResults
Type: SystemInt32
The total results.

Return Value

Type: IEnumerableAct
Returns the list of models which match the given parameters.
See Also