Package ca.uhn.fhir.jpa.dao.search
Class LastNOperation
java.lang.Object
ca.uhn.fhir.jpa.dao.search.LastNOperation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLastNOperation
(org.hibernate.search.mapper.orm.session.SearchSession theSession, ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) -
Method Summary
Modifier and TypeMethodDescriptionexecuteLastN
(SearchParameterMap theParams, Integer theMaximumResults)
-
Field Details
-
OBSERVATION_RES_TYPE
- See Also:
-
-
Constructor Details
-
LastNOperation
public LastNOperation(org.hibernate.search.mapper.orm.session.SearchSession theSession, ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry)
-
-
Method Details
-
executeLastN
-