Click or drag to resize

ImmunizationResourceHandlerQuery Method (ExpressionFuncSubstanceAdministration, Boolean, Guid, Int32, Int32, Int32)

Query for substance administrations.

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

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncSubstanceAdministration, Boolean
The query to be executed
queryId
Type: SystemGuid
The unique query state identifier
offset
Type: SystemInt32
The offset to the first result
count
Type: SystemInt32
The count of results in the current result set
totalResults
Type: SystemInt32
The total results

Return Value

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